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

/*-----------------------------------------Contenido principal---------------------------------*/
.home-info{
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: justify;
	background: #E7F2FB url(imgs/bg-info1.png) no-repeat center bottom;
}
.home-info-top{
	height: 7px;
	background: url(imgs/bg-info1-0.png) no-repeat;
}
.home-info h2, .home-info p {
	margin: 0 12px;
	position: relative;
}
/*---listado---*/
.home-info ul {
	width: 210px;
	margin: 0 7px;
	padding: 0;
	float: left;
	list-style: none;
}
.home-info li{
	height: 33px;
	margin-bottom: 10px;
	text-align: left;
}
.home-info li a{
	display: block;
	height: 30px;
	padding-top: 3px;
	padding-left: 45px;
	position: relative;
	font-size: 10px;
	color: #34383B;
	background: url(imgs/btn-list.gif) no-repeat left top;
}
.home-info li a:hover{ color: #00659C; background-position: left -33px; }
.home-info li a:hover span{ color: #FFF; text-shadow: #ca3400 0px 1px 1px; }
.home-info li a span{
	margin: 0 10px  0 15px;
	position: absolute;
	left: -2px;
	top: 5px;
	font-size: 18px;
	font-weight: bold;
}

/*-----------------------------------------Formulario de busqueda---------------------------------*/
#home-forms{
}
.tabs{
	width: 100%;
	height: 32px;
	border-bottom: #CCCCCC 1px solid;
}
.tab{
	display: inline-block;
	width: 90px;
	height: 26px;
	padding: 6px 0 0 20px;
	border: #D4D4D4 1px solid;
	border-bottom: none;
	font-size: 14px;
	font-weight: bold;
	background: #EAEAEA url(imgs/tabs-bg.png) repeat-x;
}
.form-search{
	height: 180px;
	padding: 20px 15px 0 10px;
	border: #D4D4D4 1px solid;
	border-top: none;
	position: relative;
	font-size: 11px;
	background: url(imgs/form-bg.png);
}
.form-search p{
	margin-bottom: 10px;
}
.form-search label{
	display: inline-block;
	width: 55px;
}
.form-search input, .form-search select{
	width: 175px;
	height: 20px;
	margin: 0 0 0 10px;
	font-size: 11px;
}
.form-search input.check{ width: auto; height: auto; padding: 0; }
.form-search input.send{ width: auto; height: auto; position: absolute; bottom: 10px; right: 15px; }
#clave{ height: 17px; padding-top: 3px;}
.form-search span.div{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 1px;
	margin: 15px 0 15px 0;
	position: relative;
	background: url(imgs/div_h.gif) repeat-x;
}
