/* MAIN */
body  		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	margin-top: 0;
	padding-top: 0px;
	background-color: #50688e;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/fondo1.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
		text-align:left;

	
	/* LO SIGUIENTE ELIMINA EL SCROL HORIZONTAL QUE APARECIA EN MOZILA SOLAMENTE*/
	overflow-x:hidden; 
	/*overflow : hidden; */
	overflow : -moz-scrollbars-vertical
	
	
}

p {
	text-align:left;
}


.container {
	border: 1px dotted #BAB9B8;
	width: 550px;
	overflow: hidden;
	margin-bottom: 10px;
	padding:2px;
}


/* css rollover
================================== */

 a#botones {
	display: block;
	width: 180px;
	height: 50px;
	line-height: 25px;
	color: #000;
	text-decoration: none;
	text-indent: 10px;
	background-color: #94B8E9;
	/*background-image: url(../img/button.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
}
 
 a#botones:hover {
 background: #369 url(../img/button-over.jpg) no-repeat left top;
 color: #fff;
}

 a#botones2 {
	 font-size:14px;
	display: block;
	padding:4px;
	color: #fff;
	text-decoration: none;
	text-indent: 10px;
	background-color: #94B8E9;
	background-repeat: no-repeat;
	background-position: left top;
}
 
 a#botones2:hover {
 background: #369;
 color: #fff;
}
.horas {
	font-size: 12px;
	color: #C00;
}
