@charset "utf-8";
/* CSS Document */

/*************************HTML*************************/
body{
	margin:4px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	display:block;
	float:left;
	width:196px;
	height:186px;
	margin:0;
	padding:0;
	background:url(../images/logo.gif) left top no-repeat;
	text-indent:10px;
	font-size:1px;
	overflow:hidden;
}
h2{
	width:auto;
	/*height:93px;*/
	margin:0 auto;
	color:#C4DB0D;
	font-size:16px;
	padding:10px 0;
}
h2 span{
	color:#666!important;
}
h3{
	font-size:14px;
}
#textos p{
	padding:0 0 0 10px;
	margin:0 0 14px 0;
	background:url(../images/bullet.gif) left 4px no-repeat;
}
#textos a{
	color:#FFF;
}
p.textoContacto{
	display:block;
	color:#CCC;
	float:left;
	padding:14px 0 0 0;
	width:400px;
}
p.textoContacto strong{
	color:#C4DB0D;
}
 p.textoContacto a{
	color:#C4DB0D;
	 font-weight:bold;
}
span.adver{
	font-size:10px;
	text-indent:4px;
	color:#CCC;
	display:block;
	float:left;
	padding:6px 0 0 0;
}
#pie a{
	color:#191919;
}
#banner a{
	color:#333;	
	text-indent:10px;
}
/*************************DIVS*************************/
#cuerpo{
	width:812px;
	margin:0 auto;
}
#banner{
	height:186px;
	display:block;
	margin:0 0 4px 0;
}
#techo{
	display:block;
	height:13px;
	margin:0;
	background:transparent url(../images/top_cuerpo.gif) left top no-repeat;
}
#piso{
	display:block;
	height:11px;
	margin:0;
	background:transparent url(../images/piso_cuerpo.gif) right top no-repeat;
}
#contenido{
	display:block;
	width:618px;
	float:right!important;
	margin:0;
	padding:0;
	background:#333 url(../images/texto_cuerpo.gif) right 13px repeat-y;
}
#botonera{
	display:block;
	width:194px;
	float:left;
	padding:0 0 13px 0;
	background:#333 url(../images/piso_vineta.gif) bottom left no-repeat;
}
#cajaTextos{
	margin:0 auto 20px auto;
	height:330px;
	width:456px;
	overflow:auto;
	font-size:12px;
	color:7F7F7F;
}
#textos{
	width:430px;
	color:#999999;
}
#pie{
	width:812px;
	clear:both;
	padding:4px 0 0 0;
	text-align:center;
	font-size:10px;
	text-indent:194px;
	color:#191919;
}
#subMenu, miniMenu2{
	display:none;
	width:187px;
	display:block;
	float:right;
}
div.error{
	width:100%;
	text-indent:102px;
	color:#F00;
	font-weight:bold;
	float:none;
	clear:both;
}
#creditos{
	width:100%;
	text-align:center;
	font-size:10px;
	padding:4px 0 0 0;
}
#creditos a{
	color:#666;
}
/*************************LISTAS*************************/
ul.equipo{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.equipo li{
	padding:4px 0 4px 12px;
	background:url(../images/bullet.gif) left no-repeat;
}
ul.equipo li a{
	text-decoration:none;
}
ul.equipo li a:hover{
	text-decoration:underline;
}
#botonera a{
	display:block;
	width:187px;
	float:right;
	color:#666;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	background:#C4DB0D;
	text-indent:13px;
	padding:2px 0;
}

#botonera a:hover{
	background:#D5E655;
}
a.submenux{
	background:#D5E655!important;
	margin:0;
	padding:0;
	text-indent:34px!important;
}
a.submenux:hover{
	background:#F0F6C2!important;
}
a.activo{
	display:block;
	background:#333!important;
	color:#999!important;
	cursor:auto!important;
}
a.activo:hover{
	text-decoration:none!important;
	background:#333!important;
}
a.activo2{
	display:block;
	background:#333!important;
	color:#999!important;
	cursor:auto!important;
	text-indent:34px!important;
}
a.activo2:hover,{
	text-decoration:none!important;
	background:#333!important;
}
#botonera img{
	float:right;
	display:block;
}
/*************************IMAGES*************************/
img.tema{
	padding:12px 0 0 0;
}
/*************************FORMS*************************/
#formCto{
	display:block;
	width:340px;
}
#formCto label{
	font-weight:bold;
	font-style:italic;
	color:#999;
	display:block;
	width:90px;
	float:left;
	padding:4px 0 0 12px;
}
#formCto input{
	display:block;
	float:left;
	margin:2px 0;
	border:none;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#formCto textarea{
	width:200px;
	display:block;
	float:left;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:1px 0;
}
#formCto img{
	display:block;
	width:90px;
	float:left;
	padding:0 12px 0 0;
}
label.requerido{
	background:url(../images/bullet_requerido.gif) left 8px no-repeat;
}
input.boton{
	width:auto!important;
	background:#CCC;
	color:#666;
	font-style:italic;
	font-weight:bold;
	padding:6px;
	border:solid 1px #999;
	float:none!important;
	clear:both;
	margin-left:102px!important;
}
input.codigo{
	width:36px!important;
}
