@charset "utf-8";
body {
	background-color: #bfbfbf;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.contenido_negro {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.contenido_negro_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

.texto_blanco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.texto_pie_blanco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

h2.trigger {
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	/*background-color:#CCC; */
	background: url(../Imagen/h2_trigger_a.gif) no-repeat;
	height: 25px;
	line-height: 25px;
	width: 940px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#585858;
	text-decoration: none;
	float: left;
}
h2.trigger a {
	color:#3e3e3e;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #585858; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 0;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background-color:#fff;
	/*-- background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top; --*/
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	width: 940px;
	clear: both;
}
.toggle_container .block {
	padding: 10px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}.texto_rojo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #800000;
	text-decoration: none;
}
