a {
	color: #E07514;
	text-decoration: none;
}
a:hover {
	color: #FE8E2E;
	text-decoration: none;
}
a.enlace2 {
	color: #FFFFFF;
	text-decoration: none;
}
a.enlace2:hover {
	color: #000000;
	text-decoration: none;
}
a.enlace1 {
	color: #000000;
	text-decoration: none;
}
a.enlace1:hover {
	color: #0066FF;
	text-decoration: none;
}

.titular {
	font-weight: bold;
	color: #666666;
	font-size: 120%;


}

.parrafo {
	font-family: "Century Gothic", Verdana;
	font-size: 80%;
	color: #000000;
	text-align: justify;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.linea {
	font-family: "Century Gothic", Verdana;
	font-size: 80%;
	color: #000000;
}

.lineaMen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.lineaMin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


.parrafoMen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.parrafoMin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}.white {
	color: #FFFFFF;
}
.lineaB {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.lineaMenB {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.lineaMinB {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.izda {
	margin: 0px;
	padding: 0px;
	background-image: url(img/fondoizda.jpg);
	background-repeat:  repeat-y;
}
.pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #D5A859;
	text-align: right;
	background-color: #CCCCCC;
	width: 584px;
	padding: 3px;
}
.pie a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding-right: 10px;
	text-decoration: none;
}
.pie a:hover {
	color: #000000;
	text-decoration: none;
}


.subrayado {
	height: 2px;
	width: 100%;
	background-color: #FE851D;
}
.fotoder {
	float: right;
	margin-bottom: 3px;
	margin-left: 20px;
	border: 1px solid #000000;
}
#plano {
	background: #EDEAE2;
	padding: 5px;
	width: 100%;
	background-color: #D1D0CD;
	text-align: center;
	height: 100%;
}
#ampliada {
	float: right;
	height: 400px;
	width: 300px;
	border: 2px solid #999999;
	margin-left: 10px;
}
#portada {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	height: 400px;
	padding: 0px;
}
.central {
	height: 480px;
}

.cabecera {
	width: 590px;
	height: 84px;
	background-color: #FFFFFF;
}
.menusup {
	background-image: url(img/separador.gif);
	background-repeat:   repeat-x;
	background-position: bottom;
	background-color: #A7A7A7;
}
.menusup .item a {
	color: #FFFFFF;
	text-decoration: none;
}
.menusup .item a:hover {
	color: #000000;
	text-decoration: none;
}
.bull {
	font-size: 22px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
	line-height: 5px;
	padding-top: 5px;
	margin-bottom: 3px;
	padding-bottom: -10px;
}
.item {
	font-family: "Century Gothic", Verdana;
	font-size: 80%;
	padding-top: 0px;
	padding-bottom: 2px;
	width: 25%;
}
.colorbar {
	background-color: #A7A7A7;
	width: 16px;
}
.inicio {
	color: #000000;
	background-color: #CCCCCC;
	padding: 5px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #EFECE9;
	background-image: url(img/fondoizda.jpg);
	background-repeat: no-repeat;
	background-position: left 110px;
}
.pie .aviso {
	float: left;
	padding-left: 10px;
}
.web {
	height: 100%;
	width: 100%;
}
.logo {
	height: 100px;
	width: 180px;
}
li {
	margin-bottom: 10px;
}
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
/* FORMULARIOS */

.apartado {
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	margin-top: 15px;
	float: left;
	width: 510px;
	margin-bottom: 10px;
}

.fila {
	clear: both;
	margin-bottom: 10px;
	width: 510px;
	float: left;
}

.derecha {
	float: right;
}

.campo {
	background-color: #EFECE9;
	font-family: "Trebuchet MS", Tahoma, "MS Sans Serif";
	border: 1px solid #666666;
	font-size: 90%;
}


.asterisco {
	color: #F5A925;
	margin-left: 3px;
}

.bloqueizd {
	float: left;
	margin-left: 15px;
	clear: none;
}
.bloqueder {
	float: right;
	margin-right: 15px;
}
#paginacion {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
	float: left;
}
#paginacion a {
	color: #346AAE;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
}
#paginacion a:hover {
	color: #666666;
	text-decoration: underline;
}
.numresultados {
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 90%;
}
#datos {
	margin-left: 30px;
	width: 430px;
}
.boton {
	clear: both;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 510px;
	text-align: center;
}
