/* CSS Document */

/*  
Hoja de Estilo de Bambu
PAblo Lopez
info@neoingenieria.com  */



/* Partes generales */
html,body{padding:0;margin:0;height:100%}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	background:url(../imagenes/nubes.png) 0 0 repeat-x #ffffff;
	}
* {
	margin:0;
	padding:0;
	}
	
/* ancho del web */
#contenedor{
width:900px;
margin-left:auto;
margin-right:auto;
}
#contenedor1{
width:900px;
margin-left:auto;
margin-right:auto;
}
/* SOL */
#sol{
margin:10px;
background-image:url(../imagenes/sol.png);
background-repeat:no-repeat;
height:140px;
width:133px;
}
/* EL MENU */

#menu{
text-align:center;
height:92px;
width:400px;
margin-left:auto;
}
/* menu del top */
#inicio{
width:100px;
float:left;
}
#fotos{
width:100px;
float:left;
}
#videos{
width:100px;
float:left;
}
#contacto{
width:100px;
float:left;
}
#logobambu{
background-image:url(../imagenes/logo.png);
width:207px;
height:189px;
margin-left:auto;
margin-right:auto;
}
#cesped{
background-image:url(../imagenes/cesped.png );
background-repeat:repeat-x;
background-position:bottom;
height:40px;
padding-top:110px;
}
#letrero{
	background-image:url(../imagenes/letrerologo.png);
	background-position:center;
	height:295px;
	margin-right:auto;
	margin-left:auto;
	background-repeat:no-repeat;
}
#bgcesped{
background-image:url(../imagenes/bgcesped.png);
}
#cespedverde{
background-image:url(../imagenes/cespedverde.png);
background-repeat:repeat-x;
height:240px;
}
#infocontacto{
font-family:"Comic Sans MS";
font-size:14px;
font-weight:bold;
text-align:center;
width:800px;
margin-left:auto;
margin-right:auto;
padding-top:50px;
color:#FFFFFF;
}
#infocontacto a:link{
text-decoration:none;
color:#FFFFFF;
}
#infocontacto a:hover{
text-decoration:underline;
color:#FFFFFF;
}
.lostextos{
font-family:"Comic Sans MS";
color:#FFFFFF;
font-size:14px;
}
