* {
    font-family: 'Trebuchet MS', Verdana, Sans-Serif;
    font-size: 12px;
   	margin: 0;
    padding: 0;
}

img {
	border: none;
}

body {
    background-color: #f1f1f1;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

html {
    background-color: #526381;
    overflow-y: scroll;
}

/* for Internet Explorer */
/*\*/
* html #divPrincipal {
	height: 580px;
}
/**/


p {
    padding: 0px;
    margin: 0px;
}

td.descripcion {
    font-weight: bold;
    color: #83221b;
    margin-bottom: 5px;
    margin-top: 5px;
}

h1 {
    font-size: x-large;
    text-align: center;
}

.tableAlta {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tdTitulo {
    vertical-align: middle;
    text-align: right;
}

.obligatorio {
    color: red;
}

.tableAlta select, textarea {
    width: 100%;
}

.text {
    width: 100%;
}

.tableAlta td p {
    text-align: center;
}

.tableAlta td p b {
    font-size: medium;
}

.tableAlta td p span {
    padding-left: 5px;
    padding-right: 5px;
}

#tdBotones {
    padding-top: 20px;
    text-align: center;
}

#divFiltros {
    float: left;
    border-right: 1px solid black;
    margin: 10px;
    padding-right: 20px;
}


#divFiltros select {
    width: 160px;
    margin-left: 10px;
    background-color: #f7f7f7;
    border: 1px solid gray;
}

#divFiltros select option {
    background-color: #f7f7f7;
}

#divFiltros input {
    margin-top: 2px;
    margin-left: 10px;
}

#divMapa {
    width: 740px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    float: left;
}

#divMapaFicha {
    width: 710px;
    height: 350px;
    margin-left: 10px;
    margin-top: 20px;
}

#divPrincipal {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    background-color: white;
    min-height: 550px;
}

#divCabecera {
    height: 95px;
    margin-bottom: 10px;
    padding-top: 5px;
	background-image: url(/img/bgheader.png);
	background-repeat: repeat-x;
	background-position: 0px 20px;
	background-color: #516482;
}

#divCabecera div {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.link {
    color: white;
    text-decoration: none;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
}

.link:hover {
    color: #ffcf03;
    border-bottom: 3px solid #ffcf03;
}

#divLinks {
    padding-top: 5px;
    width: 100%;
    height: 35px;
    background-image: url('../img/hl.png');
}

#divLogo {
    width: 980px;
    height: 80px;
    background-color: #3269a1;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#divContenido {
    background-color: white;
}

#divContenido:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#divPie {
    background-image: url(/img/bgfooter.png);
    background-repeat: repeat-x;
    background-color: #526381;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    padding-top: 20px;
    color: #f1f1f1;
}

#divPie a {
    margin-right: 5px;
    color: white;
    text-decoration: none;
}

#divPie a:hover {
    text-decoration: underline;
}

#h1Welcome {
    font-size: x-large;
    color: #83221b;
}

#bodyAlta {
    background-color: white;
}

#divImagenesFicha {
    text-align: center;
    float: left;
    width: 230px;
}

#divImagenesFicha ul li a img {
    width: 200px;
    border: 2px solid #526381;
    margin-bottom: 10px;
    margin-right: 5px;
}

#divImagenesFicha ul li {
    display: block;
    list-style: none;
}

#divImagenesFicha ul {
    padding: 0px;
    margin: 0px;
}

#h2CabeceraFicha {
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: x-large;
    font-weight: bold;
    border-bottom: 2px solid silver;
    padding-bottom: 5px;
	margin-bottom: 20px;
    color: #f26521;
}

#divFicha {
    float: left;
	width: 740px;
}

#divDescripcionGeneralFicha p {
    margin-left: 50px;
    width: 650px;
}

#divDescripcionGeneralFicha {
    background-color: #fafbfc;
    padding-bottom: 10px;
    border: 1px solid #526381;
}

