@charset "utf-8";
/* CSS Document */
/*Desarrollado por tecnopy - Deisy Pérez - Asuncion 2012
www.tecnopy.org
*/
body{
	width:99%;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#004059;
	}
	
#wrapper{
	width:800px;
	height:1055px;
	margin-top:20px;
	background-image:url(../imagenes/fondo.png)
	}
	
#cuerpo{
	width:800px;
	padding-top:450px;
	height:550px;
	position:absolute;
	z-index:0;
	}
	
#menu_contenedor{
	width:220px;
	height:500px;
	float:left;
	margin-left:35px;
	background-image:url(../imagenes/bk_menu.png);
	background-repeat:no-repeat;
	padding-top:10px;
	}

#contenido_cuerpo{
	width:480px;
	height:500px;
	float:right;
	margin-right:50px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	text-align:justify;
	}

#pie{
	width:830px;
	height:auto;
	z-index:1;
	margin-top:-200px;
	position:relative;
	}
	
.menu_indiv{
	width:180px;
	height:68px;
	}
	
/*El garage*/

/*Galeria*/

.img_izq{
	width:150px;
	height:114px;
	background-color:#996;
	float:left;
	margin-bottom:10px;
	margin-left:10px;
	}