@charset "utf-8";
/* CSS Document */

.menuprincipal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    line-height: 1.8em;
    width: 180px;
    font-weight: bold;
}
.menuprincipal li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    width: 170px;
    float: left;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #EAF7FD;
}
.menuprincipal li a {
    color: #7f4b72;
    text-decoration: none;
    width: 150px;
    padding-left: 20px;
    float: left;
}
.menuprincipal li a:hover {
    color: #284B73;
    background-color: #D9E5F1;
    background-image: url(../imagenes/flecha.gif);
    background-position: right;
    background-repeat: no-repeat;
}
.menuzonapri {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    line-height: 1.8em;
    width: 145px;
    font-weight: bold;
}
.menuzonapri li {
    width: 145px;
    float: left;
}
.menuzonapri li a {
    color: #284B73;
    text-decoration: none;
    width: 145px;
    float: left;
}
.menuzonapri li a:hover {
    color: #7f4b72;
    background-color: #D9E5F1;
}
#inicio {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 170px;
	float: left;
	border-top-style: none;
}
#contacto {
	width: 170px;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #EBF6FC;
	border-bottom-style: none;
}


.menusecundario {
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: 565px;
	margin-top: 0px;
    display: inline;
}
.menusecundario li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 20px;
	text-align: center;
	width: 111px;
	padding-top: 4px;
	margin-left: 2px;
	display: inline;
}
.menusecundario li a {
	color: #FFFFFF;
	text-decoration: none;
	width: 111px;
	float: left;
	background-image: url(../imagenes/botonoff.gif);
	height: 17px;
	padding-top: 3px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.menusecundario li a:hover {
	color: #7f4b72;
	background-image: url(../imagenes/botonon.gif);
}

.footer {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 315px;
	display: inline;
}
.footer li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
	height: 15px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4D7EB0;
}
.footer li a {
	text-decoration: none;
	width: 310px;
	color: #FFFFFF;
	padding: 2px;
	float: left;
}
.footer li a:hover {
	background-color: #44719D;
	background-image: url(../imagenes/2flecha.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.atajos {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.atajos  li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4D7EB0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	float: left;
}
.atajos li a {
	color: #C7D8E0;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 11px;
	text-align: center;
}
.atajos li a:hover {
	background-color: #3D6389;
	color: #FFFFFF;
}

#zona {
	border-right-style: none;
}
#inicioatajo {
	border-left-style: none;
}

.links {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	width: 220px;
    display: inline;
}
.links li {
	float: left;
}
.links  li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em;
	padding-right: 10px;
	padding-left: 10px;
}
.links a:hover {
	text-decoration: underline;
}
#asociados {
	border-right-style: none;
}