#divDescripcionGeneralFicha h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: medium;
    background-image: url('../img/hd.png');
    height: 28px;
	color: white;
}

#divDescripcionGeneralFicha h4 {
    margin-left: 50px;
    font-size: large;
}

#divDescripcionGeneralFicha span {
    font-size: small;
    margin-left: 50px;
    color: gray;
}

#divDetallesFicha {
    margin-top: 30px;
    background-color: #fafbfc;
    padding-bottom: 20px;
    border: 1px solid #526381;
}

#divDetallesFicha h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: medium;
    background-image: url('../img/hd.png');
    height: 28px;
	color: white;
}

.spanDetalle {
    border-bottom: 1px dotted black;
    height: 20px;
    width: 60px;
    float: left;
    text-align: right;
    padding-left: 10px;
}

.spanTitulo {
    margin-left: 50px;
    width: 300px;
    height: 20px;
    float: left;
    padding-right: 10px;
    border-bottom: 1px dotted black;
}

#divUbicacionFicha {
    margin-top: 30px;
    background-color: #fafbfc;
    padding-bottom: 10px;
    border: 1px solid #526381;
}

#divUbicacionFicha h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: medium;
    background-image: url('../img/hd.png');
    height: 28px;
	color: white;
}

#divContactoFicha {
    margin-top: 30px;
    background-color: #fafbfc;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border: 1px solid #526381;
}

#divContactoFicha h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: medium;
    background-image: url('../img/hd.png');
    height: 28px;
	color: white;
}

#divContactoFicha textarea {
    width: 300px;
    margin-left: 2px;
    border: 1px solid #526381;
}

#divContactoFicha label {
    margin-left: 50px;
    margin-right: 5px;
    width: 60px;
    float: left;
    text-align: right;
    vertical-align: middle;
}

#divContactoFicha img {
	margin-left: 115px;
	border: none;
}

#divContactoFicha input {
    margin-bottom: 5px;
    border: 1px solid #526381;
}

.imgMapa {
    height: 90px;
    margin-right: 10px;
}

.captcha {
    border: 1px solid #000;
    margin: 2px;
    margin-left: 115px;
}

#btnEnviarContacto {
    margin-left: 115px;
}

#divContactoFicha2 p {
    margin-left: 55px;
    margin-top: 10px;
    color: red;
}

.impar {
    background-color: #f1f1f1;
}

.boton {
    background-image: url('../img/b.png');
    border: 1px solid silver;
    background-color: white;
    cursor: pointer;
    height: 22px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

#tableAbout td {
    vertical-align: top;
    font-size: 13px;
}

#h1subtitulo {
    padding-top: 20px;
    font-size: x-large;
    color: #356ca2;
}

.h3Busqueda {
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: x-large;
    font-weight: bold;
    padding-bottom: 5px;
    color: #f26521;
    text-align: center;
}

#divBusquedaDirecta {
    text-align: center;
    margin-top: 50px;
}

#divBusquedaDirecta a {
    color: #34699d;
    text-decoration: none;
    margin-right: 20px;
}

#divBusquedaDirecta a:hover {
    font-weight: bold;
    color: #f26521;
}

#tableBusqueda {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
}

#tableBusqueda select {
	width: 250px;
}

#tableBusqueda td {
    font-weight: bold;
}

#divBusquedaPrincipal {
    background-image: url('../img/bgs.png');
    background-repeat: no-repeat;
    background-position: 50px 100px;
    min-height: 550px;
}

h2.alta {
	font-size: 14px;	
	color: #f26521;
	text-align: center;
	font-weight: normal;
}

h2.inicio {
	font-size: large;	
	color: black;
	text-align: center;
	font-weight: normal;
}

#divContactoFicha2 form fieldset {
	border: none;	
}

html #tableMapa {
	min-width: 260px;
}

#tableMapa {
	min-width: 260px;
}