/* CSS Document */

body {
background-color: #FFFFFF;
padding:0;
margin:0;
}
body, p, td{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}
p{

	color:#000000;
	margin:4px;	
}
h5{
	font-weight: normal;
	font-size:13px;
	padding:0px;
	margin-top:1px;
	margin-bottom:1px;
	
}
h4{
	font-size:14px;
	color:#000000;
	padding:0px;
	margin-top:1px;
	margin-bottom:1px;
	
}
a{
	color:#5e5e5e;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a#Contacto{
	color:#5e5e5e;	
	text-decoration: none;
	padding-left: 25px;
	padding-top:4px;
	padding-bottom:4px;
	background:url(/imagenes/cartita.gif) left no-repeat;
}
a#Contacto:hover{
	text-decoration: underline;
	
}
a#mail{
	color:#5e5e5e;
	font-weight: bold;
	
	text-decoration: none;
}
a#mail:hover{
	text-decoration: underline;
	
}
.rojo{
	color:#B40000;
}
.azul{
	color:#000099;
}
a.rojo{
	color:#B40000;
	text-decoration: underline;
}
a.rojo:hover{	
	text-decoration: none;
	
}

a#BotonRegistrateAqui{
	display: block;
	float: right;
	margin:0px;
	padding:0px;
	width:172px;
	height:24px;
	background: url(/imagenes/boton_registrate.gif) no-repeat top left;
	border: 0px solid #000000;
	
}
a#BotonRegistrateAqui:hover{
	background: url(/imagenes/boton_registrate.gif) no-repeat 0 -24px;	
}
a#BotonRegistrateAqui span{
	display: none;	
}

#boton{
	cursor: pointer;
}
a#BotonEstilo{
	color:#000000;
	background: url(/imagenes/boton_iniciar_sesion_blanco.gif) top left no-repeat;
	width:148px;
	height:28px;
	display:block;
	text-decoration:none;
}
a#BotonEstilo:hover{
	background-position: 0 -28px;
	text-decoration:none;
}
a#BotonEstilo span{
	font-weight:bold;	
	margin-left:15px;
	line-height:28px;
	padding-right:22px;
	background:url(/imagenes/flechita.gif) right no-repeat;
}

a#BotonEstilo2{
	color:#000000;
	background: url(/imagenes/boton_iniciar_sesion_blanco.gif) top left no-repeat;
	width:148px;
	height:28px;
	display:block;
	text-decoration:none;
}
a#BotonEstilo2:hover{
	background-position: 0 -28px;
	text-decoration:none;
}
a#BotonEstilo2 span{
	font-weight:bold;	
	margin-left:15px;
	line-height:28px;
}

.fondo_body_gris{
	background-color: #FFFFFF;
}
.fondo_tabla_gris{
	background: url(/imagenes/fondo_gris.jpg) repeat-x top;
}

/*========MENU ==================*/
ul#Menu{
	font-family: Arial;
	/*font-weight:bold;*/
	margin:0px;
	padding:0px;
	height:30px;	
}
ul#Menu li{
	font-size:11px;
	list-style:none;
	display:inline;
	float:left;
	height:30px;
	background:url(/imagenes/flechita_reflejo.gif) bottom left no-repeat;
	padding-left: 17px;	
	margin-left:2px;
	margin-right:1px;
}
ul#Menu li a:hover{	
	color:#C10100;
	background-color:#FAFAFA;
}
ul#Menu li.active a{
	color:#C10100;
	background-color:#FAFAFA;	
}

ul#Menu li a{
	text-decoration:none;
	color:#000000;
	display:block;
	float:left;
	height:30px;
	padding-left:5px;
	padding-right:10px;
	background:url(/imagenes/separador.jpg) no-repeat right;
	line-height:30px
}
ul li {
	list-style:none;
	background:url(/imagenes/flechita.gif) no-repeat;
	padding-left:20px;
	margin:4px;
}
