BODY {
	width: 760px;
	margin: 40px auto 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #272328;
}

A {
	color: #272328;
	text-decoration: none;
}

IMG {
	border: none;
}

H1, H2, H3, UL, LI {
	margin: 0px;
	padding: 0px;
}

.alinearDrch {
	text-align: right;
}


/** Contenido **/
DIV#contenido {
	margin: 40px 0px 0px;
	width: 100%;
}


/** Menu **/
DIV#menu {
	float: left;
	width: 35%;
	margin-top: -5px;
}

UL#idiomas {
	padding-left: 15px;
}

UL#idiomas LI  {
	font-size: 1.2em;
	list-style-type: square;
	color: #D9DADB;
	padding: 0.3em 0em;
}

UL#idiomas LI:hover, UL#idiomas LI.sel:hover {
	color: #F8B420;
}

UL#idiomas LI.sel {
	color: #EE7F01;
}

UL#idiomas LI IMG {
	vertical-align: baseline;
}


/** Centros **/
DIV#centros {
	width: 140px;
	font-size: 0.8em;
	margin-top: 40px;
}

H3 {
	margin: 0px 5px 0.2em;
	font-size: 1em;
	text-transform: uppercase;
}

DIV#centros UL {
	list-style: none;
	font-size: 0.9em;
}

DIV#centros UL LI {
	position: relative;
}

DIV#centros A, DIV#centro1, DIV#centro2 {
	display: block;
	background: #D9DADB;
	border-bottom: 3px solid #FFF;
	padding: 2px 5px;
	cursor: pointer;
}

DIV#centros A:hover, DIV#centro1:hover, DIV#centro2:hover {
	background: #A6A6A7;
	color: #FFF;
}

DIV#centros UL DIV.desplegable {
	display: none;
	position: absolute;
	left: 140px;
	top: 0px;
	padding: 2px 0px 0px 5px;
}

DIV#centros UL DIV.desplegable A {
	display: inline;
	background: none;
	border: 0px;
	padding: 0px;
	text-decoration: underline;
}

DIV#centros UL DIV.desplegable A:hover {
	background: none;
	border: 0px;
	text-decoration: none;
	color: #000;
}


/** Texto **/
DIV#texto {
	float: right;
	width: 49%;
	overflow: auto;
	height: 295px;
	margin-bottom: 30px;
	padding: 0px 30px;
	border-left: 1px solid #000;
}

H2 {
	font-weight: normal;
	font-size: 1.7em;
	padding-bottom: 0.6em;
}

DIV#texto UL {
	list-style: disc;
	margin-left: 13px;
}


/** Pie **/
UL#pie {
	clear: both;
	padding-top: 65px;
	width: 160px;
	float: left;
}

UL#pie LI {
	list-style: none;
	padding: 10px 0px;
}

H1 {
	font-weight: normal;
	text-align: right;
}

DIV#animFlores {
	float: right;
	background: url(img/fondo_flores.png) bottom right no-repeat;
	width: 550px;
	height: 193px;
}
