body {
background-color: #ddd;
font: normal 1em Arial,Sans-Serif;
color: #262626;
}

img {
border: 3px solid #cdea03;
margin: 0px 0px 10px 30px;
}
img.sinborde {
border: 0px;
}
img.sinmargen {
margin: 0px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.limpia {
clear:both;
}

#contenedor {
width: 790px;
position: relative;
overflow: hidden;
background-color: white;
}

#top {
width: 790px;
height: 294px;
position: relative;
overflow: hidden;
/*background-image: url('imagenes/top.jpg');*/
}

#lateral {
background-color: #cdea03;
background-image: url('imagenes/lateral.jpg');
background-position: bottom;
background-repeat: no-repeat;
width: 155px;
float: left;
}

#contenido {
width: 630px;
float: left;
}

#menubases {
margin: 10px 30px 10px 60px;
padding: 0px;
padding-bottom: 10px;
border: 1px solid #bbb;
}

#pie {
clear: both;
background-image: url('imagenes/pie.jpg');
height: 63px;
position: relative;
}

#piediseno {
}

.resultadocompetencia {
border: 1px solid silver;
padding: 10px;
background-color: #fbfbfb;
margin: 20px 0px 0px 10px;
}
.resultadocompetencia2 {
border: 1px solid silver;
padding: 10px;
padding-left: 70px;
background-color: #fbfbfb;
margin: 20px 0px 0px 10px;
}
.resultadocompetencia3 {
border: 1px solid silver;
padding: 10px;
padding-left: 30px;
background-color: #fbfbfb;
margin: 20px 0px 0px 10px;
}


/* MENÚ */

#lateral ul {
margin: 0px 0px 0px 5px;
}

#lateral ul li {
margin: 0px 0px 15px 0px;
}

#lateral ul li a {
color: #1d1d1c;
text-decoration: none;
font: bold 0.7em Arial,Sans-Serif;
font-variant: small-caps;
display: block;
border-bottom: 1px solid #cdea03;
}

#lateral ul li a:hover {
border-bottom: 1px solid black;
color: black;
}

/* TEXTOS */

#contenido h2 {
}
#contenido h2 span {
background-color: #ff3c00;
color: white;
padding: 0px 25px 0px 25px;
font: bold 0.8em Arial,Sans-Serif;
font-variant: small-caps;
}

#contenido h3 {
color: #111;
margin: 30px 30px 0px 60px;
font: bold 0.8em Arial,Sans-Serif;
font-variant: small-caps;
border-bottom: 1px solid #009339;
clear: both;
}

#contenido h4 {
color: #111;
margin: 20px 30px 0px 60px;
font: bold 0.8em Arial,Sans-Serif;
font-variant: small-caps;
}

#contenido h5 {
color: #111;
margin: 20px 30px 0px 60px;
font: bold 0.7em Arial,Sans-Serif;
font-variant: small-caps;
text-decoration:underline;
}

#contenido p, #contenido ul, #contenido ol {
margin: 10px 30px 0px 60px;
font: normal 0.8em/1.3em Arial,Sans-Serif;
}
#contenido p.centrado {
text-align:center;
}

#contenido ul li {
list-style-type: disc;
margin-top: 10px;
}

#contenido ol li {
margin-top: 10px;
list-style-type: decimal;
}

#contenido p a,#contenido ul li a {
font: normal 1em/1.5em Arial,Sans-Serif;
color: #ff3c00;
text-decoration: underline;
}
#contenido p a:hover,#contenido ul li a:hover {
color: #009339;
text-decoration: none;
}
#contenido p a.chico {
font: normal 0.7em/1.5em Arial,Sans-Serif;
}

#lateral p {
font: normal 0.8em/1.3em Arial,Sans-Serif;
margin: 0px 10px 0px 10px;
}

#lateral p a {
font: bold 1em Arial,Sans-Serif;
font-variant: small-caps;
text-decoration: none;
color: #1d1d1c;
}
#lateral p a:hover {
text-decoration: underline;
color: black;
}

#pie p {
color: white;
font: normal 0.7em/1em Arial,Sans-Serif;
}
#pie p.pieasoc {
position: absolute;
top: 20px;
right: 120px;
text-align: right;
}

#piediseno p {
font: normal 0.7em/1em Arial,Sans-Serif;
text-align: center;
margin-top: 40px;
margin-bottom: 40px;
}
#piediseno p a {
color: gray;
text-decoration: none;
}
#piediseno p a:hover {
color: black;
}

.gris {
color: #D8D8D8;
}

/* TABLAS */

table {
font: normal 0.7em Arial,Sans-Serif;
width: 80%;
margin-left: 40px;
}
table thead {
}
table thead tr {
}
table thead tr td {
background-color: #009339;
color: white;
font: bold 1em Arial,Sans-Serif;
padding: 5px;
}
table tbody {
}
table tbody tr {
}
table tbody tr td {
border: 1px solid silver;
padding: 5px;
}
table tbody tr td a {
color: #ff3c00;
text-decoration: underline;
}
table tbody tr td a:hover {
color: #009339;
text-decoration: none;
}


/* FORMULARIO */
form {
border: 1px solid #ddd;
padding: 5px 25px 5px 35px;
}
label {
font-weight: bold;
}
input,textarea,select {
border: 1px solid #009339;
}
input.sinborde {
border: 1px solid #009339;
margin-top: 1px;
}