@charset "UTF-8";
/* CSS Document */
/*instructivo*/
.popup_texto .secciones {
font-size: 120%;
font-weight: bold;
text-decoration: underline;
color: #518BB0;
}
.popUp .volver {
color: #FFFFFF;
background-color: #518BB0;
text-decoration: none;
padding: 3px;
}
.popUp .volver:hover {

background-color: #1A517C;

}
.popUp .popup_texto .indice_instructivo ol {
margin-top: 2px;
margin-bottom: 2px;
font-size:115%;
list-style-type: upper-roman;
}
.popUp .popup_texto .indice_instructivo ol ol {
list-style-type: none;
font-size: 100%;
}
.popUp .popup_texto .indice_instructivo a, .popUp .popup_texto .links_sitios {
color: #1A517C;
}
.popUp .popup_texto .indice_instructivo .subSeccion {
margin-left: 30px;
}
.popUp .popup_texto .indice_instructivo a:hover, .popUp .popup_texto .links_sitios:hover {
color: #FFFFFF;
background-color: #1A517C;
}
.popUp .popup_texto .palabra_destacada {
font-size: 110%;
color: #B81900;
font-weight: bold;
}
.popUp .popup_texto .parrafo_destacado {
background-color: #DEEEFF;
border: 3px solid #2572AF;
padding: 5px;
}
.popUp .popup_texto .subrayado {
text-decoration: underline;
}
.popUp .popup_texto .ejemplo {
border: 1px solid #2572AF;
padding: 5px;
}
/*nueva regla 2010*/
.popUp .popup_texto .fl_der {/*2010*/
	float: right;
	margin-right:20px;
	margin-top:15px;}
.popUp .popup_texto .video { /*2010*/
	font-weight: bold;
	color: #FFF;
	background-color: #1A517C;
	display: block;
	text-decoration:none;
	background-image: url(../images/botones/video-borrrador.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:10px 10px 10px 35px;}
.popUp .popup_texto a.video:hover{/*2010*/
	background-color:#81C5FC;
	background-image: url(../images/botones/video-borrrador_f2.gif);}



