/** { margin: 0px; padding: 0px; }*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    /*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}



.clear { clear: both; }
.border { border: 1px solid black; }
.linkboton { cursor: pointer; }
.centrar, #articulos { margin: 0 auto; }
.center { text-align: center; }
.verdeCorp, .tickLink, h4, h4 a { color: #02f92c; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.bold, .pagActual { font-weight: bold; }
a:hover { color: #DF53BB; }
a { text-decoration: none; color: #960272; }
body {
    background: url('images/web/fondoPrincipal.jpg') #960271 top repeat-x;
    font-family: 'Arial';
}
.noscript {
    border: 1px dashed #ff0000;
    background: #FEFFAF;
    padding: 10px;
    color: #8b0000;
    font-weight: bold;
    text-align: center;
}
#wrapper {
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    /*padding-top: 16px;*/
    border:0;
    width: 990px;
    height: 1000px;
}
#header, .bloque, #principal {
    margin: 0 0 0 0;
    /*padding-bottom: 15px;*/
    text-align: center;
}
#menuSuperior { padding-top: 7px; }
#principal {
    background: white;
    min-height: 800px;
    color: #960272;
    padding: 10px;
}
#subHeader, #topHeader, #footer {
    background: url('images/web/fondoBarraMenuSup.jpg') repeat-x;
    height: 34px;
    text-align: center;
    border-bottom: 1px solid #960272;
    color: white;
}
#topHeader, #footer {
    width: 990px;
}
.bloque { padding: 5px 5px 15px 5px; }
.bloque input { width: 150px; }
#izquierda, #derecha {
    width: 150px;
    background: #fd9ee5;
    height: 800px;
    border-left: 1px solid #f274d3;
    border-right: 1px solid #f274d3;
    color: #960272;
    padding: 5px;
    font-size: 14px;
}
#derecha { float: right; }
#izquierda { float: left; }
#content {
    float: left;
    width: 666px;
    padding: 0 0px 0 0px;
}
#container { background: #FD9EE5; }
.mensaje-ok { background: #424242 url(images/ok.gif) 8px 6px no-repeat; }
.mensaje-error{ background: #424242 url(images/cancel.gif) 8px 6px no-repeat; }
.mensaje-info { background: #424242 url(images/info.gif) 8px 6px no-repeat; }
.mensaje-info, .mensaje-ok, .mensaje-error {
    border:solid 1px #636363;
    color: white;
    padding:4px;
    width: auto;
    font-weight: bold;
    text-align:center;
}
.loading {
    background: url('images/loading.gif') center center no-repeat;
}
.burbuja {
    background: #FFBFF0;
    margin: 0 auto 0 auto;
    padding: 5px;
    color: #960272;
}
h2 { font-size: 18px; text-decoration: underline; }
p { margin-top: 20px; margin-bottom: 20px; }
