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

*{
	margin:0px;
	padding:0px;
}
body{
	background:url(images/fondo.png);
}
#contenedor {
	width:950px;
	height:780px;
	background-color: #FFFFFF;
	margin:auto;
	position:relative;
}

#encabezado {
	background-color:#FFFFFF;
	height:100px;
	width:950px;
}
#menu {
	background-color:#1E5E81;
	background-image:url(images/menu.gif);
	background-repeat:repeat-x;
	position:static;
	height:45px;
	width:950px;
}
#contenidomedio {
	height:605px;
	width:146px;
	float:left;
	background:#EFF7C4;
	text-align:center;
}
#contenido {
	height:605px;
	width:637px;
	float:left;
	background-image:url(images/contenido.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

	
#contenido2 {
	height:605px;
	width:167px;
	background-image:url(images/contenido.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	float:right;
}

#pie {
	height:30px;
	background-image:url(images/pie.gif);
	background-repeat:repeat-x;
	clear:both;
	width:950px;
	
}

ul {
	list-style:none;
	float:left;
	padding-left:40px;
	margin-top:14px;
}

ul li {
	float:left;
	padding-left:50px;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	color:#000000;
	text-decoration:none;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

a:hover {
	color:#0099CC;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	text-align:right;
	margin-right:25px;
}

p {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:5px;
	margin-left:12px;
	font-size:13px;
	margin-right:25px;
}

h6 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#imagenes {
	height:275px;
	overflow:auto;
}
#imagenes2 {
	height:380px;
	overflow:auto;
}

#imagenes3 {
	height:460px;
	overflow:auto;
}

.indent {
	margin-left:9px;
	text-align:center;
	font-size:13px;
}

#form {
	margin-left:20px;
}

