@import url("menu.css");
@import url("wrap.css");
@import url("font.css");
@import url("class.css");
@import url("calendario.css");
@import url("form.css");
/*
@import url("comp.css");
@import url("table.css");*/
/*
colores
gris_1: #1E1E1E  (el mas oscuro)
gris_2: #666
gris_3: #B2B2B2
rojo:   #f00
***************************/

html, body, div, ul,ol , li,span, p, a, h2, h3, img, form, fieldset, legend{
	margin:0px;
	padding:0px;
	text-decoration: none
}
body
{
	width: 779px;
	margin: 0 auto;
	background: #000 url() top center no-repeat;	
}
hr{display:block; clear:both; border:1px dotted #fff; height:1px; width:100%; background-color:transparent}

a.m{
	font:Arial, Helvetica, sans-serif; 
	font-size:9px; color:#FFFFFF;
}
/*
a:hover{
	text-decoration:;
}

h1{}
h2{}
h3{}
h4{}
h5{}
hr{}
input, select{}
*/