html {
	position: relative;
}

body{
background-color : #adb8bf;
background-image : url(imagenes/fondo.gif);
background-repeat : repeat-y;
background-position : left top;
color: #ffffff;
}


a:link, a:visited {
	color: #003333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}

a:hover {
	color: #0066CC;
	border-bottom: 1px solid #333333;
}

#contenido {
	position: relative;
	/* background-color: White;*/
	text-align: left;
	width: 720px;
	overflow: hidden;
	top: 20px;
	margin-bottom: 100px;
	margin-left:180px;
	margin-top: 0px;
	margin-right: 0px;
}

#encabezado {
	margin: 0px;
	background-image: url(imagenes/logo_ccam.gif);
	background-repeat: no-repeat;
	background-position: right 10px;	/* background-color: #990000; */
}

#encabezado h1 {
	height: 350px;
	width: 600;
	overflow: hidden;
	margin-bottom: -300px;
}

#encabezado h1 span {
	display: block;
	margin: -3px 0px 0px 27px;
	font-family: "Times New Roman", serif;
	font-size: 60pt;
	font-weight: normal;
	line-height: normal;
	letter-spacing: -5px;
	color: #C8D0D5;
	text-transform: uppercase;
}

#encabezado h2 span {
	display: block;
	margin: 0px;
	font-size: 50pt;
	font-weight: normal;
	line-height: normal;
	margin-top: 0px;
	margin-left: -10px;
	letter-spacing: 10px;
	color: #CCCCCC;
}


#explicacion {
	position: relative;
	width: 400px;
	background-color: #FFEFB3;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#explicacion h2 {
	margin: 0 10px;
	font-family:  "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16pt;
	font-weight: normal;
	padding: 5px;
	color: #6A5500;
	border-bottom: 1px solid #9B8124;
	line-height: 2pt;
}

#explicacion p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #9B8124;
	padding: 7px 20px;
	text-align: justify;
	margin: 5px 0px;
}

#explicacion blockquote {
	color: #FFFFCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	margin: 5px 50px;
	background-color: #FFCC66;
	padding: 3px;
}

#explicacion blockquote cite {
	font-weight: bold;
}

#proyecto {
	position: relative;
	width: 400px;
	background-color: #C5DCA4;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#proyecto h2 {
	margin: 0 10px;
	font-family:  "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16pt;
	font-weight: normal;
	padding: 5px;
	color: #006600;
	border-bottom: 1px solid #006600;
	line-height: 2pt;
}

#proyecto h3 {
	margin: 10px 10px 5px 10px;;
	font-family:  "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13pt;
	font-weight: normal;
	padding: 5px;
	color: #6DD849;
	line-height: 2pt;
}

#proyecto p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #005901;
	padding: 7px 20px;
	text-align: justify;
	margin: 5px 0px;
}


#participa {
	position: relative;
	width: 400px;
	background-color: #CADAE3;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#participa h2 {
	margin: 0 10px;
	font-family:  "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16pt;
	font-weight: normal;
	padding: 5px;
	color: #003366;
	border-bottom: 1px solid #003366;
	line-height: 2pt;
}

#participa h3 {
	margin: 10px 10px 5px 10px;;
	font-family:  "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13pt;
	font-weight: normal;
	padding: 5px;
	color: #697C89;
	line-height: 2pt;
}

#participa p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003366;
	padding: 7px 20px;
	text-align: justify;
	margin: 5px 0px;
}

#disenos {
	position: absolute;
	top: 270px;
	left: 450px;
	width: 290px;
}

#disenos h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26pt;
	font-style: italic;
	font-weight: normal;
	color: #003333;
	border-bottom: 1px dotted #DAD9CD;
	line-height: 20pt;
	margin: 0px;
}

#disenos p {
	padding: 7px 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FEFEFE;
}


#disenos ul {
	list-style: square;
	color: #6f6b51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 5px;
	margin-top: 5px;
}

#disenos #paginas {
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
	margin-top: 15px;
	background-color: #003333;
	color: White;
	padding: 3px;
}

#disenos #paginas a:link, #disenos #paginas a:visited {
	text-decoration: none;
	border: none; 

	color: White;
}

#disenos #paginas a:hover {
	background-color: #999999;
	color: Black;
}

#elautor {
	position: absolute;
	top: 550px;
	left: 450px;
	width: 260px;
}

#agradecimientos {
	position: absolute;
	top: 700px;
	left: 30px;
	width: 260px;
}

#elautor h2, #agradecimientos h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	color: #003366;
	border-bottom: 1px dotted #DAD9CD;
	line-height: 20pt;
	margin: 0px 0px 25px 0px;
}

#elautor p {
	display: inline;
}

#elautor p span.atributo, #elautor p span.valor, #agradecimientos p {
	padding-right: 3px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 9pt;
	color: #CCCCCC;
}


#elautor p span.valor a:link, #elautor p span.valor a:visited, #agradecimientos p a:link, #agradecimientos p a:visited {
	font-size: 7pt;
	border: none;
	color: #999999;
}

#elautor p span.valor a:hover, #agradecimientos p a:hover {
	border: none;
	color: #666666;
}


#legal {
	color: #55636C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 600px;
	position: relative;
	background-image: url(imagenes/pie.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 15;
	padding-left: 100px;
	height: 109px;
	text-align: left;
	overflow: visible;
	line-height: 10px;
	margin-left: 110px;
}

#logo_menacho {
	width: 138px;
	position: relative;
	background-image: url(imagenes/logo_menacho.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 20;
	height: 80px;
	margin: -180px 0px 0px;
}

/*
#subencion {
	width: 138px;
	position: absolute;
	background-image: url(imagenes/subencion2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 21;
	height: 100px;
	left: 0px;
	top: 20px;
} */


#subencion {
	width: 138px;
	position: relative;
	background-image: url(imagenes/subencion2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 21;
	height: 100px;
	margin: -100px 0px 0px;
} 

#filigrana {
	position: absolute;
	top: 600px;
	left: 450px;
	width: 260px;
}
