/*

// ltw_style.css

// $Id: ltw_style.css,v 1.3 2003/08/20 02:35:43 t51admin Exp $

// 

// ltwCalendar Style Sheet 

*/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
		
}






a.prevnext:link {color: red; font-size: 12px; text-decoration:underline}

a.prevnext:visited {color: red; font-size: 12px; text-decoration:underline}

a.prevnext:hover {color: blue; font-size: 12px; text-decoration:underline}

a.prevnext:active {color: red; font-size: 12px; text-decoration:underline}



a.day:link {color: black; font-size: 18px; text-decoration:underline}

a.day:visited {color: black; font-size: 18px; text-decoration:underline}

a.day:hover {color: red; font-size: 18px; text-decoration:underline}

a.day:active {color: black; font-size: 18px; text-decoration:underline}



a.event:link {color: blue; font-size: 12px; text-decoration:underline}

a.event:visited {color: blue; font-size: 12px; text-decoration:underline}

a.event:hover {color: red; font-size: 12px; text-decoration:underline}

a.event:active {color: blue; font-size: 12px; text-decoration:underline}



a.admin:link {color: blue; font-size: 12px; text-decoration:underline}

a.admin:visited {color: blue; font-size: 12px; text-decoration:underline}

a.admin:hover {color: red; font-size: 12px; text-decoration:underline}

a.admin:active {color: blue; font-size: 12px; text-decoration:underline}



table.cal {

background-color: #0066CC;

height: 600px;

border-style: none;

border-width: 3px;

font-family: sans-serif

}



.caption {

color: black;

font-size: 28px;

font-weight: bold;

}



.thead {

color:white;

background-color: darkblue;

font-size: 18px;

}



td.cal {

background-color: white;

text-align: left;

vertical-align: top

}



tfoot.cal {

color:black;

background-color: #0066CC;

font-size: 14px;

text-align: left

}



ul.cal {

margin: 0px;

list-style-position: inside

}



.cal-admin-link {

color: #ffffff;

font-family: Tahoma, Verdana, sans-serif;

font-size: 11px;

font-weight: bold;

text-decoration: none;

}

/************* #globalNav styles **************/
#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

.principal_seccion{
	float:center;
	width:auto;
	border: 1px solid #000;
	background-color: #eeeeeF;
	margin: 2px;
	padding: 0;
	border-left: 1px solid #000;
	border-right: 2px solid #000;
	padding: 13px 25px 38px 15px;
	
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

.descripcion{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #ccccff;
	font-size: 90%;
}