* {
	margin-top: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(images/fondo2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #F4BB24;
	line-height: 14px;
}
a:link {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #8D8D8D;
	}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}


#pagina {
	width: 100%;
	background-image: url(images/fondogeneral.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1200px;
}

h1, h2 {
	font-weight: normal;
}
h3 {
	font-weight: normal;
}

h1 {
	font-size: 19px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #DA510E;
	line-height: 110%;
}
h2 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #DA510E;
	line-height: 120%;
}
h3 {
	font-weight: bold;
	color: #DC5610;
	font-size: 120%;
}

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}


/* Header */

#header {
	width: 800px;
	height: 90px;
	margin: 0 auto;
	}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

/* aqui va el fondo rojo, el flash, el texto de contenido y el menú horizontal */

#contenido_sup {
	width: 800px;
	height: 300px;
	margin: 0 auto;
}
#contenido_menu {
	width: 800px;
	height: 30px;
	margin: 0 auto;
}
#texto_cabecera {
	width: 270px;
	height: 200px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align: center;
}
/*#rojo_centro {
	width: 849px;
	height: 315px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #b01e06;
}*/
/* contenido central */

#contenido_central {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#contenido_izda {
	float: left;
	width: 610px;
	padding: 3px;
}
#contenido_dcha {
	float: right;
	width: 170px;
	padding: 3px;
}

.float-right   { float:right; }

/* Footer */

#footer {
	clear: both;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #DD510A;
}

.float-left {
	float:left;
}
/* menú horizontal con todos los botones va dentro de la capa rojo_flash */
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 800px;
	height:30px;
	position: absolute;
	background-image: url(images/fondomenu1.gif);
	background-repeat: no-repeat;
}
#menu span {
	visibility: hidden;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -2000%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	visibility: visible;
}
#menu .inicio {
	width: 68px;
	height: 30px;
	background: url(images/menu/inicio.gif) no-repeat;
	left: 5px;
	top: 0px;
}
#menu .ciudadania{
	width: 88px;
	height: 30px;
	background: url(images/menu/ciudadania.gif) no-repeat;
	left: 73px;
	top: 0px;
	position: absolute;
}
#menu .proyecto {
	width: 84px;
	height: 30px;
	background: url(images/menu/proyecto.gif) no-repeat;
	left: 161px;
	top: 0px;
	position: absolute;
}
#menu .diversidad {
	width: 89px;
	height: 30px;
	background: url(images/menu/diversidad.gif) no-repeat;
	left: 245px;
	top: 0px;
	position: absolute;
}
#menu .conflictos {
	width: 121px;
	height: 30px;
	background: url(images/menu/conflictos.gif) no-repeat;
	left: 334px;
	top: 0px;
	position: absolute;
}
#menu .motivacion {
	width: 92px;
	height: 30px;
	background: url(images/menu/motivacion.gif) no-repeat;
	left: 455px;
	top: 0px;
	position: absolute;
}
#menu .acogida {
	width: 163px;
	height: 30px;
	background: url(images/menu/acogida.gif) no-repeat;
	left: 547px;
	top: 0px;
	position: absolute;
}
#menu .practico {
	width: 90px;
	height: 30px;
	background: url(images/menu/practico.gif) no-repeat;
	left: 710px;
	top: 0px;
	position: absolute;
}
/* marco de fotos*/

.foto100 {
	padding:5px;
	background-color: #FFFFFF;
	width: 100px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 5px;
	margin-bottom: 5px;
}
.foto200 {
	padding:5px;
	background-color: #FFFFFF;
	width: 200px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* estilos*/
.subrayado {
	font-weight: bold;
	color: #802B02;
}

.foto300 {
	padding:10px;
	background-color: #F5F0D8;
	width: 300px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 5px;
}
.pie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #312F10;
}

#noticias_big {
	float: left;
	width: 100%;
	padding: 4px;

}
h4 {
	font-weight: bold;
	color: #DC5610;
	font-size: 100%;
}
.txt_menulateral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.titulo_sol {
	width:95%;
	height:20px;
	float:left;
	background-image: url(images/sun.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #DC500A;
	font-size: 14px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 120%;
}
.titulo_sol_2linea {
	width:99%;
	height:30px;
	float:left;
	background-image: url(images/sun.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #DC500A;
	font-size: 14px;
	padding-left: 25px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.negritagris {
	font-weight: bold;
	color: #333333;
}
.punteado_dcha {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #990000;
}
.notaimportante {
	background-image: url(images/notaimportante.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 190px;
	width: 220px;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 10px;
}
.notaimportante p{
	font-size: 11px;
	color: #5A1903;
}

.notaimportante_p {
	background-image: url(images/notaimportante_p.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 120px;
	width: 220px;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 10px;
}
.notaimportante_p p{
	font-size: 11px;
	color: #5A1903;
}
.notaimportante_g {
	background-image: url(images/notaimportante_g.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 300px;
	width: 220px;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 10px;
}
.casos_especiales {
	float: right;
	width: 220px;
	padding-top: 40px;
	background-image: url(images/casosespeciales.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF2E0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.casos_especiales p{
	font-size: 11px;
}
.ariadna {
	color: #802C00;
	font-size: 10px;
}
.titulo_menu {
	font-weight: bold;
	color: #DC5610;
	font-size: 100%;
}
.caja_herramientas {
	float: left;
	width: 310px;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 10px;
	background-image: url(images/caja_herramientas.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F4F4E8;
}
.notaimportante_g p {
	font-size: 11px;
	color: #5A1903;
}
.anterior {
	padding: 2px;
	float: left;
	width: 100px;
	margin-top: 10px;
	font-size: 10px;
}
.siguiente {
	padding: 2px;
	float: right;
	width: 100px;
	margin-top: 10px;
	font-size: 10px;
}
.siguiente p {
	text-align: right;
}
.cuadro_naranja {
	border: 1px solid #EFA21E;
	padding: 5px;
}
.cuatrocolumnas {
	float: left;
	width: 135px;
	background-color: #F4F4E8;
	padding: 5px;
	margin: 4px;
}
.cuatrocolumnas p {
	font-size: 11px;
}
.cuatrocolumnas_end {
	float: left;
	width: 135px;
	background-color: #F4F4E8;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.cuatrocolumnas_end p {
	font-size: 11px;
}
.cabecera {
	font-size: 19px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #DA510E;
	line-height: 110%;
	font-weight: bold;
}

