/* CSS Document */

body{
	background:#6A8A22;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
}

#pagina{
	width:988px;
	background:white;
	margin:20px auto;
	border-radius:10px;
	box-shadow:rgba(0,0,0,0.5) 5px 5px 8px 0px;
}

img{ border:none; }

.clear{
	clear:both;
}

/***************************************	HEADER		*/
#header{
	padding:10px;
}
#header #logo{
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:269px;
	height:127px;
	/*margin-top:-20px;*/
}
#header #datos{
	float:right;
	color:white;
}
#header #datos div{
	background:url(../images/datos.png) center repeat-x;
	height:50px;
	border-radius:10px;
	color:white;
}
#header #datos div table{
	padding:0px 10px;
}
#header #datos h1{
	color:#6A8A20;
	font-style:italic;
	font-size:24px;
	font-weight:normal;
	text-align:right;
	margin-right:20px;
	margin-top:30px;
}
#header #barra{
	background:url(../images/barra.png) repeat-x;
	height:14px;
	width:100%;
	border-radius:10px;
	margin-top:10px;
	margin-bottom:5px;
}
#banner{
	padding-bottom:5px;
}
#banner .banner{
	width:316px;
	height:237px;
	float:left;
	margin-right:5px;
}
#banner .banner:first-child{
	margin-left:5px;
}
#header #menu{
	height:38px;
	background:url(../images/menu.png) repeat-x;
	border-radius:10px;
	padding:5px 25px;
}
#header #menu a{
	float:left;
	color:white;
	width:150px;
	padding:10px 0px;
	text-align:center;
	text-decoration:none;
	border-left:1px solid white;
}
#header #menu a:hover{
	background:rgba(200,200,255,0.2);
}
#header #menu a:last-child{
	border-right:1px solid white;
}

/***************************************	CONTENIDO	*/
#contenido{
	padding:10px;
	float:left;
	width:600px;
}
.bloque{
	background:#F0F0F0;
	padding:10px;
	margin-bottom:10px;
}
.bloque h2, h2.titulo{
	padding:10px;
	margin:0;
	color:white;
	background:#6A8A22;
	border-radius:10px;
	font-weight:normal;
	font-size:14px;
}
h2.titulo{
	margin:10px;
	text-align:left;
}
.bloque img{
	width:170px;
	float:left;
	margin:10px;
}

a.vermas{
	color:white;
	display:block;
	width:48px;
	padding:8px 20px;
	background:url(../images/vermas.png) no-repeat;
	float:right;
	font-size:12px;
	text-decoration:none;
}

/***************************************	SIDEBAR		*/
#sidebar{
	padding:10px;
	float:right;
	border-left:1px solid silver;
	width:330px;
}

/***************************************	FOOTER		*/
#footer p#info{
	background:#EAEAEA;
	padding:10px;
	text-align:right;
	margin:0px;
}
#footer div#sub{
	background:#1F228A;
	text-align:center;
}
#footer div#sub p{
	text-align:center;
	padding:10px;
	padding-left:100px;
	margin:0px;
}
#footer div#sub p a{
	color:white;
	border-right:1px solid white;
	padding:0px 5px;
	text-decoration:none;
}
#footer div#sub p a:last-child{
	border-right:none;
}
#footer div#sub p a:hover{
	text-decoration:underline;
}
#footer div#sub img{
	float:right;
	margin:5px 10px;
}

/***************************************	PRODUCTOS	*/
.producto{
	background:#F0F0F0;
	padding:10px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
}
.producto h2{
	padding:10px;
	margin:0;
	color:white;
	background:#6A8A22;
	border-radius:10px;
	font-weight:normal;
	font-size:14px;
}
.producto img{
	width:150px;
	float:left;
	margin:10px;
}

/***************************************	EXTRA		*/
input{
	padding:5px;
	width:190px;
	border:1px solid silver;
	background-position:8px center;
	background-repeat:no-repeat;
	border-radius:5px;
}
textarea{
	width:454px;
	padding:5px;
	margin:0px;
	border:1px solid silver;
	border-radius:5px;
}

.gal{
	border:1px solid #333;
	padding:2px;
	float:left;
	margin:5px;
	background:white;
	border-radius:10px;
}
.gal:hover{
	border:2px solid #390;
	padding:1px;
}
.gal img{
	margin:0;
	float:none;
	border-radius:10px;
}