@charset "utf-8";
/* CSS Document */
body {
/*	background: url(imag/bg.png) center repeat-y #726E41; */
	background: url(imag/bg.jpg) center repeat-y #0066CC;
	font: 75%/1.2 verdana, lucida, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
}
h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../img/head-dec.html) right no-repeat;
}
h1 {
	font-size: 160%;/*190*/
	font-weight:normal;
	letter-spacing: -0.04em;
	padding-top:5px;
}
h2 {
	font-size: 140%;/*170*/
	letter-spacing: -0.02em;
}
h3 {
	font-size: 150%;
}
a {
	color:#A89E60;
}
a:hover {
	color:#454124;
	text-decoration: none;
}

.izquierda {
	float:left;
	margin:0 30px 10px 0;
	border: 1px solid #B5A2BF !important;
	padding:0.5em;
	background-color:#FFFFFF;
}
.derecha {
	float:right;
	margin:0 0 10px 10px;
	border: 1px solid #B5A2BF !important;
	padding:0.5em;
	background-color:#FFFFFF
}
#cabecera {
	background: url(imag/logo_labsa2.jpg) center no-repeat #6AA2DD;
	margin: 0;
	padding: 1px 0 29px 0;
	position: relative;
	overflow: visible;
	height:7.7em;
}
#cabecera ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align:right;
	width: 661px;
}
#cabecera ul li {
	display: inline;
	margin:0;
	padding:0;
}
#cabecera ul li a {
	font-size:90%;
	text-decoration: none;
	margin:0;
	padding:10px 15px;
	color: #fff;
	background-color: #726E41;
	line-height:20px;
}
#cabecera ul li a:hover {
	color: #fff;
	background-color: #A49C5D;
}
#cabecera p.p1 {
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	width: 600px;
	font: 380%/1.2 "Geneva CE", "Trebuchet MS", lucida, sans-serif;
	color: #84628d;
	font-weight: bold;
	letter-spacing: 0.05em;
	display:none;
}
#cabecera p.p2 {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	font: 140%/0.9 "Geneva CE", "Trebuchet MS", lucida, sans-serif;
	width: 600px;
	color: #84628d;
	font-weight: bold;
	letter-spacing: 0.02em;
	display:none;
}
#contenedor {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	top: 0px;
}
#menu_superior {
	width: 680px;
	height: 52px;
	background: url(imag/bg-header.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}
#menu_superior ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 653px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 18px;
	text-align:center;
	height:52px;
}
#menu_superior li, #menu_superior li {
	display: inline;
}
#menu_superior a {
	display: block;
	float: left;
	padding: 15px;
	margin-left: 1px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}
#menu_superior a:hover {
	background:url(imag/bg-menu-on.jpg) top repeat-x #CFCCAB;
	color:#F3F4F5;
}
#menu_superior a.current {
	background: url(imag/bg-menu-ac.jpg) bottom repeat-x #2e3e51;
	color:#CFCCAB;
}
#menu_superior .current {
	color:#CFCCAB !important;
}
#menu_superior a:hover.current {
	background-color:#2e3e51;
	color:#FFF;
}

#derecha {
	position: absolute;
	top: 69px;
	left: 500px;
	width: 170px;
	margin:0;
	padding:0
}
#submenu_derecha {
	padding:0 0 1px 0;
	margin:0;
	background: url(imag/side-top.jpg) top no-repeat #f2fbfb ;
}
#listaSubmenu {
z-index:100;
	padding:11px 0 0 0;
	margin:0;
	font-size: 90%;
	list-style: none;
}
#listaSubmenu li {
	margin:0;
	padding:0;
	display:inline;
}
#listaSubmenu a {
	color: #000000;
	text-decoration: none;
	display:block;
	padding:10px 7px 10px 8px;
	border-bottom:1px dotted #2e3e51;
	margin:0;
	font-weight:bold;
}
#listaSubmenu a:hover {
	background:url(imag/bg-menu-on.jpg) top repeat-x #CFCCAB; 
	color:#FFFFFF;
}
#listaSubmenu a.estoyAqui {
	background:url(imag/bg-menu-ac.jpg) top repeat-x #2e3e51;
	color: #CFCCAB;
	font-weight:bold
}
#listaSubmenu .estoyAqui {
	background:url(imag/bg-menu-ac.jpg) top repeat-x #2e3e51;
	color:#CFCCAB !important;
	font-weight:bold;
}
#listaSubmenu a:hover.estoyAqui {
	background-color:#CFCCAB; 
	color:#FFF;
}
#otroMenu_derecha {
	background: url(imag/side-bot.jpg) bottom no-repeat #6AA2DD;
/*		background: url(imag/side-bot.jpg) bottom no-repeat #CFCCAB;*/
	padding-bottom: 5px;
}
#pie {
	background: url(imag/bg-foot.jpg) center repeat-y #6AA2DD;
	margin: 0;
	padding: 1em;
	font-size: 85%;
	color: #FFF;
}
#pie a {
	color: #FFF;
	text-decoration: none;
}
#pie a:hover {
	color: #ffc600;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push , .footer a{
	z-index:10;
	height: 4em; /* .push must be the same height as .footer */
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.Arial14Negro {
	font-size: 14px;
	/*color: #EAEBF2;*/
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
.Arial14Negrita {
	font-size: 14px;
	/*color: #EAEBF2;*/
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.submenu{
	background: top no-repeat #C7D3DE;
}
* {
    margin: 0;
}
#contenidos {
	background: url(imag/main-bot.jpg) bottom no-repeat #f2fbfb;
		/*	background: url(imag/main-bot.png) bottom no-repeat #f2fbfb;*/
	margin: 20px 190px 20px 10px;
	padding: 0.2em 2em 2em 2em;
	overflow:auto;
	height:inherit;
	height: 100%;
	min-height:275px;

}
#contenidos ul {
	margin-left:10px
}
#contenidos ul li {
	margin:0 0 10px 0;
	line-height:1.5em;
	font-size:90%
}
#contenidos p {
	font-size:90%;
	line-height:1.5em;
	text-align:justify
}
#contenidos-ancla {
	background: url(imag/main-top.jpg) bottom no-repeat #7d7747;
	display: block;
	position: absolute;
	top: 70px;
	left: 10px;
	width: 480px;
	height: 10px;
}
#contenidosHome {
	background: url(imag/main-bot_H.png) bottom no-repeat #f2fbfb;
/*	background: url(imag/main-bot_H.png) bottom no-repeat #00FF00; */
	margin: 20px 10px 20px 10px;
	padding: 0.2em 2em 2em 2em;
}
#contenidos-anclaHome {
	background: url(imag/main-top_H.png) bottom no-repeat #7d7747;
	display: block;
	position: absolute;
	top: 70px;
	left: 10px;
	width: 660px;
	height: 10px;
}
