/* 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: #000;
	color:#754C28;
	font-size:62.5%; /* textos a 10px de tamaño */
}

/* Styles */ 


H1 {color: #754C28; font-weight: bold; font-size:16px; margin: 15px 0 15px 0; }  /* displayed at 30px bold grey */
H2 {color: #754C28; font-weight: bold; font-size: 14px; margin: 15px 0 15px 0}  /* displayed at 20px regular grey */
H3 {color: #754C28; font-weight: bold; font-size:12px; margin: 15px 0 5px 0}  /* displayed at 14px bold grey */
H5 { }
H6 { }


a { text-decoration: none; color:#1C3F95; }
a:hover { text-decoration: underline; }
p{	padding-bottom: 5px; line-height: 120%; }






/* Forms */ 

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

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

textarea{
	height: 100px;
}

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