html, body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font: 10px/14px "Verdana";
	/*overflow:auto;*/
}

a,img {
	border: 0;
}

a {
	font-weight:bold;
	color: #000144;
}

a:hover {
	font-weight: bold;
	color: #5152A3;
}

.clear {
	clear: both;
}

/* Cabecera H1 */
h1 {
	text-indent: -9000px;
	letter-spacing: -9000px;
	font-size: 20px;
	color: white;
}

h1 span.img {
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 1;
	cursor: pointer;
}

h1, h1 span.img {
	width: 360px;
	height: 93px;
	margin-bottom: 20px;
}

h1 span.img {
	background: url(../img/logo.jpg) no-repeat top left;
}

/* Cabecera H2 */
h2 {
	font-size:11px;
	color: #010240;
	background:url(../img/titulos.gif) repeat-x;
	height: 25px;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
}

h2 span {
	float: left;
	margin-right: 10px;
	font-size:11px;
}

h2 span img {
	float: left;
	margin-right: 5px;
}

/* Contenedor */
#contenedor {
	width: 986px;
	margin: 0 auto;
	background:url(../img/content.gif) repeat-y;
}

/* Cabecera */
#cabecera {
	position: relative;
	left: 23px;
	width: 960px;
	background:url(../img/cabecera.gif) no-repeat top left;
	margin: 0;
}

#cabecera #idiomas {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 1;
	padding: 10px;
}

#cabecera #idiomas strong {
	float: left;
}

#cabecera #idiomas ul {
	float: right;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 2px 0 0;
	border-right: 1px solid black;
}

#cabecera #idiomas ul li {
	list-style: none;
	display: inline;
	border-left: 1px solid black;
	margin: 0;
	padding: 0 2px 0 5px;
}

#cabecera #idiomas ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #ff7000;
}

#cabecera #idiomas ul li a:hover {
	color: #5152A3;
	border-bottom: 2px solid #ff7000;
	padding-bottom: 2px;
}

#cabecera #idiomas ul li a.actual {
	color: #5152A3;
	border-bottom: 2px solid #ff7000;
	padding-bottom: 2px;
}

/* Contenido */
#contenido {
	width: 940px;
	padding: 10px 0 0 10px;	
	margin-left: 12px;
	background:url(../img/lateral.gif) repeat-y left;
	/*min-height: 200px;*/
}

/* Lateral */
#lateral {
	float: left;
	width: 185px;
	padding: 0 0 5px 0;
	/*height:800px;*/
	/*background:url(../img/lateral.gif) repeat-y;*/
}

#lateral .logos {
	text-align: center;
}

#lateral img {
	margin: 20px 0 0 0 ;
	
}

/* Subcontenido */
#subcontenido {
	padding: 0;
	width: 745px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* Banner */
#banner {
	width: 940px;
	height: 182px;
}

/* Selector */
#selector {
	width: 180px;
	padding: 0;
}

#selector h2 {
	padding: 0 0 4px 0;
	margin: 2px 2px 5px 5px;
	height: auto;
	font-size: 12px;
	color:#ff7000;
	background:url(../img/area.gif) repeat-x bottom;
}

#selector ul{ margin: 0px; }

#selector ul li {
	padding: 1px 0 0 0;	
}

#selector ul li a {
	padding: 3px 0px 5px 25px;
	/*display: block;*/
	display: inline-block;
	color: #000144;
	height: auto;
	font-weight: bold;	
	margin:0 5px 0 0;
	font-family: "Verdana";
	font-size: 10px;
	outline: none;
	background:url(../img/li.gif) no-repeat;
}

#selector ul li a:hover {
	border: 0;
	color: #5152A3;
}

#selector ul li.actual a {
	font-weight: bold;
}

#selector ul li ul a {
	padding: 3px 0 5px 25px;
	display: block;
	color: #999999;
	height: auto;
	font-weight: normal;
	border: 0;
	background:url(../img/li2.gif) no-repeat white;
}

#selector ul li ul a.actual {
	color:black;
}

