* {
	margin: 0;
	padding: 0;
	border: 0;
}
    body  {
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	background-color: #6C6C6C;
    }
	
span {
	behavior: url(../data/iepngfix.htc);
}
#web {
	width: 850px;
	background-image: url(../data/fondo.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px auto;
	padding: 2px;
}


#cabecera {
	width: 800px;
	margin: 0px auto 4px auto;
	background-color: #808080;
	height: 100px;
	background-image: url(../data/cabecera.png);
}

    .twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #C4C4C4;
    } 
    .twoColFixLtHdr #header {
	padding: 0 10px 0 20px;
	border-bottom: 1px solid #444;
	background: #808080 url(../data/header.png);
	height: 28px;
    } 
    .twoColFixLtHdr #header p {
	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
	padding: 8px 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D8D8D8;
	text-align: left;
    }

    .twoColFixLtHdr #sidebar1 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 140px; /* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	padding: 5px 20px;
	margin: 0;
    }
.twoColFixLtHdr  #posicion  {
	text-align: left;
	margin: 10px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #posicion a {
	color: #444444;
	text-decoration: none;
}
.twoColFixLtHdr #posicion a:hover {
	text-decoration: underline;
	color: #CC0000;
}




    .twoColFixLtHdr #mainContent {
	margin: 10px 0 10px 180px; /* el margen izquierdo de este elemento div crea la columna situada a lo largo del lado izquierdo de la página (con independencia de la cantidad de contenido que tenga el div sidebar1, se mantendrá el espacio de la columna). Puede quitar este margen si desea que el texto del div #mainContent llene el espacio de #sidebar1 cuando termine el contenido de #sidebar1. */
	padding: 10px 50px 30px 30px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
	text-align: left;
	border-left: 1px dashed #727272;
    } 
.twoColFixLtHdr #mainContent p {
	text-align: justify; /* de este modo el texto se muestra justificado */
	margin: 15px;
}
.twoColFixLtHdr   #mainContent .titulo{
	font-size: 25px;
	color: #333;
	font-weight: normal;
	width: 450px;
	border-bottom: 1px solid #000;
	padding-left: 5px;
	margin-bottom: 25px;
}


.twoColFixLtHdr #mainContent a {
	color: #5C5C5C;
	border: none;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.twoColFixLtHdr  #mainContent  .info {
	margin: 0 auto;
}
.twoColFixLtHdr  #mainContent  .info  table {
	text-align: left;
}
.twoColFixLtHdr  #mainContent  .info  table  td {
	border-bottom: 1px dashed #727272;
}
.twoColFixLtHdr    #mainContent    .info    p    {
	margin: 0 20px 0 3px;
}






.twoColFixLtHdr  #mainContent  .selectorPerroIzqda {
	width: 400px;
	margin: 10px auto;
	background-color: #ACACAC;
	cursor: pointer;
	text-align: left;
	position: relative;
}
.twoColFixLtHdr  #mainContent  .selectorPerroIzqda  .selectorPerro-top {
	height: 5px;
	display: block;
	background-image: url(../data/selectorPerro_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 2px;
}
.twoColFixLtHdr  #mainContent  .selectorPerroIzqda  .selectorPerro-bottom {
	height: 5px;
	display: block;
	background-image: url(../data/selectorPerro_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 2px;
}
.twoColFixLtHdr      #mainContent      .selectorPerroIzqda      img    {
	margin: 10px;
	width: 90px;
	border-top: 1px solid #9E9E9E;
	border-right: 1px solid #6F6F6F;
	border-bottom: 1px solid #6F6F6F;
	border-left: 1px solid #9E9E9E;
}
.twoColFixLtHdr   #mainContent   .selectorPerroIzqda   a  {
	color: #333333;
	font-size: 20px;

}
.twoColFixLtHdr    #mainContent    .selectorPerroIzqda:hover  a    {
	color: #FFFFFF;
	text-decoration: underline;

}

.twoColFixLtHdr  #mainContent  .selectorPerroIzqda:hover {
	background-color: #CC0000;
	cursor: pointer;

}
.twoColFixLtHdr      #mainContent      .selectorPerroIzqda:hover      img    {
	border-top: 1px solid #B00000;
	border-right: 1px solid #530000;
	border-bottom: 1px solid #530000;
	border-left: 1px solid #B00000;

}
.twoColFixLtHdr  #mainContent  #tablaPedigri {
	margin: 30px auto;
	border-top: 1px solid #4E4E4E;
	border-left: 1px solid #4E4E4E;
	text-align: center;
}
.twoColFixLtHdr   #mainContent   #tablaPedigri   th  {
	background-color: #3A3A3A;
	border-right: 1px solid #4E4E4E;
	border-bottom: 1px solid #4E4E4E;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
}

.twoColFixLtHdr #mainContent #tablaPedigri td {
	width: 150px;
	border-right: 1px solid #4E4E4E;
	border-bottom: 1px solid #4E4E4E;
	height: 30px;
	font-size: 12px;
	color: #1E1E1E;
}

.twoColFixLtHdr #mainContent  #tablaPedigri  .celdamacho {
	background-color: #F2F2F2;
}
.twoColFixLtHdr #mainContent #tablaPedigri .celdahembra {
	background-color: #AAAAAA;
}
.twoColFixLtHdr #mainContent #tablaImagenes {
	margin: 0 auto;
	text-align: center;
}


