/** GENERAL ************************************************/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;	
}

BODY {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #222;
	background: #FFF;
}

A {
	color: #627C31;
	text-decoration: none;
}

A:hover {
	color: #384F13;
	text-decoration: underline;
}

H1, H2, H3 {
	text-transform: uppercase;
}

H2 {
	font-size: 1.1em;
	padding: 0em 0em 0.6em;
}

H2 A {
	color: #222;
}

H3 {
	margin: 1.2em 0em 0.2em;	
	font-size: 0.8em;
	letter-spacing: 0.04em;
	color: #EE2853;
}

H3 A, H3 A:hover {
	font-size: 1em;
	color: #EE2853;
}

.limpiar_i {
	clear: left;
	padding-top: 40px;
}

.limpiar_d {
	clear: right;
}

.limpiar_todo {
	clear: both;
}

.cont {
	position: relative;
	width: 940px;
	margin: 0px auto;
}



/** CABECERA **********************************************/

DIV#cabecera {
	height: 165px;
	background: url(http://www.watermelonisacolor.com/wp-content/themes/watermelon/img/f_web.png) bottom center repeat;
	border-bottom: 10px solid #D4DEA4;
}

H1 {
	position: absolute;
	top: 0px;
	left: 42px;
}

DIV#buscador {
	height: 103px;
	padding: 62px 15px 0px 0px;
	font-family: "Fontin Sans", Arial, sans-serif;
	color: #EDF3DF;
	font-size: 1.6em;
	text-align: right;
	background: #7B9F3B url(http://www.watermelonisacolor.com/wp-content/themes/watermelon/img/f_cabecera.png) bottom center no-repeat;
}

FORM#searchform INPUT#s {
	width: 190px;
	margin: 0px;
	padding: 0px;
	background: none;
	border: 0px;
	color: #3E4F22;
}

FORM#searchform INPUT.submit {
	width: 35px;
	height: 36px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	background: none;
	border: 0px;
}

FORM#searchform INPUT#s:hover, FORM#searchform INPUT#s:focus {
	color: #222;
}



/** CONTENIDO  ********************************************/

DIV#contenido {
	margin: 0px auto;
	padding: 0px;
	background: url(http://www.watermelonisacolor.com/wp-content/themes/watermelon/img/fondo_lateral.png) top right repeat-y;
}

DIV#inicio {
	background: url(http://www.watermelonisacolor.com/wp-content/themes/watermelon/img/inicio_fondo_lateral.png) top right no-repeat;
	height: 50px;
}

DIV#fin {
	background: url(http://www.watermelonisacolor.com/wp-content/themes/watermelon/img/fin_fondo_lateral.png) bottom right no-repeat;
	height: 50px;
}

.bloque {
	width: 628px;
	padding-top: 0.7em;
	border-top: 1px solid #E8E9EB;
}

DIV.ficha {
	float: left;
	width: 145px !important;
	width: 140px;
	color: #575757;
}

DIV.ficha A {
	color: #88A756;
}

DIV.ficha A:hover {
	color: #607B36;
}

DIV.ficha H2 {
	padding-bottom: 0px;
	color: #222;
}

DIV.ficha H2 A {
	color: #222;
}

DIV.ficha H2 A:hover {
	color: #384F13;
}



/** PIE ******************************************************/

DIV#pie {
	padding: 1em 0em;
	background: #717E2D;
	border-top: 10px solid #D4DEA4;
	color: #FFF;
}

DIV#pie DIV.bloque {
	border: 0px;
	padding: 20px 0px;
	margin: 0px;
}

DIV#pie DIV.ficha, DIV#pie A {
	color: #FFF;
}

DIV#pie DIV.ficha IMG {
	margin-bottom: 5px;
	padding: 5px;
	background: #FFF;
}

DIV#pie SPAN {
	color: #C5D18A;
}

DIV#contacto {
	position: relative;
	float: right;
	width: 240px;
	padding: 20px 0px 20px 35px;
}

DIV#contacto P {
	border-top: 1px solid #879734;
	padding: 10px 0px 8px;
}

DIV#promsite {
	border-top: 1px solid #879734;
	padding: 10px 0px 0px;
}