
/***********************************
*  INICIO CONTENIDO                *
************************************/

#flash-caballos{
float:left;
margin-top:-255px;
width:960px;
height:316px;
}

#noticias{
float:left;
margin-top:-7px;
width:960px;
height:150px;
background:transparent url(../images/noticias-bg.png) no-repeat left top;
}

/*
*html #noticias{
background-image:none; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/noticias-bg.png', sizingMethod='scale'); 
}
*/

#home-info-box{
position:relative;
margin-top:40px;
margin-left:544px;
width:418px;
height:215px;
}


#about-box{
float:left;
width:370px;
height:215px;
background:transparent url(../images/about-bg.png) no-repeat left top;
overflow:auto;
}

*html #about-box{
background-image:none; /* ie6 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/about-bg.png', sizingMethod='scale'); /* ie6 */
}

#about-box p {
padding-top:7px;
padding-left:12px;
padding-right:12px;
}

#next-box{
float:left;
margin-top:95px;
width:38px;
height:53px;
background:transparent url(../images/next-bg.png) no-repeat left top;
cursor:pointer;
}

*html #next-box{
background-image:none; /* ie6 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/next-bg.png', sizingMethod='scale'); /* ie6 */
}



#noticias #titulos{
position:relative;
top:-15px;
left:9px;
width:873px;
height:32px;
background:transparent url(../images/titulos-bg.png) no-repeat left top;
}

/* ie6 */
*html #noticias #titulos{ 
background-image: none; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/titulos-bg.png', sizingMethod='scale'); 
}

#noticias #titulos h1{
color:#fff;
font-family:Helvetica, sans-serif;
font-size:1.0em;
padding-top:8px;
}

#titulos h1{
padding-left:20px;
}

#titulos .titulo1{
display:block;
float:left;
width:393px;
overflow:hidden;
}


#titulos .titulo2{
display:block;
float:left;
margin-left:87px;
width:393px;
overflow:hidden;
}


#noticia{
float:left;
margin-top:-12px;
float:left;
width:480px;
height:130px;
text-align:center;
}


#noticia .noticia-tab{
width:460px;
height:50px;
}

#noticia .noticia-tab .noticia-tr{
height:102px;
}

#noticia .noticia-tab .extra-tr{
height:25px;
}

#noticia .noticia-tab .noticia-td{
vertical-align:top;
}

#noticia .noticia-tab .noticia-td p{
text-align:justify;
padding:0px 15px 0px 10px;
}

#noticia .noticia-tab .imagen-td{
vertical-align:top;
padding:0px 5px 0px 5px;
}



#noticia .fecha{
float:left;
display:inline;
margin-left:33px;
font-style:italic;
}

#noticia .more{
display:block;
display:inline;
float:right;
color:#42210b;
text-decoration:underline;
}

#noticia .more:hover{
text-decoration:none;
}


