﻿
/*
------------------------------------------------
ARTICULO DETALLE
------------------------------------------------
*/

#articulo .titulo
{
    color: #B99E65;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 5px;

    -webkit-text-shadow: 1px 1px 2px #000;
    text-shadow: 1px 1px 2px #000;
}

#articulo .volanta 
{
    text-transform: uppercase;
}

#articulo .bajadaContenedor,
#articulo .texto
{
    font-size: 1.1em;
    line-height: 20px;
    margin-bottom: 10px;
}

#articulo .bajada
{
    font-weight:bold;
}

.separador1 {
	border-bottom:1px solid #B99E65;
    border-top:1px solid #B99E65;
    clear:both;
	height:51px;
    margin-bottom:5px;
	margin-top:8px;
    position:relative;
}

#articulo BLOCKQUOTE
{
    margin: 0 0.15em -0.5em 0;
    margin-left: 25px;
    padding: 0 0.15em;
}

#articulo h2
{
	font-size:1.25em;
}
#articulo h3
{
	font-size:1.1em;
}

#articulo p
{
	text-indent: 0px;
	margin-bottom:10px;

}

#articulo ul
{
	margin-left:20px;
}
#articulo li
{
	list-style-type:disc;
	margin-bottom:5px;
    margin-left: 30px;
}


/*
------------------------------------------------
ARTICULO COMPARTIR
------------------------------------------------
*/

#articuloSocial
{
    height: 40px;
    padding-top: 10px;
    text-align: center;
}

#articuloSocial table
{
    display: inline;
}

#articuloSocial td
{
    vertical-align: top;
}

#articuloSocial .articuloSocial-col
{
    padding-right: 10px;
}

#articuloSocial .iframefb
{
    height: 50px;
}

/*
------------------------------------------------
ARTICULO IMAGEN
------------------------------------------------
*/
.articuloImagenes
{
    margin-top: 10px;
    position: relative;
}

.itemImagenArticulo
{
    border: none;
    cursor: pointer;
    cursor: handl;
    display: block;
    height: 120px;
    margin: 7px;
    width: 200px;
}

.highslide-caption
{
    text-align: left;
}

.highslide-image
{
    border-color: #0072C5;
    border-width: 3px;
}

.highslide-wrapper, 
.highslide-outline
{
    background-color: #0072C5;
}

a.prev, 
a.next 
{
	display: block;
    height: 30px;
    margin-top: -15px;
    position: absolute;
	top: 50%;
    width: 20px;
}

a.prev 
{		
    background-position: -5px -5px; 
    left: 0;
}

a.prev:hover
{
    background-position: -3px -44px; 
}

a.next 
{
    background-position: -30px -5px;
    right: 0;
}

a.next:hover 
{
    background-position: -30px -44px;
}

a.prev.disabled, 
a.next.disabled 
{
	display: none!important;
}

a.prev span, 
a.next span 
{
	display: none;
}
/*  Google Maps
    --------------------------------------*/
.map-tooltip
{
    height: 5em;
}

.map-tooltip div
{
    line-height: 1.5em;
}

.map-tooltip .titulo-tooltip
{
    font-size: 1.3em;
    font-weight: bold;
}