#tablacentral {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#tablacentral td {
	text-align: center;
	vertical-align: top;
}
#tablaprincipal {
	padding: 0px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#tablaprincipal .central {
	background-image: url(images/centro-homogeneo.png);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #054B89;
	height: 350px;
	vertical-align: top;
}

#tablaprincipal .botonerahtml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #054B89;
	background-image: url(images/bajo-del-centro.png);
	background-repeat: no-repeat;
	height: 57px;
	vertical-align: bottom;
	font-weight: bold;
	margin-bottom: 10px;
}
#tablacontenido {
	margin: 0px;
	padding: 0px;
	width: 100%;
	vertical-align:top;
}
#tablacontenido .contenido {
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
#tablacontenido .margen {
	width: 25px;
}
#tablacontenido .botonera {
	width: 200px;
}

#tablaprincipal .botonerahtml a:link {
	color: #054B89;
	text-decoration:none;
}
#tablaprincipal .botonerahtml a:active {
	color: #054B89;
	text-decoration:none;
}
#tablaprincipal .botonerahtml a:visited {
	color: #054B89;
	text-decoration:none;
}
#tablaprincipal .botonerahtml a:hover {
	color: #598FBC;
	text-decoration:none;
}
#tablaprincipal .footer {
	background-image: url(images/pie-de-pagina.png);
	background-repeat: no-repeat;
	height: 33px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
#tablaprincipal .footer a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#tablaprincipal .footer a:active {
	color: #FFFFFF;
	text-decoration:none;
}
#tablaprincipal .footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#tablaprincipal .footer a:hover {
	color: #BCDAFF;
	text-decoration:none;
}
#divContenido {
	height: 100%;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
body {
	margin: 0px;
	padding: 0px;
}
#tablaContacto {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#tablaContacto .campoInput {
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #054B89;
}
#tablaContacto .campoMsj {
	height: 200px;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #054B89;
}
#tablaContacto .btnEnviar {
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #054B89;
}
#tablaServicios {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
#tablaProductos {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #D9EAFE;
	border: thin solid #054B87;
}
#tablaProductos tr td {
	text-align: left;
}
#tablaProductos .foto {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 150px;
	float:left;
}
#tablaProductos .descripcion {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
#tablaProductos a:link {
	color: #054B89;
	text-decoration:none;
}
#tablaProductos a:active {
	color: #054B89;
	text-decoration:none;
}
#tablaProductos a:visited {
	color: #054B89;
	text-decoration:none;
}
#tablaProductos a:hover {
	color: #598FBC;
	text-decoration:none;
}

#tablaNovedades {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #D9EAFE;
	border: thin solid #054B87;
}
#tablaNovedades tr td {
	text-align: left;
}
#tablaNovedades .foto {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 150px;
	float:left;
}
#tablaNovedades .descripcion {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	float:left;
}
#tablaNovedades a:link {
	color: #054B89;
	text-decoration:none;
}
#tablaNovedades a:active {
	color: #054B89;
	text-decoration:none;
}
#tablaNovedades a:visited {
	color: #054B89;
	text-decoration:none;
}
#tablaNovedades a:hover {
	color: #598FBC;
	text-decoration:none;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: 0px; /*position where enlarged image should offset horizontally */

}

#tablaBotonera {
	margin: 0px;
	padding: 0px;
	width: 200px;
	text-align: left;
	font-weight:bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
#botoneraContenido {
	position: relative;
	z-index: 1;
	left: 0px;
	top: -45px;
	background-image: url(images/botonera_abajo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 215px;
}

#tablaBotonera td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#tablaBotonera .seccion {
	margin: 0px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#tablaBotonera .subseccion {
	margin: 0px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#tablaBotonera a:link {
	color: #054B89;
	text-decoration:none;
}
#tablaBotonera a:active {
	color: #054B89;
	text-decoration:none;
}
#tablaBotonera a:visited {
	color: #054B89;
	text-decoration:none;
}
#tablaBotonera a:hover {
	color: #598FBC;
	text-decoration:none;
}


#divBotonera {
	margin: 0px;
	padding: 0px;
	width: 215px;
	background-image: url(images/botonera_medio.png);
	background-repeat: repeat-y;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
#tablaProductos .boton {
	text-align: right;
}