#selector ul li ul a:hover {
	color: #000000;
	background:url(../img/li2.gif) no-repeat #dadbf3;
}

/* Menu */
#menu {
	margin: 5px 0 10px 0;
	z-index: 3;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {	
	display: inline;
}

#menu ul li a {
	font-weight:bold;
	color: #ff7000;	
	font-size: 12px;
}

#menu ul li a:hover {
	color: #5152A3;
	border-bottom: 2px solid #ff7000;
	padding-bottom: 2px;
}

#menu ul li .actual {
	font-weight:bold;
	color: #5152A3;
	border-bottom: 2px solid #ff7000;
	padding-bottom: 2px;
}

/* Inicio */
#inicio #prologo {
	width: 560px;
	float: left;
	background:url(../img/separator.gif) repeat-y right;
}

#inicio #prologo img.imagen {
	margin: 5px 0 5px 0;
}

#inicio #contacto {
	width:180px;
	float: left;
}

#inicio #contacto h2 {
	padding-left: 5px;
}

#inicio #contacto address {
	padding: 5px;
	font-size: 9px;
	text-align: center;
}

#inicio #contacto address strong {
	font-size: 12px;
	font-weight: bold;
	color: #050542;
}

#inicio #contacto address a {
	color:#FF7000;
	font-weight: bold;
}

#inicio #contacto address a:hover {
	color:black;
	font-weight: bold;
}

/* La firma */
#firma {
	background: #f8f8f8;
	width: 725px;
	clear: both;
	margin-bottom:10px;
	padding: 10px;
}

#firma h2 {
	color:#030440;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

#firma p {
	color:#030442;
	text-align: justify;
}

#firma strong {
	color:#ff7000;
}

/* Seccion */
#area p {
	text-align: justify;
	padding: 0 20px 10px 0;
}

#area ul {
	list-style: square;
	list-style-position: inside;
}

#area ul ol {
	list-style: lower-roman;
	list-style-position: inside;
	margin-left: 20px;	
}

#area ul li {
	font-weight: normal;
	color: #5152A3;
}

#area ul li a {
	font-weight:bold;
	color: #FF7000;
}

#area ul li a:hover {
	font-weight:bold;
	color: #5152A3;
}

#area ul ul {
	list-style: circle;
	list-style-position: inside;
	margin-left: 20px;
}

#area ul ul ul {
	list-style: disc;
	list-style-position: inside;
	margin-left: 20px;
}

/* Valores */
#valores p {
	width: 730px;
	margin: 0;
	padding: 10px 0 0 10px;
	text-align: justify;
	color:#030442;
}

#valores strong {
	color:#FF7000;
}

/* Equipo */
#equipo #arbol {
	width: 745px;
}

#equipo #arbol .copa {
	text-align:center;
}

#equipo #arbol .copa .rama img {
	width:135px;
	height:101px ;
	border:3px solid #d8d8d8;	
}

#equipo #arbol .copa .rama a {
	background: url(../img/iconos/curriculum.gif) no-repeat;
	padding: 0 0 0 15px;
}

#equipo #arbol .copa .rama p {
	font-size: 12px;
	font-weight: bold;
	color:#FF7000;
	margin-bottom: 3px;
}

#equipo #arbol .ramal {
	background: url(../img/arbol.gif) no-repeat ;
	height: 70px;
	text-align: center;
	margin-top: 5px;
}

#equipo #arbol .ramas {
	float: left;
	width: 232px;
	text-align: center;
	border-right: 8px solid white;
	border-left: 8px solid white;
	text-align: left;
}

#equipo #arbol .ramas h3 {
	font-size:12px;
	font-weight: bold;
	color:#030442;
	background:url(../img/titulos.gif) repeat-x ;
	padding: 5px 3px 0 3px;
	height: 24px;
	text-align: center;
}

#equipo #arbol .ramas .rama {
	border-bottom: 1px solid #ff7000;
	height: 65px;
	padding-top: 10px;
}

#equipo #arbol .ramas .rama img {
	float: left;
	margin-right: 5px;
	border:3px solid #d8d8d8;	
}

