* {	
	margin: 0px;
	padding: 0px;	
}

/*font*/
@font-face {
    font-family: 'YanoneKaffeesatzThin';
    src: url('../font/YanoneKaffeesatz-Thin-webfont.eot');
    src: url('../font/YanoneKaffeesatz-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/YanoneKaffeesatz-Thin-webfont.woff') format('woff'),
         url('../font/YanoneKaffeesatz-Thin-webfont.ttf') format('truetype'),
         url('../font/YanoneKaffeesatz-Thin-webfont.svg#YanoneKaffeesatzThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzLight';
    src: url('../font/YanoneKaffeesatz-Light-webfont.eot');
    src: url('../font/YanoneKaffeesatz-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/YanoneKaffeesatz-Light-webfont.woff') format('woff'),
         url('../font/YanoneKaffeesatz-Light-webfont.ttf') format('truetype'),
         url('../font/YanoneKaffeesatz-Light-webfont.svg#YanoneKaffeesatzLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('../font/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('../font/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('../font/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('../font/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzBold';
    src: url('../font/YanoneKaffeesatz-Bold-webfont.eot');
    src: url('../font/YanoneKaffeesatz-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/YanoneKaffeesatz-Bold-webfont.woff') format('woff'),
         url('../font/YanoneKaffeesatz-Bold-webfont.ttf') format('truetype'),
         url('../font/YanoneKaffeesatz-Bold-webfont.svg#YanoneKaffeesatzBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*etiquetas p.h1.h2.h3.h4.h5*/
p{
	font-family: 'YanoneKaffeesatzRegular', Arial, sans-serif;
	text-align: justify;
}

h1,h2,h3,h4,h5{
	color: #2c2568;
	font-family: 'YanoneKaffeesatzRegular', Arial, sans-serif;
	font-weight: bolder;
	margin-bottom: 5px;
}

/*
#cuerpo h1,#cuerpo  h2,#cuerpo  h3,#cuerpo  h4,#cuerpo  h5{
	margin-left: 10px;
	padding-top: 10px;
}*/

/*#cuerpo p{	
	margin: 10px;
}*/

#docentes{
	font-family: 'YanoneKaffeesatzRegular', Arial, sans-serif;
	font-size: 16px;
}

#docentes td{
	border: none;
}

#docentes tr{
	line-height: 1;
	margin: 0px;
	margin: 0px;
	border: none;
	height: 20px;
}

h1{
	font-size: 35px;
}

ul li{
	font-family: 'YanoneKaffeesatzRegular', Arial, sans-serif;
	font-size: 15px;
}

/*header y nav*/
header #banner{
	width: 960px;
	height: 180px;
	background: url("../images/banner_home.jpg");
}

nav{
	position: absolute;
	margin-top: -30px;
	margin-left: 115px;
	width: 670px;
	height: 22px;
}

nav ul li {
	font-family: 'YanoneKaffeesatzThin', Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: white;
	list-style-type: none;
	display: inline;
	margin-left: 14px;
}

nav ul li a { 
	font-family: 'YanoneKaffeesatzThin', Arial, sans-serif;
	color: white;
    text-decoration: none;
}

nav ul li a:hover{
	color: #f2b703;
	cursor: pointer;
}

nav ul li.current_page_item a{
	color: #f2b703;
}

/*contenido*/
#wrapper{
	width: 960px;
	background: url("../images/fondo_sidebar.jpg") repeat-y white;
	margin-right: auto;
	margin-left: auto;
}

body{
	background: #dddddd;
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );

}

#widgets{
	width: 170px;
	height: 90%;
	float: left;
	background-color: #fbba00;
}

#cuerpo{
	width: 620px;
	float: left;
}

#cuerpo ul{
	margin-left: 10px;
	list-style-position: inside;
}

#login{
	width: 300px;
	height: 200px;
	background: url("../images/fondo_login.png");
	margin: 10px;
	float: left;
}

#login #user_login{
	margin-top: 59px;
	height: 28px;
	margin-left: 31px;
	width: 226px;
	background: transparent;
	border: none;
	padding: 0px 5px;
}