.twoColFixLtHdr   #mainContent   #tablaImagenes .fotografia  {
	width: 100px;


}
.twoColFixLtHdr  #mainContent  #tablaImagenes  .celdaImagen  {
	height: 100px;

}

.twoColFixLtHdr   #mainContent   .tablaEnlaces {
	background-color: #B2B2B2;
	width: 500px;
	margin: 10px auto;
	text-align: center;
}
.twoColFixLtHdr #mainContent .tablaEnlaces h1 {
	font-size: 15px;
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent .tablaEnlaces .top {
	height: 10px;
	width: 500px;
	background: #C4C4C4 url(../data/enlacesTop.png) no-repeat bottom;
}

.twoColFixLtHdr #mainContent .tablaEnlaces .bottom {
	height: 10px;
	width: 500px;
	background: #C4C4C4 url(../data/enlacesBottom.png) no-repeat top;
}

.twoColFixLtHdr   #mainContent   .tablaEnlaces  .corners-top {
	height: 5px;
	display: block;
	background-image: url(../data/corners_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #7C7C7C;
}
.twoColFixLtHdr   #mainContent   .tablaEnlaces  .corners-top  span {
	background-image: url(../data/corners_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 5px;
}
.twoColFixLtHdr   #mainContent   .tablaEnlaces  .corners-bottom {
	height: 5px;
	display: block;
	background-image: url(../data/corners_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.twoColFixLtHdr   #mainContent   .tablaEnlaces  .corners-bottom  span {
	background-image: url(../data/corners_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	height: 5px;
}
.twoColFixLtHdr #mainContent .tablaEnlaces .tituloTabla {
	background-color: #7C7C7C;
	padding: 0 0 2px 0;

}
.twoColFixLtHdr #mainContent .tablaEnlaces table {
	width: 480px;
	margin: 5px auto;
}
.twoColFixLtHdr #mainContent .tablaEnlaces td {
	text-align: left;
}


.twoColFixLtHdr  #mainContent  .tablaEnlaces  .nombreEnlace {
	width: 35%;
	border-right: 1px dashed #585858;
	border-bottom: 1px dashed #585858;
	padding: 5px;
}
.twoColFixLtHdr #mainContent .tablaEnlaces .descripcionEnlace {
	border-bottom: 1px dashed #585858;
	padding: 5px;
}
.twoColFixLtHdr #mainContent .noticia {
	width: 500px;
	margin: 5px auto;
	padding: 10px;
	background-color: #BBBBBB;
	border: 1px solid #AAAAAA;
}
.twoColFixLtHdr #container #mainContent .noticia .actualizacion {
	color: #444444;
	text-align: right;
	margin: 5px;
}
.twoColFixLtHdr #container #mainContent .noticia .titulo {
	font-size: 22px;
	color: #333;
	font-weight: normal;
	width: 480px;
	border-bottom: 1px solid #000;
	text-align: left;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
}
.twoColFixLtHdr  #container  #mainContent  .noticia  a.titulo:hover {
	color: #CC0000;
	border-bottom: 1px solid #CC0000;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent .noticia .fechaNoticia {
	margin: 0px 15px 25px auto;
	text-align: right;
	color: #000000;
}
.twoColFixLtHdr #container #mainContent .noticia .contenidoNoticia {
	color: #333333;
}




#pagAnterior, #pagSiguiente {
	display: block;
	height: 40px;
	width: 40px;
}
#pagAnterior {
	background-image: url(../data/pagAnterior.png);
}
#pagAnterior:hover   {
	background-image: url(../data/pagAnteriorHover.png);
	cursor: pointer;
}
#pagSiguiente {
	background-image: url(../data/pagSiguiente.png);
}
#pagSiguiente:hover {
	background-image: url(../data/pagSiguienteHover.png);
	cursor: pointer;
}








    .twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top: 1px solid #444;
	height: 30px;
	background: #8C8C8C url(../data/header.png);
    } 
    .twoColFixLtHdr #footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 7px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0E0E0;
	text-align: right;
    }
.twoColFixLtHdr #footer #nVisitas {
	float: left;
	position: relative;
	top: -6px;
}
.twoColFixLtHdr #footer #nVisitas .contador {
	height: 20px;
	position: relative;
	top: 5px;
	opacity: 0.7;
}


    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
    	float: left;
    	margin-right: 8px;
    }
    .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;
    }
.textoOculto {
	display: none;

}
.fotografia, .fotografiaSinEnlace, .enlacefirefox, .enlacevollmers        {
	margin: 10px;
	border-top: 1px solid #ACACAC;
	border-right: 1px solid #747474;
	border-bottom: 1px solid #747474;
	border-left: 1px solid #ACACAC;
}
.fotografia:hover, .enlacefirefox:hover, .enlacevollmers:hover  {
	border: 1px dashed #CC0000;
}
.enlacefirefox {
	width: 90px;
}
.enlacevollmers {
	width: 90px;
}
.block {
	display: block;
	width: 200px;
	height: 60px;
	background-color: #CC0000;
	position: relative;
	margin: 10px;
}
#imagenesHover {
	display: none;
}
