@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
}


.lines-h {
	background-image: url(images/grey-px.gif);
	background-repeat: repeat-x;
}

.lines-v-r{
	background-image: url(images/grey-px.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.lines-v-l {
	background-image: url(images/grey-px.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.commontext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

.commontitles {
	font-family: Arial, Helvetica, sans-serif;
	color: #76AE9D;
	font-size: 14px;
	font-weight: bold;
}

.lectures {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1097AB; 
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	// color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.clase2 a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #76AE9D;
font-weight: bold;
}
.clase2 a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #76AE9D;
font-weight: bold;
}

.clase2 a:active  {  
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color : #76AE9D;
font-weight: bold;  
}

.clase2 a:visited {  
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color : #76AE9D;
font-weight: bold;  
}
.clase3 a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;

}
.clase3 a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;

}

.clase3 a:active  {  
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color : #666666;
 
}

.clase3 a:visited {  
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color : #666666;

}
.cajaform {
	height: auto;
	width: 320px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;}
	
	#footer {
	background-color: #333333;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
	text-align: center;
	text-decoration: none;
}
	
	.footlinks a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ffffff;

}
.footlinks a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ffffff;

}

.footlinks a:active  {  
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color : #ffffff;
 
}

.footlinks a:visited {  
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color : #ffffff;

}

