﻿/**notas**/
#Nota
{

	margin:0 15px 0 15px;    
	font-size:13px;
	line-height:17px;
}
.herramientas 
{
    width: 566px;
    border-top: solid 1px #F2F2F2;
    border-bottom: solid 1px #F2F2F2;
    padding: 5px 0 5px 0;
	margin-bottom:10px;
}
.addToolBox
{
	clear:both;
	float:right;
	padding-top:3px;
}
h1  /**titulo**/
{
    color:black;
    font-size: 18px;
    line-height:22px;
    font-weight:bold;
    color:#8A2000;
}
h2  /**copete**/
{

    color:black;
    font-size: 12px;
    line-height:16px;
    margin:15px 0 15px 0;
    font-weight:bold;
}
h3  /**tags**/ 
{

}
h4	/**autor**/ 
{
	text-align:right;
    color:black;
    font-size: 14px;
    line-height:18px;
    font-weight:normal;
}
h5	/**seccion**/ 
{
    color:black;
    background-color:white;
    border-top:solid 1px #7E0000;
    border-bottom:solid 1px #7E0000;
    margin:15px 10px 15px 10px;
    padding:3px 0 3px 10px;
    font-size: 16px;
    line-height:18px;
    font-weight:bold;
}

#NotaInterna
{
	text-align:left;
	}
#NotaInterna ul
{
	list-style-type:disc;
	padding-left:30px;
}
#NotaInterna ul li
{
	padding-top:8px;
}
/** slideshow**/
#ContenedorImagenes { width:130px; clear:right; float:right; padding-top:5px; border:1px solid #E1E1E2; font-size:14px; font-weight:bold;}

img.Vertical
{
	border-top:1px solid #E1E1E2;
	margin-top:3px;
	padding:5px;
	height: 130px;
	
}
img.Horizontal
{
	border-top:1px solid #E1E1E2;
	margin-top:3px;
	padding:5px;
	width: 120px;
}
a.Subir
{
	float:right;
	font-size:12px;
	font-weight:bold;
    color:#8A2000;
    text-decoration:none;
}
a.Subir:hover
{
	text-align:right;
	font-size:12px;
	font-weight:bold;
    color:#8A2000;
    text-decoration:underline;
}


a.btn_imprimir {display:inline-block; width:25px; height:25px; background:url(../img/Print.gif) top; margin-right:5px;}
a.btn_imprimir:hover { background:url(../img/PrintOver.gif);}

a.btn_mail{display:inline-block; width:25px; height:25px; background:url(../img/Mail.gif) top; margin-right:5px;}
a.btn_mail:hover { background:url(../img/MailOver.gif);}

a.btn_menos { display:inline-block; width:25px; height:25px; background:url(../img/Menos.gif) top; margin-right:5px;}
a.btn_menos:hover { background:url(../img/MenosOver.gif);}

a.btn_mas {display:inline-block; width:25px; height:25px; background:url(../img/Mas.gif) top; margin-right:5px;}
a.btn_mas:hover { background:url(../img/MasOver.gif);}


