﻿#newsticker-demo { 
width:20%;
padding:5px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:20px auto;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

/* fotos abajo*/
.newsticker-jcarousellite { width:201px; }
.newsticker-jcarousellite ul li{ list-style:none;padding:3px; display:block;  margin-left:auto; text-align:center}
.newsticker-jcarousellite .thumbnail { float:left; }
.newsticker-jcarousellite .info { float:left; width:200px;height:100px;}
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; width:100%}
.clear { clear: both; }

/* titulares*/
.newsticker-js2 { width:201px; }
.newsticker-js2 ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:15px; margin-left:auto; text-align:center}
.newsticker-js2 .thumbnail { float:left; }
.newsticker-js2 .info { float:left; width:170px; color:Red;}
.newsticker-js2 .info span.cat { display: block; font-size:10px; color:#808080; width:100%}

/* div principal de cada pagina */
.principal 
{
    
     display:table;
     min-height:600px;
    
}
    
.exposicion
{
    width:100%;
    padding:5px;
    max-height:230px;
     float:left;
 
}
.izquierda 
{
 border:1px solid gray;
 margin:10px;
 width:150px; 
 float:left;
 
}
.izquierda img
{
    width:150px;
    }
.derecha
{float:right; width:750px;margin:10px;}

hr.separator {
border:none;
border-top:1px dashed #9E9E9E;

}

.capa
{
    border: 1px solid #F0F0F0;
    padding:5px;
    
    
}    
.capa img
{
   margin-right:5px;
}

.naranja
{
    color: #FF9233;
    }
    
.fondoTitular
{
    
    }