/*@charset "utf-8";
 CSS Document */

body {
	text-align: center;
}

.margenmenus { 
margin-left:40px;
}

ul{
	margin:0;
	padding:0; 
	list-style-type:none;
	font-size:0;
}

#header ul{
	background:url(images/fondo_menu.gif) 0 0 no-repeat;
	background-position: left;
	width:573px;
	height:29px;
	top:232px;
	padding:0 0 0 0;
}
#header ul li{
/*	background:url(images/nav_div.gif) right top no-repeat;*/
	height:27px;
	float:left;
	margin-left:17px;
	padding:0 0px 0 1px;
}
#header ul li a{
	display:block;
/*	background:url(images/nav_bg.gif) 0 0 repeat-x;*/
	padding:0 2px;
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	color: #999999;
	background-color:inherit;
	text-decoration:none;
}
#header ul li a:hover{
	background:url(images/nav_hover.gif) 0 0 repeat-x;
	color:#fff;
	background-color:inherit;
}
#header ul li a.hover{
	display:block;
	background:url(images/nav_hover.gif) 0 0 repeat-x;
	color:#fff;
	padding:0 15px;
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	background-color:inherit;
	text-decoration:none;
	cursor:text;
}
#header ul li.last{
	background-image:none;
	height:27px;
	float:left;
}

a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#141415; margin:0 5px;}
.b2f {height:1px; background:#141415; margin:0 3px;}
.b3f {height:1px; background:#141415; margin:0 2px;}
.b4f {height:2px; background:#141415; margin:0 1px;}
.contentf {background: #141415;}
.contentf div {margin-left: 5px;}

.titulosgrandes {
font: "Trebuchet MS";
	font-size: 34px;
	color:#FFFFFF;
}

h1 { 
font-family: "Trebuchet MS"; 
		line-height:29px; 
		}  


.hd3 { 
  font-family: "Trebuchet MS";
  color:#85BFD5;
  font-size:24px;
}

.hd4 { 
  font-family: "Trebuchet MS";
  color:#85BFD5;
  font-size:10px;
}

.error { 
  font-family: "Trebuchet MS";
  color:red;
  font-size:12px;
}

.logeadotit { 
  font-family: "Trebuchet MS";
  color:#85BFD5;
  font-size:14px;
}

.hd2 { 
  font-family: "Trebuchet MS";
  color: #FFFFFF;
  font-size:26px;
  font-weight:bold;
   line-height:28px;
}

.footer { 
  font-family: "Trebuchet MS";
  color:#FFFFFF;
  font-size:12px;
}

.livechat { 
  font-family: Arial, Helvetica, sans-serif;
  color:#666666;
  font-size:11px;
}

.forms { 
  font-family: Arial, Helvetica, sans-serif;
  color:#666666;
  font-size:12px;
}

.listado { 
  font-family: "Trebuchet MS";
  background-color:#104C79;
  border-color: #666666;
  border-style: ridge;
  color: #FFFFFF;;
  font-size:11px;
  padding:3px;
}

.conectado { 
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size:14px;
}

#container {
		width: 100%;
		vertical-align:top;
		text-align: left;
		color: #CCCCCC;

}
#sidebar {
background-image:url(images/live_chat.jpg); background-repeat:no-repeat;
		width: 180px;
		height:230px;
		margin-left:35px;
		padding: 20px;
		float: left;
		margin-top:180px;
/*		background-color: #eee;*/
}
	#main {
		padding: 10px;
		margin-left: 280px;
		margin-top:45px;
		line-height:20px;
	}
	
	#footer {
		clear: both;
		background-color: #000;
		color: #ccc;
		padding: 1px;
		text-align: center;
	}
	
	
	body { 
		background-image:url(images/fondex.jpg); background-repeat:repeat-x;
		background-color: #000000;
		color:#FFFFFF;
		text-align: center;
		margin: 0px;
		font: 10pt Arial, Helvetica, sans-serif;
	}
	
	/* estilos morralla */
	
	#header h2 {
		font-style: italic;
		color: #ccc;
	}
	
	#footer a {
		color: #fff;
	}


#header {

/*		padding: 1px 10px 1px 10px;*/
		font-family: "Trebuchet MS", Times, serif;
}
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}


 /*Modal Popup*/
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

 /* CALENDARIO */
.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: White;
    color: #333333;
    width: 170px
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}
