ul, ol, dl, dt, dd, li, cite, h1, h2, h3, h4, h5, h6, img, div, form /*(etc)*/{
	margin:0;
	padding:0;
	border:0px;
}

body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #3E89C5;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}


#principal {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

#buscador {
	height: 70px;
	width: 300px;
	float: right;
	text-align: left;
	vertical-align: middle;
	margin-top: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#logo {
	margin: 0px;
	float: left;
	clear:left;
}
#bienvenida {
	background-image: url(../images/bg1.gif);
	height: 30px;
	line-height: 30px;
	background-repeat: repeat-x;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#encuesta {
	background-image: url(../images/bg2.gif);
	height: 30px;
	line-height: 30px;
	background-repeat: repeat-x;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#suscripcion {
	background-image: url(../images/bg3.gif);
	height: 30px;
	line-height: 30px;
	background-repeat: repeat-x;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu {
	height: 40px;
	line-height: 40px;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: none;
	width: 770px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	margin-bottom:10px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	float:left;
	background-image:url(../images/bg_menu-separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#menu ul li a {
	display: block;
	color:#FFFFFF;
}
#menu ul li a:hover {
	display: block;
	background-color:#999999;
}
#menu .mportada {
	width:128px;
}
#menu .muniversidad {
	width:130px;
}
#menu .mnoticias {
	width:128px;
}
#menu .mestudiantes {
	width:128px;
}
#menu .mdocentes {
	width:128px;
}
#menu .mautoridades {
	width:128px;
}
#menu .mcontactenos {
	width:128px;
	background-image: none;
}
#menu img {
	border: none;
	margin: 0px;
	padding: 0px;
}
#principal #izquierda {
	float: left;
	width: 225px;
	clear: both;
	margin-bottom: 10px;
}

/* INICIA CUADROS */

#box_red {
	width:200px;
}
#box_red #titulo {
	background-image: url(../images/boxes/rojo.jpg);
	height: 20px;
	width: 180px;
	line-height: 20px;
	color: #FFFFFF;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left:20px;
}
#box_red ul {
	list-style-image: none;
	list-style-type: none;	
}
#box_red li {
	background-color:#F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E2DB;
}
#box_red li a {
	color:#333333;
	display: block;
	padding:3px;
	padding-left:8px;
}
#box_red li a:hover {
	background-color:#E7E2DB;
}

#box_blue {
	width:200px;
}
#box_blue #titulo {
	background-image: url(../images/boxes/azul.jpg);
	height: 20px;
	width: 180px;
	line-height: 20px;
	color: #FFFFFF;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left:20px;
}

#box_green {
	width:200px;
}
#box_green #titulo {
	background-image: url(../images/boxes/verde.jpg);
	height: 20px;
	width: 180px;
	line-height: 20px;
	color: #FFFFFF;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left:20px;
}

#box_titulares_titulo {
	background-image: url(../images/bg_titulares.jpg);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
}
#box_titulares {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style:solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding:5px;
}
#box_titulares ul, #box_titulares li {
	list-style-type: none;	
}
/* TERMINA CUADROS */




#derecha {
	width:537px;
	float:right;
	margin-bottom: 10px;
}



#contenedor {
	width:540px;
	float:right;
	margin-top: 10px;
}

#contenedor2 {
	width:540px;
	float:right;
	margin-top: 10px;
}

#contenedor3 {
	width:540px;
	float:right;
	margin-top: 10px;
}

#contenedor #fotodesc {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 3px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EDEDED;
}
#contenedor #categoria a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
#contenedor #categoria a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
#contenedor #titulo a {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
#contenedor #foto_noticia_leer {
	float: left;
	width: 200px;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #efefef;
}
#contenedor #foto_noticia_leer #foto_noticias {
	margin-bottom: 5px;
	clear: both;
	float: none;
}

#contenedor #titulo a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #D53847;
}
#contenedor #foto_noticia_leer #vermasfotos {
	text-align: right;
	margin-top: 5px;
}
#contenedor #foto_icons {
	float: left;
	clear: left;
	width: 196px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contenedor #titulocat {

	font-size: 12px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 5px;
}
#contenedor #foto_noticias_cat {
	margin-bottom: 5px;
	clear: both;
	float: left;
	margin-right: 5px;
}
#contenedor #titulocat a {

	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
