/* Documento CSS homePodocarpus*/
body {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


#cabecera {
	background-color:transparent;
	background:url(../imagenes/generales/fondo_v1.gif) no-repeat;
	height:139px;
	background-position: center center;
	border-top:1px solid #198642;
	border-left:1px solid #198642;
	border-right:1px solid #198642;
	border-bottom:0px solid #198642;
}

	#cabecera .logo{
		width:221px;
		height: 79px;
		background: url(../imagenes/generales/nuevo_logo_V1.gif) no-repeat ;
		margin-left:30px;
		margin-top:25px;
		background-color:transparent;
		float:left;
	}
	
	#cabecera .flash{
		width:412px;
		height: 98px;
		margin-right:7px;
		margin-top:18px;
		background-color:#FFFFFF;
		float:right;
	}
	
	#cabecera .ingles{
		width:609px;
		color:#198642;
		font-weight:bold;
		text-align:right;
		height:10px;
		float:left;
		margin-top:5px;
		text-decoration:none;
	}
	
	#cabecera .ingles a{
		color:#198642;
		font-weight:bold;
		text-decoration:none;
	}
	
	#cabecera .ingles a:hover{
		color:#A8D59B;
		font-weight:bold;
		text-decoration:none;
	}
	
	#cabecera .ingles .inicio{
		width:40px;
		color:#198642;
		font-weight:bold;
		text-align:left;
		height:10px;
		float:left;
		margin-left:3px;
		text-decoration:none;
	}
	
	#cabecera .ingles .inicio a{
		color:#198642;
		font-weight:bold;
		text-decoration:none;
	}
	
	#cabecera .ingles .inicio a:hover{
		color:#A8D59B;
		font-weight:bold;
		text-decoration:none;
	}

#contenido{
	width: 781px; /*salen 609 de restar los 782px totales menos los 173 del menu de la izquierda*/
	height:auto;
	background-color:#198642;
	color:#FFFFFF;
	text-decoration:none;/*Propiedad no heredable*/
	float:left;
	border-right:1px solid #198642;
}

	#contenido a{
		color:#A8D59B;
		text-decoration:none;
	}
	
	#contenido a:hover{
		color:#CBE4B7;
		text-decoration:none;
	}
	
	#contenido .escrito{
		width:611px;
		background:#198642;	
		float:left;
		height:auto;
	}
	
	#contenido .escrito .menuArriba{
		background-color:#198642;
		color:#FFFFFF;
		text-decoration:none;/*Propiedad no heredable*/
		float:left;
		width:400px;
	}
	
	#contenido .escrito .informacion{
		float:left;
		height:auto;
		width:611px;
	}
	
	#contenido .menuderecha{
		background:#FFFFFF;
		width:170px;
		float:right;
		height:auto;
	}	
	
	#contenido .menuderecha .curva{
		width:170px;
		height:auto;
		float:left;
		background:url(../imagenes/generales/curva_formas.gif) no-repeat bottom left;
		/*background-color:transparent;*/
		/*margin-top:150px;*/
		padding-bottom:10px;
	}
	
	#contenido .menuderecha .curva .gorrion{
		width:130px;
		height:82px;
		background:url(../imagenes/generales/gorrion.gif) no-repeat;
		float:right;
		background-color:transparent;
		margin-right:-2px;
	}

	
	#contenido .menuderecha .curva .item{
		width:170px;
		float:left;
		margin-top:-70px;
		height:40px;
	}
	
	#contenido .menuderecha .curva .item .espacioIzquierda1{
		width:5px;
		float:left;		
		height:20px;
	}
	
	#contenido .menuderecha .curva .item .espacioIzquierda2{
		width:5px;
		float:left;
		height:20px;
	}
	
	#contenido .menuderecha .curva .item .espacioIzquierda3{
		width:15px;
		float:left;
		height:20px;
	}
	
	#contenido .menuderecha .curva .item .espacioIzquierda4{
		width:30px;
		float:left;
		height:20px;
	}
	
	#contenido .menuderecha .curva .item .espacioIzquierda5{
		width:75px;
		float:left;
		height:20px;
	}
	
	#contenido .menuderecha .curva .item .tucan{
		background:url(../imagenes/generales/new_tucan_menu.gif) no-repeat;
		width:36px;
		height:38px;
		float:left;
	}
	
	#contenido .menuderecha .curva .item .texto{
		width:auto;
		float:left;
		color:#198642;
		margin-top:25px;
		margin-left:-10px;
		text-align:justify;
	}
	
	#contenido .menuderecha .curva .item .texto a{
		width:auto;
		color:#198642;
		text-decoration:none;
		font-weight:bold;
		text-align:justify;
	}
	
	#contenido .menuderecha .curva .item .texto a:hover{
		width:auto;		
		color:#CBE4B7;
		text-decoration:none;
		font-weight:bold;
		text-align:justify;
	}
	
	#contenido .menuderecha .curva .espacio{
		width:170px;
		height:50px;
		float:left;
	}
	
	#contenido .menuderecha .curva .extra{
		background:url(../imagenes/generales/fondo_caja.gif) repeat-y;
		width:50px;
		float:left;
	}
	
	
	#contenido .menuderecha .cajainferior{
		background:url(../imagenes/generales/fondo_caja.gif) repeat-y;		
		width:170px;
		height:270px;
		float:left;
	}
	
	#creditos{
		color:#49A842;
		background-color:transparent;
		float:right;
		width:200px;
		text-align:right;		
	}
	
	#creditos a{
		color:#A8D59B;
		text-decoration:none;
	}
	
	#creditos a:hover{
		color:#CBE4B7;
		text-decoration:none;
	}
