@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {

	background-image: url(images/fondo_pupa.gif);
	margin-top: 0px;
}

#wrapper {
	margin: 0 auto;
	width: 794px;
	background-image: url(images/fondo_general_pupa.gif);
	background-color:#FFFFFF;
	}


#header {
	color: #333;
	width: 794px;
	float: left;
	padding: 0px;
	height: 202px;
	margin: 0px 0px 0px 0px;
background-image: url(images/fondo_top_pupa.gif);
	border: 0px solid #ccc;
}


#leftcolumn {
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 1px;
	height: auto;
	min-height:350px;
	width: 532px;
	float: right;
	
	text-align: justify;

}

#leftcolumn3 {
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 1px;
	height: auto;
	min-height:350px;
	width: 99%;
	float: right;
	
	text-align: justify;

}


#rightcolumn {
	float: right;
	margin: 0px;
	height:inherit;
	width: 260px;
	display: inline;
	/*background: #D5E9A9;*/
	color: #000000;
	font-family:verdana;
	font-size:12px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px solid #FFFFFF;
}

#rightcolumn img{
 border:0px;
}

#titulo {
	position:relative;
	top: 50px;
	left: 420px;
	width: 324px;
}

#titulo1 {
	position:relative;
	top: 50px;
	left: 380px;
	width: 324px;
}

#rightcolumn a:link {
	font-size: 10px;
	color: #FFFFFF;
}

#rightcolumn a:visited {
	font-size: 10px;
	color: #FFFFFF;
}

#footer {
	width: 793px;
	height:31px;
	clear: both;
	color: #FFFFFF;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: 0px solid #FFF;
	font-family:arial;
	font-size:smaller;
	
	bottom:0;
	
	
}


.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #71AE27;
	text-align: justify;
	line-height: 20px;
}



.texto_titulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #71AE27;
	text-align: justify;
	line-height: 24px;
}



#titulo_noticias {
height:28px;
padding:5px;
/*background-image: url(imagenes/fondo.gif);
color:#FFFFFF;
background-color:#648422;*/

}

.simbolo{
	color:#99CC00;
	font-weight: bold;
	padding: 2px;
font-size:medium;
}

.titulo{
	font-family:arial;
	font-size:large;
	color:#648422;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
}.simbolo_little {

	color:#99CC00;
	font-weight: bold;
	padding: 2px;
font-size:x-small;
}

.subrayado {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}.descripcion {
	padding-left: 8px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.tabla{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.celda_contenido{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 5px;
	text-align:center;
}


.celda_contenido1{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 5px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



