/* CSS Document */

* {margin:0; padding:0;}

BODY{background: url(../imag/baground.png) repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}

H1{
font-size:11px; 
letter-spacing:2px;
color:#3A4856;
margin:12px 0px 6px 0px;
}

H2{
font-size:11px; 
letter-spacing:2px;
color:#999999;
margin:10px 0px 6px 0px;
}

#contenedor {
    position:relative;
    width:820px;
    margin:auto;
    background:url(../imag/contenedor.gif);
}
#contacto {
    position:relative;
    width:200px;
    height:50px;
    left:590px;
    top:28px;
}

#top {
	margin:auto;
    height:262px;
	width:820px;
    background:url(../imag/top.jpg) no-repeat;
	margin-left:10px;
}
#menu_head {
    height:38px;
    background:url(../imag/menu_head.jpg);
}

#menu_pie {
    height:40px;
    background:url(../imag/menu_pie.jpg);
}
#contenido {
    width:620px;
    float:right;
    background:#FFFFFF;
	margin-right:19px;
	margin-top:6px;
	margin-bottom:20px;
}
	#contenido ul li{
		margin-bottom:6px;}

#texto{
	width:600px;
	margin-left:15px;
	margin-right:5px;
}
	#texto ul {
		padding-left:20px;
		padding-top:12px;
		display:block;
		list-style-image:url(../imag/ulli.jpg);
	}	
	#texto ul li{
		padding-bottom:10px;
	}	
#final{
    clear:both;
    height:40px;
	margin-left:10px;
	background:url(../imag/final.jpg) no-repeat;
	width:800px;
}

#pie {
    clear:both;
    height:40px;
	margin-left:10px;
}

/*PAGINA CABALLOS EN VENTA*/
.catalog{
	width:620px;
	border:1px groove;
}

.catalog td.titulo{
	background-color:#666666;
	border-bottom-style:groove;
	background-color:#666666;
	color:#FFF; 
	padding-left:10px;
	border-bottom-style:groove;
}

.catalog th{
	font-size:11px;
	height:150px;
	color:#666;
	float:left;
	text-align:left;
	padding-right:6px;
	border-bottom-style:groove;
	border-right-style:groove;
	vertical-align:text-top;
} 

.nom_nor {
	font-weight:normal;
	color:#000;
}

.nom_bold {
font-weight:bold;
color:#000;
}

/*PAGINA FICHA CABALLO*/
	.ficha{
	width:185px;
	float:left;
	}
	
		
	.origenes{
	width:425px;
	padding-left:8px;
	}
	.nom {
		font-weight:bold;
		color:#000000;
	}
	.imag{
		padding:10px;
	}
	.border{
		border:#CCCCCC solid 8px;
	}
	
#herraduras{
	width:170px;
	font-size:9px;
	letter-spacing:1px;
	color:#006;
	padding: 10px 0 0 10px;
 }
	.imag_herr{
		 padding:4px 0 4px 0;
		 width:18px;
 	}
	
.foto_ficha{
	height:81px;
	margin:4px;
	border:0px;
}

/*TABLAS*/

table.ficha tr td.head{
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
color: #3a4856;
text-align: left;
font-weight: normal;
font-family:Helvetica, sans-serif;
letter-spacing:1px;
}
table.ficha tr td.fondo1{ background:url(../imag/tablas/fondo1.jpg) repeat; padding-left:4px;}
table.ficha tr td.fondo2{ background:url(../imag/tablas/fondo2.jpg) repeat; padding-left:4px; }

table.apuntes{
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
color: #3a4856;
text-align: left;
font-weight: normal;
font-family:Helvetica, sans-serif;
letter-spacing:1px;
}
.fondo1{ background:url(../imag/tablas/fondo1.jpg) repeat; padding-left:4px;}
.fondo2{ background:url(../imag/tablas/fondo2.jpg) repeat; padding-left:4px;}

a.enlaces:hover{
	color:#66666; font-size:12px; font-weight:bold; text-decoration:none;
}
a.enlaces:visited, a.enlaces:link{
	color:#003366; font-size:12px; font-weight:bold; 
	text-decoration:none;
}
