@charset "utf-8";
/* CSS Document */

html {
	background: #004285;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	width: 100%;
	display: table;

}

a:link, a:visited {	color: #0066CC; text-decoration: underline; }
a:active, a:hover { color: #990000; text-decoration: none; }

h1 {
	font-size: 16px;
	color: #999;
	margin: 0 0 10px 0;
}

.encabezado {
	width: 950px;
	height: 100px;
	margin: auto;

}
.Contenedor {
	width: 950px;
	margin: auto
}

.Sombra_Izq {
	width: 30px;
	height: 100%;
	background: url(Imagenes/sombra_izq.png) repeat-y;
}

.TituloInicio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color:#003366;
	width: 950px;
	margin: auto;
	padding: 20px 10px 10px 10px;	
	}

.ItemTitulo {

	width: 440px;
	height: 30px;
	background: url(Imagenes/item_titulo.jpg);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 18px;
	color: #666;
	padding: 10px 0 0 15px;

}
.ItemDescripcion {
	width: 455px;
	background:  #FFFFFF url(Imagenes/item_descripcion.jpg) bottom repeat-x;
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
	padding: 10px 0 10px 0;

}
.Item_1 {
	width: 455px;
	height: 200px;
	float: left;
	margin: 10px 15px 10px 10px;
}

.Item_2 {
	width: 455px;
	height: 200px;
	float: right;
	margin: 10px 10px 10px 0;
}

.AreaAbajo {
	background: url(Imagenes/bottom.jpg) #000 repeat-x;
	width: 100%;
	height: 200px;
	padding: 20px 0;
	margin: auto;
}

.Seccion1 {
	width: 160px;
	float: left;
	margin: 10px 0 10px 10px;
}

.Seccion2 {
	width: 220px;
	float: right;
	margin: 10px 15px 10px 0;
	color: #999;
	text-align: justify;
	list-style: none;
}

.Seccion2 a {
	color: #999;
	text-decoration:none;
}

.list {
	color: #333;
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
}

.list li {
	font-size: 11px;
	list-style: square;
	padding: 0;
	margin: 0 0;
}

.list a {
	color: #333;
	text-decoration: none;
}

.list li, .list a {
	color: #999;
}

.list2 {
	color: #333333;
	text-align: justify;
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
}

.list2 li {
	font-size: 9pt;
	list-style:square;
	padding: 0;
	margin: 0 15px;
}