/* BASIC STYLING */


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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
:focus { outline: 0; }

body, html{ height: 100%; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; font-size: 1em; }
caption, td { font-weight: normal; text-align: left; }
th { text-align: left; }
hr { display: none; }


/* Universal classes */ 

.clear { clear: both; }
.block{	display: block;	text-indent: -9999px; }
.float{	float: left; }



/* General configuration */ 

body{
	font-family: Tahoma, sans-serif;
	text-decoration: none;
	background: #fff;
	color:#754C28;
	font-size:75%; /* textos a 12px de tamaño */
}

/* Styles */ 


H1 {color: #167CD3; font-weight: bold; font-size:18px; margin: 10px 0 10px 0; }  
H2 {color: #167CD3; font-weight: bold; font-size: 16px; margin: 10px 0 10px 0}  
H3 {color: #167CD3; font-weight: bold; font-size:14px; margin: 10px 0 5px 0}  
H5 { }
H6 { }

a { text-decoration: none; color:#275516; }
a:hover { text-decoration: underline; }
p{ padding-bottom: 5px; line-height: 120%; color: #56A13A; }
p strong{ color: #275516; }





/* Forms */ 

form table td{
	vertical-align: top;
	padding-bottom: 3px;
	padding-right: 5px;
}

input, select, textarea { 
	width: 260px;
	font-family: Verdana, sans-serif;
}

textarea{
	height: 100px;
}

input[type=button]{
	font-size: 1em;
	width: auto !important;
}
input[type=submit]{
	font-weight: bold;
	width: auto !important;
}
label{
	cursor: pointer; 
	font-size: 1em;
}