@charset "utf-8";
.titular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(imagenes/dd_bg_titular.jpg);
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DFE5E8;
	border-right-color: #DFE5E8;
	border-left-color: #DFE5E8;
}
.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	padding-right: 15px;
}
.titulo {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #990033;
}
a:link {
	font-family: Tahoma;
	color: #336699;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #336699;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
}
.txt12 {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	padding-right: 15px;
	text-align: justify;
}
.titulo12 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #990033;
}
.borde_fomr {
	background-color: #E9EDEF;
	border: 1px solid #435664;
}
.borde2 {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C0CCD1;
	border-bottom-color: #C0CCD1;
	border-left-color: #C0CCD1;
}

