﻿body
{
	margin: 0px;
	background-color: #cccccc;
	
}

.textocomun
{
	font-size: x-small;
	font-family: Tahoma;
}
.cuerpo
{
	font-size: 11px;
	font-family: Tahoma;
	color: Fuchsia;
 
}


.General_Menu_Estatico
{
	background-color: #014075;
	width: 100%;

}

.barranavegacion
{
	text-align: center;
	font-size: xx-small ;
	
}

.Menu_Superior_Normal
{
    background-color: #014075;
    font-family: tahoma;
    font-size: 10px;
    text-align: center;
    color: #BFCCDB;
    border:0px;
    
    
}
.Menu_Superior_RollOver
{
    background-color: #385F8F;
    font-family: tahoma;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    border:0px;
}   
.Menu_Superior_Seleccionado
  {
    background-color: #385F8F;
    font-family: tahoma;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    border:0px;
 }   
 
.SubMenu_Superior_Normal
{
    background-color: #385F8F;
    font-family: tahoma;
    font-size: 10px;
    text-align: left;
    color: #ffffff;
    height: 20px;
    width:100%; 
}
.SubMenu_Superior_RollOver
{
    background-color: #00326F;
    font-family: tahoma;
    font-size: 10px;
    text-align: left;
    color: #BFCCDB;
    height: 20px;
    width:100%; 
}
.menu_normal {
	background-image: url(~/img/textura_menu.gif);
	height: 25px;
	width: 170px;
	font-family: tahoma;
	color: #00326F;
	font-size: 11px;
	text-indent: 4px;
}

.menu_over {
	background-image: url(~/img/textura_menu_over.gif);
	cursor: hand;
	height: 25px;
	width: 170px;
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 11px;
	text-indent: 4px;
}
.menu_selected {
	background-image: url(~/img/textura_menu_selected.gif);
	cursor: hand;
	height: 25px;
	width: 170px;
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 11px;
	text-indent: 4px;
}
.sub_menu_normal {
	background-image: url(/img/textura_submenu.gif);
	height: 23px;
	width: 170px;
	font-family: tahoma;
	color: #00326F;
	font-size: 10px;
	text-indent: 14px;
}
.sub_menu_over {
	background-image: url(img/textura_submenu.gif);
	cursor: hand;
	height: 23px;
	width: 170px;
	font-family: tahoma;
	color: #E50404;
	font-size: 10px;
	text-indent: 14px;
}
.textura_fondo_contenido {
    background-image: url(img/texturalinea.gif);
}
.texto_ruta {
    font-family: tahoma;
	color: #666666;
	font-size: 11px;
	text-indent: 14px;

}
.tabla_principal
{
	border-left-color: #00326F;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #00326F;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #00326F;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #00326F;
	height: 100%;
	width: 774px;
	
}
.cont_seccion
{
	font-weight: bolder;
	font-size: x-small;
	text-align: left;
	color: #ff0000;
	text-transform: uppercase;
	font-family: Arial;
}

.cont_titulo
{
	font-family: Tahoma;
	font-weight: bolder;
	font-size: large;
	text-align: left;
	color: #012653;
}
.cont_bajadatitulo
{
	font-family: tahoma;
	font-size: x-small;
	text-align: left;
	color: #757575;
}
.cont_bodytexto
{
	font-family: verdana;
	font-size: xx-small;
	text-align: center;
	color: #666666;
}
.cont_fuente
{
    font-family: tahoma;
    font-size: 10px;
    text-align: right;
    color: #666666;
}
.cont_banner
{

	margin-bottom: 15px;
	margin-left: 15px;
}
.hr_linea
{
	margin-bottom: 10px;
	margin-top: 1px;
}

.textolink:link
{
    color: #00326F;
	font-family: verdana;
    font-size: 10px;
    text-align: left; 
    text-decoration: None;  
}
.textolink:visited
{
    color: #00326F;
    text-decoration: none;
	font-family: verdana;
    font-size: 10px;
    text-align: left;  
}
.textolink:hover
{
	color: #ff0000;
	text-decoration: underline;
	font-family: verdana;
	font-size: 10px;
	text-align: left;
}
.textolink:active
{
	color: #990000;
    text-decoration: none;
	font-family: verdana;
    font-size: 10px;
    text-align: left;
}

