@charset "UTF-8";
/* CSS Principal */

/* Globales */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img { 
	border: 0;
}

.hidden {
	display: none;
}

/* Principales */

#MenuPrincipal {
	height: 12px;
	width: 940px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
	background-color: #9F0;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #090;
}
#Contenido {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	text-align: left;
}
#Ad {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	text-align: center;
}
#TopLogo {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	width: 160px;
	text-align: left;
	height: 74px;
	float: left;
	background-image: url(/img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
	cursor: pointer;
}
#TopMenuSup {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
	text-align: right;
	margin-right: auto;
	float: right;
	color: #090;
	height: 14px;
	font-size: 10px;
	font-weight: normal;
}
#TopMenuSup a:link, #TopMenuSup a:visited, #TopMenuSup a:active{
	color: #090;
	text-decoration: none;
}
#TopMenuSup a:hover{
	color: #000;
}
#ContenidoFondo {
	background:url(/img/fondo_inferior.png) top repeat-x;
}
#TopFondo {
	background:url(/img/fondo_superior.png) bottom repeat-x;
}
#Top {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 950px;
	height: 90px;
}
#TopMenuInf {
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 5px;
	text-align: right;
	margin-right: auto;
	font-weight: bold;
	color: #090;
	clear: right;
	margin-left: auto;
	font-size: 14px;
	float: right;
	height: 16px;
}
#TopMenuInf a:link, #TopMenuInf a:visited, #TopMenuInf a:active{
	color: #090;
	text-decoration: none;
}
#TopMenuInf a:hover{
	color: #6C0;
}

#TopMenuInf a{
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#TopMenuInf .MenuDiv{
	background:url(/img/menu_div.png) no-repeat left bottom;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 1px;
}

#TopMenuInf .MenuBoton{

}

#TopMenuInf .MenuBoton_hover{
	background:url(/img/boton_activo.png) repeat-x bottom;
}
#MenuInferior {
	font-size: 9px;
	color: #060;
	padding: 5px;
	text-align: right;
	float: right;
}
#MenuInferior a:link, #MenuInferior a:visited, #MenuInferior a:active{
	color: #030;
	text-decoration: none;
}
#MenuInferior a:hover{
	color: #990;
	text-decoration: underline;
}
#Copyright {
	font-size: 9px;
	color: #666;
	padding: 5px;
	text-align: left;
	float: left;
}
#Abajo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00B100;
	width: 950px;
	height: 20px;
}
.ZonaServicios {
	padding-top: 19px;
	padding-bottom: 20px;
}
.MenuServicios {
	width: 150px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9C0;
	padding-right: 15px;
	display: block;
	margin-top: 1px;
}
.MenuServicios a{
	background-color:#FFF;
	width: 100%;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration:none;
	display: block;
}
.MenuServicios a:hover{
	font-weight: bold;
	background-color: #BADAA4;
	color: #060;
}
.MenuServicios .Vinculo{
	width: 100%;
	color: #360;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C0;
	background-color: #DAFFC0;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	cursor: pointer;
}
.TituloServicios {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C0;
	font-size: 16px;
	font-weight: bold;
	color: #360;
	background-color: #DAFFC0;
}
.DescripcionServicios {
	text-align: justify;
	padding: 10px;
}
.PlanesServicios {
	background-color: #DAFFC0;
	margin: 5px;
	border: 1px solid #9C0;
}
.Notas {
	font-size: 9px;
	color: #999;
	text-align: justify;
}

/* Login */

#LoginFondo {
	background-image:url(/img/fondologin.png); 
	height:333px; 
	width:900px; 
	padding-top:150px; 
	padding-left:50px;	
}

#Login {
	background:url(/img/boxlogin.png) no-repeat top left;
	padding:5px;
	width:280px;
	height:220px;
}

#Login .input{
	width:145px;
	height:21px;
	background:url(/img/boxinput.png) no-repeat center;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	border:none;	
}

#Login .boton{
	width:63px;
	height:27px;
	background:url(/img/boton_acceder.png) no-repeat center;
	border:none;	
}

#Login .boton:hover{
	background:url(/img/boton_acceder_hover.png) no-repeat center;
}

#Login .boton:active{
	background:url(/img/boton_acceder_active.png) no-repeat center;
}

#Login div form{
	margin-right:45px;
	text-align:right;
	margin-top:45px;
}

#Login div form p{
	padding:2px;
	margin:0px;
}

#Login div{
	width:auto;
	height:115px;
}

#banners {
	width:947px;
	height:300px;
	overflow: hidden;
}
#banners div {
	float:left;
}
#banners .banners_banner {
	cursor:pointer;
	overflow: hidden;
	width:0px;
	height:300px;
}
#banners .banners_boton {
	cursor:pointer;
	width:40px;
	height:300px;
}
#banners #ban1 {
	background-image: url(/img/banners.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:747px;
}
#banners #ban2 {
	background-image: url(/img/banners.png);
	background-repeat: no-repeat;
	background-position: 0px -300px;
}
#banners #ban3 {
	background-image: url(/img/banners.png);
	background-repeat: no-repeat;
	background-position: 0px -600px;
}
#banners #ban4 {
	background-image: url(/img/banners.png);
	background-repeat: no-repeat;
	background-position: 0px -900px;
}
#banners #ban5 {
	background-image: url(/img/banners.png);
	background-repeat: no-repeat;
	background-position: 0px -1200px;
}
#banners #bot1 {
	background-image: url(/img/banners.png);
	background-repeat: no-repeat;
	background-position: -787px 0px;
}
#banners #bot2 {
	background-image: url(/img/banners.png);
	background-repeat: no-repeat;
	background-position: -787px -300px;
}
#banners #bot3 {
	background-image: url(/img/banners.png);
	background-repeat: no-repeat;
	background-position: -787px -600px;
}
#banners #bot4 {
	background-image: url(/img/banners.png);
	background-repeat: no-repeat;
	background-position: -787px -900px;
}
#banners #bot5 {
	background-image: url(/img/banners.png);
	background-repeat: no-repeat;
	background-position: -787px -1200px;
}
