@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#20396D;	
	background-color:#6A95D3;
}

#cabecera{
	background-image:url(../img/bg-cabecera.jpg);
	background-position:center;
	background-repeat:repeat-x;
	width:100%;
	height:92px;
}

#cabecera #logo_anelis {
	background-image:url(../img/franquicias-rentables.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:235px;
	height:92px;
}
#cabecera #texto1 {
	background-image:url(../img/texto1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:175px;
	height:92px;
}	
#anelis-network{
	background-image:url(../img/bg-anelis-network.jpg);
	background-position:center;
	background-repeat:repeat-x;
	width:100%;
	height:58px;
}
#anelis-network #img{
	background-image:url(../img/anelis-network.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:428px;
	height:48px;
}
#menu{
	background-image:url(../img/bg-menu-pie.jpg);
	background-position:center;
	background-repeat:repeat-x;
	width:100%;
	height:44px;
	color:#5CB4DE;
	font-weight:bold;
}
#menu a{
	color:#5CB4DE;
	text-decoration:none;
}
#menu a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#franquicias-espana{
	position:absolute;
	top:103px;
	width:296px;
	height:663px;
	left:50%;
	margin-left:-485px;
}
#pie{
	background-image:url(../img/bg-menu-pie.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	width:100%;
	height:44px;
	color:#5CB4DE;
	font-size:10px;
}
#pie a{
	color:#5CB4DE;
	text-decoration:none;
}	
#pie a:hover{
	color:#5CB4DE;
	text-decoration:underline;
}	
.contacto input[type="text"]{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:311px;
	padding:0px 5px 0px 5px;
	background-color:#CFDDF1;
	border:1px solid #C7C7C7;
	color:#6C6C6C;	
}
.contacto textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6C6C6C;
	width:311px;
	padding:0px 5px 0px 5px;	
	height:90px;
	background-color:#CFDDF1;
	border:1px solid #C7C7C7;
	overflow:auto;
}
.politica {
	font-size:10px;
	color:#999999;
	text-decoration:none;
	font-stretch:normal;
}	
.politica:hover{
	font-size:10px;
	color:#999999;
	text-decoration:underline;
}	

#a_enlaces a { color:#20396D ; font-weight:bold; text-decoration:none; }
#a_enlaces a:hover { color:#20396D ; font-weight:bold; text-decoration:underline; }

.enlace:link { color:#20396D ; font-weight:bold; text-decoration:none; }
.enlace:active { color:#20396D ; font-weight:bold; text-decoration:none; }
.enlace:visited { color:#20396D ; font-weight:bold; text-decoration:none; }
.enlace:hover { color:#20396D ; font-weight:bold; text-decoration:underline; }