.textomenuprincipal:link
{
    color: #990000;
	text-align: left; 
		font-family: tahoma;
    	font-size: 11px;
    text-decoration: None;  
}
.textomenuprincipal:visited
{
    color: #990000;
    text-decoration: none;
    		font-family: tahoma;
   	font-size: 11px;
    text-align: left;  
}
.textomenuprincipal:hover
{
	color: #004074;
	text-decoration: underline;
	font-family: tahoma;
	font-size: 11px;
	text-align: left;
} 
.textomenuprincipal:active
{
	color: #004074;
			font-family: tahoma;
  	font-size: 11px;
    text-decoration: none;
    text-align: left;
}
.columna_izquierda
{
	background-color: #ffffff;
	height: 100%;
	width: 170px;
	vertical-align:top;
	
}
.columna_central
{
	height: 100%;
	width: 436px;
	vertical-align: top;
	border-right: #00326f 1px solid;
	border-left: #00326f 1px solid;
	border-top: #00326f 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
}
.columna_central_home
{
	height: 100%;
	width: 414px;
	vertical-align: top;
	border-right: #00326f 1px solid;
	border-left: #00326f 1px solid;
	border-top: #00326f 1px solid;
	background-color: #ffffff;
}
.columna_central_3
{
	height: 100%;
	width: 778px;
	vertical-align: top;
	border-top: #00326f 1px solid;
	background-color: #ffffff;
}
.columna_derecha
{
		background-color: #ffffff;
	height: 100%;
	width: 171px;
	vertical-align:top;
	border-top: #00326f 1px solid;
}
.columna_derecha_m
{
	border-left: #00326f 1px solid;
	background-color: #ffffff;
	height: 100%;
	width: 171px;
	vertical-align:top;
	border-top: #00326f 1px solid;
}
.columna_izquierda_2
{
	height: 100%;	
	width: 606px;
	vertical-align: top;
	border-top: #00326f 1px solid;
	text-align: center;
	background-color: #ffffff;
}
.columna_derecha_2
{
	height: 100%;
	border-left: #00326f 1px solid;
	width: 606px;
	vertical-align: top;
	border-top: #00326f 1px solid;
	text-align: center;
	background-color: #ffffff;
}
.columna_derecha_nexoempresa
{
	height: 100%;
	border-left: #00326f 1px solid;
	width: 606px;
	vertical-align: top;
	border-top: #00326f 1px solid;
	text-align: center;
	background-color: #cddae3;
}
.columna_derecha_home
{
	background-color: #ffffff;
	height: 100%;
	width: 190px;
	vertical-align:top;
	border-top: #00326f 1px solid;
}
.header_grid_menudocenciaweb
{
	background-color: #ffffff;
	border-top: #00326f 1px solid;
	border-bottom: #00326f 1px solid;
	color: #990000;
	width: 100%;
	font-family: tahoma;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	height: 35px;
}

.detalle_contenido
{
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 10px; 
	padding-top: 10px;
}
.header_destacado
{
	border-top: #00326f 1px solid;
	font-size: x-small;
	text-transform: uppercase;
	color: #00326f;
	border-bottom: #00326f 1px solid;
	font-family: Arial;
	text-indent: 4px;
	font-weight: bolder;
}
/* estilo links portada carrera*/
.label_link_titulo
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #003c6b;
	text-decoration: none;
}
.label_link_descripcion
{
	font-size: 10px;
	font-family: Tahoma;
	color: #003c6b;
 
}
.label_destacadosycifras
{
	font-size: 10px;
	font-family: Tahoma;
	color: #00497b;
	text-transform: uppercase;
	text-decoration: none;
}


.link_menu_docenciaweb:link
{
    color: #990000;
	font-family: tahoma;
    font-size: 11px;
    text-align: left; 
    text-decoration: None;  
}
.link_menu_docenciaweb:visited
{
    color: #990000;
    text-decoration: none;
	font-family: tahoma;
    font-size: 11px;
    text-align: left;  
}
.link_menu_docenciaweb:hover
{
	color: #024176;
	text-decoration: underline;
	font-family: tahoma;
	font-size: 11px;
	text-align: left;
}


/* MENUS LADO IZQUIERDO */

.menu_out {

	font: 11px tahoma, arial;
	color: black;
}
.menu_over {
	background-Image: url(images/menu_over.gif);
	font: 11px tahoma, arial;
	cursor: hand;
	color: black;
}
.mnpMenuRow
{

	font: 11px tahoma, arial;
	cursor:hand;
	color: black;
	
}


/* MENUS LADO IZQUIERDO-----------fin */
