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

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}
#Wrapper {
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/bg-wrapper.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}
#Header #MenuNav {
	width: 800px;
	float: right;
	padding-top: 10px;
}

#LogoHome {
	height: 145px;
	width: 144px;
}
#Header {
	margin-bottom: 9px;
}
#BannersHome {
	padding-top: 6px;
}
.BannerHome {
	height: 230px;
	width: 226px;
	float: left;
	padding-right: 9px;
	padding-left: 9px;
}
#IntroHome {
	padding: 5px;
	margin-top: 10px;
	float: left;
	width: 98%;
}
.LogoOneHomeIntro {
	height: 153px;
	width: 250px;
	float: left;
}
#IntroHomeTXT {
	width: 650px;
	float: right;
	background-image: url(../img/bg-intro-home.jpg);
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 38px;
	padding-left: 30px;
	margin-top: 20px;
}
#IntroHomeTXT p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 17px;
}
#ContentIN {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	overflow: hidden;
}
H1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #CCC;
	font-weight: lighter;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	margin-bottom: 12px;
}
#ContentIN p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 19px;
}
#ColIz {
	width: 235px;
}
#Recomendar {
	width: 200px;
	margin-top: 10px;
	background-image: url(../img/bg-recomendacion.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 14px;
}
#Recomendar .camposFormRecomendar {
	width: 160px;
}


#ColDer {
	width: 777px;
	margin-left: 7px;
	float: right;
}

#ColDer ul {
	padding: 10px;
}

#ColDer ul li{
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.BtnConsultar {
	float: right;
}

.CajaObjetoContent {
	height: 180px;
	width: 250px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}




#Footer {
	height: 100px;
	background-image: url(../img/bg-footer.jpg);
	background-repeat: repeat-x;
	margin-top: 30px;
	text-align: center;
	padding-top: 40px;
}
#Footer p {
	color: #565656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Footer p a {
	color: #4A4A33;
}

#FormContacto p a {
	color: #FFF;
}