#login #user_pass{
	margin-top: 29px;
	margin-left: 31px;
	height: 28px;
	width: 226px;
	background: transparent;
	border: none;
	padding: 0px 5px;
}

#login .ingreso{
	background: url("../images/btn_ingresar_normal.png");
	width: 114px;
	height: 31px;
	border: none;
	margin-top: 10px;
	margin-left: 85px;
	float: left;
}

#login .ingreso:hover{
	background: url("../images/btn_ingresar_over.png");
	cursor: pointer;
}

#login .avatar{
	width: 90px;
	height: 90px;
	margin-left: 15px;
	margin-top: 20px;
	float: left;
}

#login a{
	font-family: 'YanoneKaffeesatzThin', Arial, sans-serif;
	text-decoration: none;
	color: white;
}

#login a:hover{
	color: #f2b703;
}

#slider{
	width: 620px;
	height: 200px;
	margin: 10px;
	float: left;
}

#noticias{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#noticias .home{
	height: 160px;
	width: 440px;
	margin: 10px 15px 20px 20px;
	float: left; 
}

#noticias:first-child .home{
	border-right: 2px dashed rgba(44, 37, 104, .5);
}

#noticias .minifoto{
	background-color: white;
	width: 192px;
	height: 127px;
	float: left;
	margin-right: 5px;
}

#noticias .texto{
	font-family: 'YanoneKaffeesatzRegular', Arial, sans-serif;
	font-size: 15px;
	float: left;
	width: 240px;
	height: 110px;
	text-align: justify;
}

#noticias .leer{
	background: url("../images/btn_seguir_leyendo_normal.png");
	height: 19px;
	width: 105px;
	border: none;
	margin-top: 0px;
}

#noticias .leer:hover{
	background: url("../images/btn_seguir_leyendo_over.png");
	cursor: pointer;
}

/*links*/
#links{
	background-color: #2c2568;
	clear: both;
	width: 960px;
	height: 110px;
}

#links ul{
	width: 140px;
	float: left;
	margin: 12px;
	color: white;
	list-style-position:inside;
	list-style-type: circle;	
}

#links ul li a{
	color: white;
	text-decoration: none;
	font-size: 16px;
}

#links ul li a:hover{
	color: #f2b703;
	cursor: pointer;
}

/*footer*/
footer{
	background-color: #2c2568;
	height: 50px;
	clear: both;
}

footer p{
	color: white;
	text-align: center;
	font-size: 16px;	
	position: relative;
	top: 30%;
}

footer a{
	color: white;
	text-align: center;
	font-size: 16px;
}

h3 a {
	color: #2C2568;
	font-family: 'YanoneKaffeesatzRegular',Arial,sans-serif;
	font-weight: bolder;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
	text-decoration: none;
}

#fondo_contact{
	background: url("../images/fondo_formulario.png") no-repeat;
	margin-left: 15px;
	height: 100%;
}

.documentos{
	width: 300px;
	float: left;
	margin-bottom: 10px;
	margin-top: 15px;
}

.documentos .img{
	width: 69px;
    float: left;
    background-image: url('../images/icono_PDF.png');
    height: 98px;    
    margin-right: 5px;
}

.documentos .txt{
	width: 200px;
	float: left;
	margin-left: 0px;
}

.documentos img{
	border: none;
	border-radius: none;
}

.documentos a{
	text-decoration: none;
	color: #2c2568;
}

.documentos .title{
	font-family: 'YanoneKaffeesatzLight',Arial,sans-serif;
	font-weight: bolder;
	margin-top: 12px;
	margin-bottom: 0px;
	line-height: 1;
}

#searchsubmit{
	background: url("../images/btn_buscar_normal.png") no-repeat;
	width: 56px;
	height: 15px;
	border: none;
	margin-left: 4px;
}

#searchsubmit:hover{
	background: url("../images/btn_buscar_over.png") no-repeat;
}

#nav-below {
    width: 605px;
    height: 22px;
    position: inherit; 
    margin-top: 0px; 
    margin-left: 0px; 
}
