
h1{
	padding: 5px;margin: 15px;
	color:#000040; 
	font-size: 20px;
}
h2{
	padding: 5px;margin: 10px;		
	color: #006699; 
	font-size: 15px;
}
cite{
	font-size: 13px;
	font-size: 14px !important;
}
b,ul,span{
	font-size: 14px !important;
}
p{
	padding: 10px 5px 5px 10px;
	text-indent: 14px;
}
ol.lista {
	padding: 10px 5px 5px 30px;
}
ol.lista li{
	list-style:upper-roman;
	font-size: 14px !important;
}

dl {
	padding: 10px 5px 5px 10px;
	text-indent: 12px;
}
dt{
	padding: 0 0 0 5px;
	margin-left: 10px;
	font-size: 14px !important;
}
dl ol.lista {
	border: 0;
	text-indent:0px;
}
p,ol.lista,dl{ 
	color: rgb( 60, 120, 170);background: #F4F4F4; border: 1px dotted rgb(220,220,220);/*background:#d7d7d7; color:rgb(50,50,50);*/
	font-family: Arial; line-height: 1.5; font-size:14px !important;text-align: justify;
	margin: 5px 10px 10px 10px;color: #3385AD;
}
div.fondo-contenido {
	background:#F0F0F0; margin:10px;padding:10px;	
	overflow: auto;
	
}
div.enlace {
	margin:5px;background:rgb(230, 230, 230);
	text-align: justify;
	
}

/* ligas */
div.enlace div a{
	text-decoration: underline;
	line-height:22px;
	color:#080;	
	margin-left: 3px;
	font-size: 14px !important;font-family: Arial;
}
div.enlace a:link,div.fondo-contenido a:link {color: #00A300;font-size: 14px !important;font-family: Arial;}
div.enlace a:visited,div.fondo-contenido a:visited {color: #00A300;font-size: 14px !important;font-family: Arial;}
div.enlace a:hover,div.fondo-contenido a:hover {color: red; font-size: 14px !important;font-family: Arial;}

div.enlace div span{
	color:rgb( 60, 120, 170);
}
div.enlace div {
	padding: 8px 0 8px 8px;
	margin: 5px;
	border: 1px dotted rgb(235, 235, 235);
}
.cita-propia {
	color: #009300 !important;
}

input[type='button'].bt{
    width:90px;padding: 3px 0 3px 0; 
    cursor:pointer;
    color: #ebebeb; background:#004080;
    text-align: center;
	border: 1px;
 }
 
.bt-eliminar{
	width: 70px;
	padding: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
    cursor:pointer;
    color: #003366; background:#bad6dc;
    text-align: center;
	border: 1px solid #0054a8;
 }
 
.bt-eliminar:hover{
	color: #000000;
	background: #a7b4aa;
}
 
 span{
	text-transform: none !important;
	font-weight: normal !important;
 }
input[type='button'].bt:hover{
	background: #ebebeb;
	color: #004080;
 }
 
/* PENDIENTE PARA PROBAR */
/*table.general{*/
/*    border-collapse: collapse;*/
/*    width: 98%;*/
/*    margin: 0 auto;*/
/*    margin-top: 50px;*/
/*    margin-bottom:10px;*/
/*}*/
/*table.general tr td{*/
/*    border:1px solid #3d86d8;*/
/*    color: #004364;*/
/*    padding-left: 2px;*/
/*    height: 30px;*/
/*    background: #ccdef2;*/
/*}*/
/*table.general thead td {*/
/*    background: #E1E6ED;*/
/*    color: #660f34;*/
/*    font-weight: bold;*/
/*}*/