@CHARSET "UTF-8";

div.item-page,
div.item-page_noticias,
div.item-page_legal {
    width: 100%;
    margin: 0;
    padding: 5px 0 0 0;
}

.item-page h1,
.item-page_noticias h1,
.item-page_distribuimos h1,
.item-page_soluciones h1,
.item-page_legal h1 {
    padding: 10px 0px 10px 0px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #ff7800;
    border: 0;
    border-bottom: 1px solid orange;
}

.item-page h2,
.item-page_noticias h2,
.item-page_distribuimos h2,
.item-page_soluciones h2 {
    margin: 10px 105px 20px 30px;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #888;
}

.item-page_legal h2 {
    margin: 5px 0 10px 0;
    padding: 0;
    
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.item-page img,
.item-page_noticias img {
    margin: 10px 10px 5px 0;
    vertical-align: text-top;
    border: 1px solid #ccc;
}

.item-page_noticias > h2 > * > img:first-child,
.item-page_noticias > h2 > img:first-child {
    float: right;
    vertical-align: text-top;
    margin-top: 0px;
    margin-left: 40px;
    margin-right: -92px;
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 280px;
}

.item-page_legal h3 {
    color: #666;
    padding: 0 0 5px 0;
    border-bottom: 1px #888 solid;
}

.item-page_noticias img.article_img_right {
	margin: 15px 0px 15px 30px;
}

.item-page_noticias img.article_img_left {
	margin: 15px 30px 15px 0px;
}

.item-page blockquote,
.item-page_noticias blockquote {
    font-style: italic;
    color: gray;
    font-size: 12px;
    margin-left: 80px;
    margin-right: 60px;
}

p.texto_nota_al_pie {
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 50%;
    margin-bottom: 30px;
    
    padding-top: 10px;
    padding-left: 10px;
    
    font-size: 8px;
    line-height: 10px;
    color: #999;
    
    border-top: 1px solid #ddd;
}

p.entradilla {
    font-weight: bold;
    text-align: center;
    background-color: #222;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 35px;
    margin-bottom: 20px;
}

div.destacado {
    margin: 20px 50px 10px 50px;
    padding: 10px;
    border: 1px dotted gray;
    background-color: #f0f0f0;
}

p.destacado_titulo {
    background-color: #6c6c6c;
    color: white;
    font-weight: bold;
    padding: 10px;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;

    text-align: center;
}

div.sinopsis {
    padding: 10px;
    border: 1px dotted gray;
    background-color: #f0f0f0;

    float: right;
    width: 300px;
    margin: 0px 0px 10px 10px;
    font-size: 12px;
}

div.actualizacion {
    margin: 50px;
    padding: 20px;
    background-color: #f5ffD8;
    border: 1px dotted gray;
    font-size: 12px;
}

p.actualizacion_titulo {
    margin-top: 0;
    padding: 10px;

    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    background-color: #e5efc7;
}

table.table_figure {
	float: right;
	
	font-size: 10px;
	line-height: 12px;
	
	text-align: left;
	vertical-align: top;
	
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
}

table.table_figure td {
	padding: 0px 0px 0px 15px;
	vertical-align: top;
}

table.table_figure tr:nth-child(2n+3) > td {
	padding-top: 20px;
}

table.table_figure tr:nth-child(2n+3) > td:only-of-type {
	padding-top: 25px;
}

table.table_figure img {
	margin: 0px 0px 5px 0px;
	margin-left: -1px;
}

table.table_figure_left {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
}

table.table_figure_left td {
	padding: 0px 15px 0px 0px;
}

table.table_figure_center,
table.table_figure_centre {
	float: none;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.table_figure_center td:first-child,
table.table_figure_centre td:first-child {
	padding: 0;
}