@charset "utf-8";
/* CSS Document */

body{
	background: #7da004;
	margin: 0;
	font-family: sans-serif, Helvetica, Arial;
	font-size: 12px;
	}
	
a, strong{
	color: #647c10;
	text-decoration: none;
	}
	
a:hover{
	color: #000;
	text-decoration: underline;
	}
	
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	

#container{
	width: 801px;

	background: url(images/back_container.png);
	margin: 0 auto;
	}
	
#header{
	width: 770px;
	height: 265px;
	margin: auto;
	background: url(images/back_header.jpg);
	}
	
#header h1{
	width: 294px;
	height:38px;
	background: url(images/flores_logo.gif);
	position: relative;
	top: 50px;
	left: 25px;
	/*overflow: hidden;*/
	/*text-indent: -900px;*/

	}
	
#menu{
	width: 500px;
	height: 25px;
	position: relative;
	top: 135px;
	}
	
#menu ul{
	color: #FFFFFF;
	}

#menu li{
	float: left;
	margin-left: 15px;
	margin-top: 3px;
	}
	
#menu a{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#menu a:hover{
	color: #FFCC33;
	}
	
#contenidos{
	height: 400px;

	}
	
	
#contenidos h1{
	font-size: 28px;
	color: #7c9c0d;
	padding: 0 35px;
	font-weight: normal;
	letter-spacing: 1px;
	}
	
#contenidos p{
	padding: 10px 40px;
	line-height: 18px;
	font-size: 1.2em;
	}
	
	
#footer{
	width:770px;
	height: 111px;
	background: url(images/back_footer.gif);
	margin: 0 auto;
	color: #FFFFFF;
	}
	
#footer p{
	padding: 24px;
	}
	
#footer a{
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover{
	color: #FFCC00;
	}
	
.flotar_izq{
	float: left;
	padding: 15px 35px;

	}
	
.gallery{
	width:500px;
	margin:auto;
	margin-top:25px;
	}
	
.gallery li{
	float:left;
	margin-right:20px;
	padding:8px;
	}
	

