/******************* Reset css  *******************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************* Estructura  *******************/

.resolucion {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

p.acceso	{
	position: absolute; 
	left: -9999px;
}

a {
	color: #90a418;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body, html {
	text-align: center;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #333700;
}

p {
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Rounded MT Bold", "Trebuchet MS Bold", "Arial Bold", sans-serif;	
}

h1 {
	text-align: center;
	padding-top: 7px;
	padding-left: 40px;
}

h2 {
	float: left;
	margin-top: 15px;
	margin-left: 6px;
	font-size: 2.0em;
	color: #323700;
}

p.especial {
	margin-bottom: 50px;
}


body {
	background: #818d09 url(../img/fondo.png) top left repeat-x;	
}

/******************* Estructura  *******************/

#cabecera {
	background: url(../img/cabecera_fondo.png) right top no-repeat;
	height: 118px;
}

#menu {
	background: url(../img/menu_fondo.png) right top no-repeat;
	height: 41px;
}

#menu ul {
	padding-left: 80px;
}

#menu li {
	float: left;
	background: url(../img/menu_separa.png) right no-repeat;
}

#menu ul li.ultimo {
	background: none;
}

#menu li a {
	display: block;
	height: 28px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
}

#menu li a:hover {
	color: #606a01;
	background: url(../img/menu_on.png) top center no-repeat;
}

#menu li a.activo {
	color: #323700;
	background: url(../img/menu_on.png) top center no-repeat;
}

#contenidos .banner {
	margin-left: 45px;
	width: 718px;
	height: 223px;
}

#contenidos #banner_inicio {
	background: url(../img/banner_inicio.jpg) right top no-repeat;
}

#contenidos #banner_servicios {
	background: url(../img/banner_servicios.jpg) right top no-repeat;
}

#contenidos .banner p {
	padding-left: 400px;
	padding-top: 15px;
	padding-right: 30px;
	line-height: 1.5em;
	font-size: 1.2em;
}

#contenidos #banner_servicios p {
	padding-top: 40px;
}

#contenidos #clip {
	float: right;
	margin: 10px 0 0 20px;
	width: 236px;
	background: url(../img/clip.png) right top no-repeat;
}


#contfondo, #extra {
	background: #fff url(../img/contenidos_fondo.png) right top repeat-y;
	margin-left: 45px;
	margin-right: 17px;
}

#extra iframe {
	margin-left: 8px;
	margin-top: 10px;
}


#contfondo ul#menupie {
	float: right;
	margin-right: 10px;
	margin-top: -25px;
}

#contfondo ul#menupie li {
	float: left;
}

#contfondo ul#menupie li a {
	color: #333700;
}

#contfondo ul#menupie li a:hover {
	color: #606a01;
}

#contfondo ul#menupie li span {
	color: #b8c62f;
	padding-left: 5px;
	padding-right: 5px;
}

#info {
	background: url(../img/info_detalle.png) left bottom no-repeat;
	padding: 20px;
	padding-bottom: 150px;
}

#info h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

#info span.ext {
	font-size: 0.9em;
	color: #999;
}

#info span.resalte {
	color: #900;
}


#info ul {
	margin-left: 20px;
}

#info ul.lista {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-image: url(../img/lista.png);
}


#pie {
	background: url(../img/pie_fondo.png) left top no-repeat;
	height: 45px;
	margin-bottom: 5px;
}

#pie p {
	padding-top: 9px;
	padding-right: 30px;
	text-align: right;
	color: #f7f7f7;
	font-size: 0.8em;
}

#pie p a {
	color: #313500;
	text-decoration: underline;
}

/******************* formulario  *******************/


.formulario {
	margin-left: 15px;
}

.formulario #contacto {
	width: 238px;
	height: 222px;
	padding: 12px 15px;
	background: url(../img/contacto_fondo.png) left top no-repeat;
}

.formulario #contacto a {
	color: #fff;
}

.formulario input, .formulario textarea, .formulario select {
	background-color: #fffdf4;
	border: 1px solid #818d09;
	color: #6c6a64;
	padding: 5px;	
	font-size: 1.0em;
}

label {
	display: block;
}

hr {
	border: #dea303 1px snow;
	margin-top: 20px;
	margin-bottom: 10px;
}

.formulario textarea {
	overflow: auto;
	height: 150px;		
}

.formulario .boton {
	width: 75px;
	padding: 4px;
	background-color: #818d09;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}

/******************* Creativa  *******************/

#creativa a {
	float: right;
	display: block;
	margin-right: 23px;
	margin-bottom: 5px;
	text-indent: -99999px;
	height: 25px;
	width: 135px;
	background-image: url(../img/by_creativast_off.png);
}

#creativa a:hover {
	background-image: url(../img/by_creativast_on.png);
}

/******************* Generales  *******************/

.flotader {
	float: right;
}

.flotaizq {
	float: left;
}

.clear {
	clear: both;
}

p.centrar {
	text-align: center;
}

/******************* clearfix  *******************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
.clearfix {
	display: block;	
}

* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
