/* CSS Document */
html, body {
	background-color: #f3f3f3;
	height: 100%;
}

body {
	margin: 0px; 
	padding: 0px;
}

a, img {
	border: 0px;
}

acronym, abbr {
 	border-bottom: 1px dotted #000;
	cursor: help;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #404040;
	text-align: justify;
}

#contenedor_grande {
	width: 750px;
	padding-top: 20px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	/*border: 1px solid blue;*/
	padding-left: 10px;
	
	top: 0%;
	min-height: 97.5%;
	_height: 97.5%;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.separador {
	clear: both;
	font-size: 1px;
}

h1 {
	background-image: url(../../imagenes/icono_mas.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #900;
	padding-left: 15px;
}

h1 a {
	color: #900;
}

h2 {
	background-image: url(../../imagenes/icono_mas.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #900;
	padding-left: 15px;
}

