/* CSS Document */

body {
	background:url(imagenes/background.gif) repeat-x #B3B3B3;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


.fondo_contacto {
	background:url(imagenes/background_contactos.gif) repeat-x #B3B3B3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


a{
	color:#CCC;
}
#wrapper{
	margin: 0 auto;
	position:relative;
	width: 960px;
}
#header_left_bg{
	background:url(imagenes/header_bg_left.jpg) repeat-x;
	height:235px;
	left:0;
	position:absolute;
	top:0;
	width:50%;
}
#header{
	background:url(imagenes/header_bg.jpg) no-repeat;
	height:240px;
	margin-bottom:10px;
	position:relative;
}
#header div.uninorte{
	background:url(imagenes/logo_uninorte_int.png) no-repeat;
	cursor:pointer;
	height:60px;
	left:2px;
	position:absolute;
	top:2px;
	width:160px;
}
#header h1{
	background:url(imagenes/logo_catedra.jpg) no-repeat;
	cursor:pointer;
	height:180px;
	left:175px;
	margin:0;
	padding:0;
	position:absolute;
	top:50px;
	width:200px;
} 
#header h1 span, #header div.uninorte span{
	display:none;
}  
#media{
	position:absolute;
	right:10px;
	top:10px;
}
#menu {
	clear:both;
	margin:10px 0;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu ul li{
	display:inline;
	margin:0 5px 0 0;
	list-style:none;
	-moz-border-radius-topleft:5px; 
	-moz-border-radius-topright:5px; 
	-webkit-border-top-left-radius:5px; 
	-webkit-border-top-right-radius:5px; 
}
#menu ul li a{
	color:#12235A;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	padding:10px 10px;
		-moz-border-radius-topleft:5px; 
	-moz-border-radius-topright:5px; 
	-webkit-border-top-left-radius:5px; 
	-webkit-border-top-right-radius:5px; 
}
#menu ul li a:hover, #menu ul li a.actual{
	background-color:#2D2F91;
	color:#FFF;
	height:10px;
}
#about{
color:#2D2F91;
font-size:11px;

	font-family:Georgia, "Times New Roman", Times, serif;
}
#about a{
color:#2D2F91;
}
#about a:hover{
text-decoration:none;
}
#middle{
	background-color:#2D2F91;
	overflow:auto;
	-moz-border-radius-topright:5px; 
	-webkit-border-top-right-radius:5px; 
	-moz-border-radius-bottomright:5px; 
	-webkit-border-bottom-right-radius:5px; 
	-moz-border-radius-bottomleft:5px; 
	-webkit-border-bottom-left-radius:5px; 
}
#breadcrumbs{
	color:#CCC;
	margin:20px 10px 10px 10px;
}
#right{
	float:right;
	padding-top:20px;
	text-align:center;
	width:210px;
}
#right a{
	font-weight:normal;
	text-decoration:none;
}
#right div.catedras p{
	margin-top:20px;
}
#right p.yellow a{
	color:#FFCC33;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
#content{
	background-color:#5052A4;
	color:#FFF;
	font-size:9pt;
	margin:10px 220px 10px 10px;
	padding:10px;	
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
/*	overflow:auto;
	height:700px;
	*/
}

#content table, #content p{
line-height:20px;
}

#bottom{
	background: url(imagenes/footer.png) repeat-x;
	clear:both;
	margin-top:-60px;
}
#footer{
	height:90px;
	margin: 0 auto;
	padding-top:10px;
	width: 960px;
}
#footer a{
	color:#333;
}

.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}

.titulo{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	
}
.titulo p{
margin:20px 0 10px 0;
	
}

.texto_video a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000066;
	
}


