/* 
ESTILO PARTICULAR DE UNA PÁGINA WEB

Debe existir una hoja de estilos por cada página web que necesite una modificación especifica en los estilos

*/


.alternativo{
background-image:url(../img/images/foto_grande.jpg);
width:730px;
height:335px;
float:left;
background-repeat:no-repeat;}
.inicio{ 
background-image: url(../img/images/inicio_20.jpg);}


.apartado{ 
float:left;
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
height:auto;
margin-top:20px;
width:auto;


/*
margin-left:17px!important;
*margin-left:17px!important;
*margin-left:10px;
margin-right:18px!important;
*margin-right:18px!important;
*margin-right:20px;*/}

.apartado img{
margin-top:8px; }

.foto_asociacion{
 background-image:url(../img/images/foto_asociacion.jpg);
 width:212px;
 height:96px;
 float:left;
 background-repeat:no-repeat;
 margin-top:10px;
}

.banner{
width:120px;
height:240px;}

 
.foto_ganaderia{
background-image: url(../img/propuesta_1_27.jpg);
 width:212px;
 height:96px;
 float:left;
 background-repeat:no-repeat;
 margin-top:10px;} 
 
.foto_info{ background-image:url(../img/images/foto_informacion.jpg);
width:214px;
height:96px;
 float:left;
 background-repeat:no-repeat;
 margin-top:10px;} 
.leer{
float:left;
margin-top:4px;

}

.leer a{  color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:none; }

.leer a:hover{ text-decoration:underline;}


.pie{
padding-left:20px;
width:823px;}

.website{
color:#FFFFFF;
font-size:11px;
float:left;
text-decoration:none;
padding-left:93px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;}

.website:hover{
color:#000000;
text-decoration:underline;}