#equipo #arbol .ramas .rama a {
	background:url(../img/iconos/curriculum.gif) no-repeat;
	padding: 0 0 0 15px;
}

#equipo #arbol .ramas .rama p {
	color: #ff7000;
	font-weight: bold;
	padding: 10px 0 3px 0;
}

/* Ficha Equipo */
#ficha #caja {
	width: 745px;
}

#ficha #caja img {
	float: left;
}

#ficha #caja #datos {
	margin-left: 220px;
}

#ficha #caja #datos h2 {
	background: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#ficha #caja #datos p {
	margin-bottom:5px;
}

#ficha #caja #datos strong {
	color:#FF7000;
}

#ficha #caja #datos address {
	margin-top:15px;
}

#ficha #caja #datos address span {
	display: block;
}

#ficha #caja #datos address .email {
	background:url(../img/iconos/email.gif) no-repeat;
	padding: 0 0 0 25px;
	width: 17px;
	height: 18px;
}

#ficha #caja #datos address .telefono {
	background:url(../img/iconos/telefono.gif) no-repeat;
	padding: 3px 0 0 25px;
	height: 18px;
	font-weight: bold;
	color:#5152A3;
}

#ficha #caja #datos address .fax {
	background:url(../img/iconos/fax.gif) no-repeat;
	padding: 3px 0 0 25px;
	height: 18px;
	font-weight: bold;
	color:#5152A3;
}

/* Contacto */
#contacto .formulario {
	float: left;
	width:500px;
}

#contacto .formulario .mensaje {
	margin: 0;
	padding: 10px;
}

#contacto .formulario .mensaje p {
	margin: 0 0 10px 0;
}


#contacto .plano {
	float: right;
	width: 230px;
	border: 2px solid #DCDCDC;
	margin-top: 36px;
}

#contacto .plano address {
	margin:0;
	padding: 5px;
}

#contacto .plano address strong {
	font-weight: bold;
	color: #050542;
}

/* Aviso Legal */
#avisolegal h3 {
	color: #ff7000;
	font-size: 11px;
	margin-bottom: 10px;
}

#avisolegal #validacion {
	text-align: center;
}

#avisolegal p {
	margin-bottom: 10px;
	text-align: justify;
	width: 740px;
}


/* Footer */
#footer {
	text-align: center;
	background: #010240;
	padding: 5px;
	clear: both;
	color: #fff;
	margin: 0 auto;
	width: 958px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ff7000;
}


/* Formulario Xform */
form.xform {
	width: 498px;
}

form.xform p {
	margin: 8px;
	text-align: right;
}

form.xform p.legal {
	text-align: justify;
}

form.xform p.legal em {
	font-weight: normal;
	font-style: italic;
	color: #000;
}

form.xform p label,
form.xform p input {
	width: auto;
}

form.xform em {
	font-weight: bold;
	font-style: normal;
	color: #ff7000;
}

form.xform label {
	line-height: 1.8;
	vertical-align: top;
	width: 180px;
}

form.xform input,
form.xform select,
form.xform textarea {
	width: 240px;
}

form.xform select {
	font-size: 9px;
}

form.xform textarea {
	font-size: 12px;
}

form.xform input.checkbox {
	background-color: transparent;
	border: 0;
	width: 20px;
}

form.xform fieldset {
	width: 498px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-right: 5px;
	border: 2px solid #dcdcdc;
}

form.xform fieldset legend {
	color: #000000;
	padding: 0 2px;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 20px;
}

form.xform fieldset ol {
	margin: 0;
	padding: 0;
}

form.xform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	width: inherit;
	clear: both;
	padding-left: 20px;
}

form.xform fieldset fieldset {
	width: auto;
	border: none;
	margin: 3px 0 0;
}

form.xform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	font-variant: normal;
}

form.xform fieldset fieldset label {
	display: block;
	width: 470px;
	/*white-space: nowrap;*/
	/*margin-left: 183px;*/ /* Width plus 3 (html space) */
}

form.xform fieldset fieldset.opciones label {
	margin-left: 180px;
	vertical-align: bottom;
	width: 250px;
}