#contenedor #titulocat a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #D53847;
}
#contenedor #indicador {
	margin-right: auto;
	margin-left: auto;
	background-color: #efefef;
	text-align: center;
	padding: 5px;
	border: 1px solid #666666;
	margin-top: 5px;
}
#contenedor #foto_noticia_leer_gal {
	float: none;
	width: 450px;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #efefef;
	margin-left: auto;
	clear: both;
	margin-top: 15px;
}
#contenedor #noticias_archivo {
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D53847;
	background-color: #efefef;
	font-weight: bold;
	background-image: url(../images/toparchivos.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#contenedor #contactenos_sub fieldset {
	margin: 0px;
	padding: 5px;
}

#contenedor #noticias_archivo_lista {
	background-image: url(../images/archivo.png);
	background-position: right 25px;
	background-repeat: no-repeat;
}
#contenedor #noticias_archivo_lista ul {
	margin: 0px;
	padding-left: 20px;
}
#contenedor #noticias_archivo_lista a {
	text-decoration: none;
}
#contenedor #noticias_archivo_lista a:hover {
	text-decoration: underline;
}
#contenedor #noticias_categorias {

	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D53847;
	background-color: #efefef;
	font-weight: bold;
	background-image: url(../images/topnoticias.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 25px;
	padding-right: 70px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#contenedor #noticias_archivo_mapa {

	background-image: url(../images/mapaweb.jpg);
	background-position: right 25px;
	background-repeat: no-repeat;
}
#contenedor #noticias_archivo_lista #quote {
	padding: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #336699;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#contenedor #noticias_archivos_lista #quote {
	padding: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #336699;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#contenedor #contactenos_sub {
	background-image: url(../images/contacto.gif);
	background-position: right 15px;
	background-repeat: no-repeat;
}
#contenedor #contactenos_sub #municipio textarea {
	margin: 0px;
}
#noticias_archivos_lista #archivos {
}
#noticias_archivos_lista #archivos #archivo_titulos {
	text-decoration: none;
	background-color: #FDF2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D53847;
	padding: 5px;
}
#noticias_archivos_lista #archivos #archivo_list {
	text-decoration: none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#noticias_archivos_lista #archivos #archivo_titulos_sub {
	text-decoration: none;
	background-color: #efefef;
	padding: 5px;
}
#noticias_archivos_lista fieldset {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#noticias_archivo_lista fieldset {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 50%;
}
#contenedor #noticias_archivos_lista {

	background-image: url(../images/candado.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#contenedor #noticias_archivos_lista ul {

	margin: 0px;
	padding-left: 20px;
}
#contenedor #noticias_archivos_lista a {

	text-decoration: none;
}
#contenedor #noticias_archivos_lista a:hover {

	text-decoration: underline;
}
#contenedor #quote {
	text-decoration: none;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 5px;
	background-image: url(../images/quote_bg.jpg);
	background-repeat: repeat-x;
}
#contenedor h3 {
	color: #2E74A8;
}
#contenedor #p_postales {
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	border: 3px dashed #CCCCCC;
	width: 130px;
}
#portada_titulares {
	float: left;
	height: 165px;
	width: 230px;
	background-image: url(../images/icon_titulares.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	overflow: auto;
	margin-bottom: 15px;
	margin-left: 15px;
}
#portada_multimedia {
	float: right;
	height: 165px;
	width: 320px;
	background-image: url(../images/icon_multimedia.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	overflow: auto;
	margin-bottom: 15px;
}


#sitiosweb {
	clear:both;
	width:770px;
	padding-top: 19px;
}

#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	height: 30px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer_box {
	clear: both;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	margin-top: 19px;
	padding-top: 26px;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
/*	height: 130px; */
	height: 30px;
}
#footer #box #titulo, #titulo_box_portada {
	color:#913732;
	font-weight: bold;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #913732;
	margin-bottom:3px;
}
#derecha ul, #derecha li {
	list-style-type: none;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#banners_img {
	margin-bottom: 10px;
}



.quote1 {
	background-color:#ECEDFF;
	border-bottom-color:#006699;
	border-top-color:#006699;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	margin: 5px;
}

.quote2 {
	background-color:#efefef;
	border-bottom-color:#999999;
	border-top-color:#999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#principal #contenedor #paginas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF1710;
	color: #018543;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-right: 87px;
	background-image: url(../images/paginas.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
