html, body, div, span, applet, object, p, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background-color: transparent;
margin: 0px;
border-bottom: 0px; border-left: 0px;border-top: 0px;border-right: 0px;
padding: 0px;
margin: 0px;
vertical-align: baseline;
font-size:1em;
color:#000;
}
root {
display: block;
}

body{
margin: 0 auto;
background-color:#848585;

}

html,body {
height: 100%;
} 

#contenedor {
width: 1000px;
height: 80%;
min-height:770px;
margin: auto;
background-color: #cacbcd;
padding-right: 2.6%;
} 

/* CABECERA - IDIOMAS */

#top {
width: 100%;
height: 56px;
} 

#idiomas {
float: right;
} 

ul#idiomas {
    height:39px;
    float: right;
}

ul#idiomas li {
    display: inline;
}

ul#idiomas li a {
    background: url("../imagenes/idiomas.jpg") no-repeat;
    display: block;
    width: 72px;
    height: 39px;
    float: left;
    overflow: hidden;
    line-height: 10em;
}

ul#idiomas li.eng a {
  padding-left: 6px;
  background-position: -74px -43px;
}

ul#idiomas li.eng a:hover {
    background-position: -74px 0;
}

ul#idiomas li.esp {
  padding-left: 5px;
  background: url("../imagenes/idiomas.jpg") no-repeat;
  background-position: 0 0;
  display: block;
    width: 72px;
    height: 39px;
    float: left;
    overflow: hidden;
    line-height: 10em;

}

/* CONTENIDO */


#centro-izq {
    width: 39%;
	height:457px;
	overflow: hidden;
    float:left;
	}
	
.centro-der {
    width: 28%;
    float:right;
	padding-top:5.3%;
	margin-left:2%;
}

ul#botones-ingles {
    height:26px;
	margin-top:10%;
}

ul#botones-ingles li {
    display: inline;
}

ul#botones-ingles li a {
    background: url("../imagenes_esp/botones-esp.jpg") no-repeat;
    display: block;
    width: 178px;
    height: 32px;
    overflow: hidden;
    line-height: 10em;
	margin: auto;
}

ul#botones-ingles li.interactive a {
  background-position: 0 0px;
}

ul#botones-ingles li.interactive a:hover {
    background-position: 0 -31px;
}

ul#botones-ingles li.pdf a {
  background-position: -179px 0;
  margin-top:3%;
}

ul#botones-ingles li.pdf a:hover {
    background-position: -179px -31px;
}

