@charset "utf-8";
/* CSS Document */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid white;
border-bottom-width: 0px;
width: 430px; /*width of featured content slider*/
height: 370px;
}



.sliderwrapper .contentdiv
{
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0; /*leave as is*/
    top: 0; /*leave as is*/
    padding: 0 px;
    width: 435px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height: 100%;
    -moz-opacity: 1;
    opacity: 1;
    background-color: #F4F4F4;
}

.sliderwrapper .contentdiv h1
{
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #003366;
    margin-left: 12px;
    margin-top: 5px;
    margin-bottom: 24px;
    margin-right: 24px;
    line-height: 18px;
}

.sliderwrapper .contentdiv p
{
    font-family: Arial, Sans-Serif;
    color: #333333;
    font-size: 12px;
    line-height: 22px;
    margin-left: 24px;
    text-align: justify;
    margin-right: 24px;
}

.leer_mas
{
    background-position: #000066;
    font-family: Arial, Sans-Serif;
    background: #000066;
    color: white;
    padding: 3px 8px;
    font-size: 12px;
    z-index: 1000;
    text-align: right;
    position: absolute;
    left: 340px;
    top: 60px;
    
}

.imagen
{
    border: 1px solid #808080;
    margin: 12px;
    padding: 3px;
    float: right;
}

.pagination{
width: 430px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: #0066ff;*/
padding: 0px 5px;
}

.pagination a{
padding: 0 10px;
text-decoration: none; 
font-family:sans-serif;
font-size:12px;
color: #E8E8E8;
background: #000066;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #cccccc;
}
