/* CSS Document */
/* Centro Universitario de los Lagos */


/************** body styles **************/
body {
	margin: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	color: #999999;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC9900;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: normal;
}

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}
ul {
	line-height: 11px;
	list-style-type: square;
	}
.bodytable {

}
/************** header styles **************/
.aux {
float:right;
margin: -5px -5px;

}
.auxTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 5px;

}
.auxTop a{
	color: #333333;
	text-decoration: none;
}
.auxTop a:hover{
	color: #333333;
	text-decoration: underline;
}
#menuTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	cursor: pointer;
	height:34px;
	text-align:left;
}
#menuTop a{
	color: #333333;
	text-decoration: none;
	cursor: hand;
}
#menuTop a:hover{
background-color:#CCCCCC;
}
#menuTop td{
	cursor: hand;
	background-image:url(../img/mntS.gif);
	background-position:left;
	background-repeat:repeat-y;
	padding:3px 10px;
	
}
#menuTop td:hover{
background-color:#CCCCCC;
}

input{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border: 1px solid #999999;
	height:18px;
}
button{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	height:18px;
}
.leftBk {
	background-image: url(/imagenes/leftV2/bk.jpg);
	width: 160px;
}
.largeText {
	font-size: 15px;
}.mediumText {
	font-size: 13px;
}.normalText {
	font-size: 11px;
}
.smallText {
	font-size: 10px;
	color: #666666;
}
.miniText {
	font-size: 9px;
	color: #666666;
}
/************** news styles **************/

#news{
	font-weight: normal;
}

#news h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC9900;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
}
#news h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}
#news a{
	text-decoration: none;
	color: #CC9900;
}
#news a:hover{
	text-decoration: underline;
}
.ruler {
	border-bottom: 1px solid #999999;
	padding: 5px;
}
/************** Right menu **************/
.menuRight{
width:140px;
border-right: solid 1px #999999;
border-left: solid 1px #ADAD5C;
vertical-align:top;
}

.menuRight th{
background-color:#E0EFEF;
border-top: solid 1px #999999;
background-image:url(../img/bullets/arwGray.gif);
background-repeat:no-repeat;
background-position: 5px 8px;
padding: 5px 5px 5px 15px;
text-align:left;
}
.menuRightTable{
border-bottom: solid 1px #999999;
margin-bottom:5px;
}
.menuRightTableTd{
border-top: dotted 1px #999999;
padding: 5px 5px 5px 15px;
}


/************** menu left **************/
<style type="text/css">
.menu {
z-index:1000;
font-size:90%;

}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:170px;
position:relative;
/*border-bottom:1px solid #CCCCCC;*/
border-width:1px 1px 0 1px;
background:#fff;
border-bottom: solid 2px #ddd;
}

.menu li {
background:transparent;
text-align:right;
background-image:url(../img/mnlA.gif);
background-repeat:no-repeat;
background-position: 165px 8px;

}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
width:160px;
color:#000;
/*border-bottom:1px solid #CCC;*/
background:transparent;
padding:5px 10px 5px 0px;
}
/* style the link hover */
* html .menu a:hover {color:#999; background:#FDD87E;}

.menu :hover > a {
color:#999; 
background:#FDD87E;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:170px;

}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
background:#dde;

}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
background:#ded;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#edd;
}
.menu ul.top1 {top:0px;}
.menu ul.top2 {top:22px;}
.menu ul.top3 {top:44px;}
.menu ul.top4 {top:66px;}
.menu ul.top5 {top:88px;}
.menu ul.top6 {top:110px;}
.menu ul.top7 {top:132px;}
.menu ul.top8 {top:154px;}
.menu ul.top9 {top:176px;}
.menu ul.top10 {top:198px;}
.menu ul.top11 {top:220px;}
.menu ul.top12 {top:242px;}
.menu ul.top13 {top:264px;}
.menu ul.top14 {top:368px;}

</style>

<!--[if IE 7]>
<style type="text/css">
.menu li {float:left;}
</style>
<![endif]-->
			

/************** calendario **************/
#cal td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #DDDDDD;
	text-align: center;
}
#cal th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}
.Dotline{
	background-image: url(/imagenes/lineDot140.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.TopLeft {
	background-image: url(/imagenes/bullets/TopLeft.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/************** contenido **************/
.contenido{
padding:0px;
vertical-align:top;
}
.toolbar{
border-bottom:dotted 1px #CC9933;
border-top:dotted 1px #CC9933;
padding: 5px;
margin: 0px ;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-position: outside;
	list-style-type: square;
	margin: 10px 20px 20px;
	line-height: 15px;
}
.sinopText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-position: outside;
	list-style-type: square;
	margin: 0px 20px;
	line-height: 15px;
}
.paginacion01 {
	border: 1px solid #003366;
	padding: 0px 2px;
	font-weight: bold;
	color: #003366;
	height: 20px;
	padding: 2px;
	background-color: #E2E2E2;

}.paginacion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	

}
.paginacion a{
	border: 1px solid #CCCCCC;
	padding: 0px 2px;
	height: 20px;
	padding: 2px;	
}
.paginacion a:hover{
	padding: 2px;
	background-color: #CCCCCC;
}



