@charset "UTF-8";
/* CSS Document */

/* regla que centra el documento */
#contenedor {
	width: 1007px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* regla fondo y márgenes del documento */
td img {display: block;}body {
	background-image: url(main/fondo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	text-align: left;
}

/* regla links del documento */
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
	font-size: large;
}

/* body */
#header {
	height: 462px;
	width: 1007px;
}
#menu {
	height: 200px;
	width: 1007px;
	text-align: right;
}
#contenido_izq {
	background-image: url(main/contenido_izq.png);
	background-repeat: no-repeat;
	float: left;
	height: 372px;
	width: 408px;
}
#contenido_izq2 {
	background-image: url(main/contenido_izq2.png);
	background-repeat: no-repeat;
	float: left;
	height: 372px;
	width: 200px;
}
#contenido {
	background-image: url(main/contenido.png);
	background-repeat: no-repeat;
	float: left;
	height: 372px;
	width: 599px;
	text-align:justify;
}
#contenido2 {
	background-image: url(main/contenido2.png);
	background-repeat: no-repeat;
	float: left;
	height: 372px;
	width: 805px;
	text-align:justify;
}
#contenido1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	width: 560px;
	height:270px;
	overflow:auto;
	padding-right:5px;
	text-align: justify;
}
#contenido1_2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	width: 760px;
	height:270px;
	overflow:auto;
	padding-right:10px;
	text-align:justify;
}
#footer {
	background-image: url(main/footer.png);
	background-repeat: no-repeat;
	float: left;
	height: 52px;
	width: 1007px;
}
#contenido table {
	text-align:justify;
}

h1 {
	color:#C00;
	text-decoration:underline;
	font-size:16px;
	
	}
	
strong {
	color:#900;
	
	}
#link2
	{
		font-size:14px;
		font-weight:bold;
		text-decoration:underline;
		color:#333;
	}
