/***********************************************/
/* emx_nav_left.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/*Guia de colores

celeste: #CFD4DF;
azul_links: #3B4A78;
amarillo: #E8C457;
azul_menu izq: #3E4D7A;
*/

body{
	line-height: 1.166;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background-color:#FFFFFF;
	vertical-align: middle;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #3B4A78;
	text-decoration: none;	
	}

a:hover{
	color: #3B4A78;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	color: #003366;
 	margin: 0px;
 	padding: 0px 0px 0px 0px;
}

h2{
	color: #6E7EA8;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium; 
	font-weight: 800;
	margin: 0px;
 	padding: 0px;
}

h4{
 	font: 100% Arial,sans-serif;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
}

h5{
 	font: 100% Arial,sans-serif;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

h6{
  	font-weight:bold;
  	margin: 0px;
  	padding: 0px;
}

/*************** list tag styles ***************/

ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}

/********* form and related tag styles *********/

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

label{
 	/*color: #CCCCCC;*/
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

input{
	font-size: 12px;
	margin-left: 4.5em;
	/*color: #666666;*/
	background-color: #FFFFFF;
	border: 1px solid #003366;
}

.submit input{
	color: #000;
	background-color: #CCCCCC;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell{
	position: relative;
	margin: auto;	
	width:679px;
	background-image: url(micro_headM.jpg);
	height: 23px;
}

#pagecell1{
	position: relative;
	margin: auto;
	z-index: 100;	
	width:679px; 	
}

#tl{
	position: absolute;		
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	}
      
#tr {
	position:absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}

#masthead{
	position: relative;
	margin: auto;
	width: 679px;		
}

#content{
	padding: 0px 0px 0px 0px;	
	background-color: #EBE8E4;
	margin:0px 0px 0px 0px;	
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** indicaciones styles *****************/

#main {
vertical-align:middle;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #3c4f98;
height: 33px;
font-size: 70%;
text-align: left;
padding: 5px 6px 0px 19px;
background-image:url(micro_titulo.jpg);
}

#main img{
vertical-align:middle;
text-align:right;
margin: 0px 4px 0px 2px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
height: 85px;
/*color: #cccccc;*/
padding: 10px 0px 0px 0px;
margin: 0px;
background-image: url(micro_name.jpg);
}

/************** feature styles *****************/
/*ACROBAT*/

.feature{
	padding: 2px 20px 5px 20px;
}

html>body .feature {height: auto;}

.feature h2{
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 20px 0px 0px;
	font-size: 120%;	
	color:#999999;
	font-weight: lighter;
}

.feature h3{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 20px 0px 0px;
	font-size: 120%;	
	color:#999999;
	font-weight: lighter;
}

.feature a:link a:visited{
	/*color: #182876;*/	
	color: #999999;
}

.feature a:hover{
	/*color: #000000;*/	
	color:#666666;	
	text-decoration: underline;	
}

/*************** tabla asignaturas tag styles ***************/

table.programas {
width: 640px;
border: 1px solid #999;*
margin: 0 auto 1em auto;
background-color:#FFFFFF;
empty-cells: show;
white-space:normal;
}

table.programas caption{
font: normal 80% Arial, Helvetica, sans-serif;
color: #3c4f98;
text-align: left;
padding: 5px 2px 10px 10px;
}

table.programas caption h3{
font: bold 105% Arial, Helvetica, sans-serif;
color: #3c4f98;
text-decoration:underline;
text-align: left;
padding: 0px 0px 3px 0px;
}

table.programas thead th {
font: bold 70% Arial, Helvetica, sans-serif;
color: #e7ebf4;
text-align: left;
padding: 3px 2px 3px 5px;
background-color: #3c4f98;
}

table.programas tbody th {
font: normal 60% Arial, Helvetica, sans-serif;
color: #333333;
text-transform:uppercase;
text-align: left;
padding: 3px 2px 3px 5px;
border-bottom: 1px dotted #CCCCCC;
}

table.programas tbody td {
font: normal 70% Arial, Helvetica, sans-serif;
color: #666666;
text-align: left;
border-bottom: 1px dotted #CCCCCC;
padding: 3px 2px 3px 5px;
}

table.programas tfoot td {
font: 60% Verdana, sans-serif;
color: #000;
text-align: left;
padding: .8em;
background-color: #f9f9f9;
}

/*************** tabla asignaturas tag styles ***************/

table.programass {
width: 640px;
border: 1px solid #999;
margin: 0 auto 1em auto;
background-color:#FFFFFF;
empty-cells: show;
white-space:normal;
}

table.programass caption{
font: normal 80% Arial, Helvetica, sans-serif;
color: #3c4f98;
text-align: left;
padding: 5px 2px 10px 10px;
}

table.programass caption h3{
font: bold 105% Arial, Helvetica, sans-serif;
color: #3c4f98;
text-decoration:underline;
text-align: left;
padding: 0px 0px 3px 0px;
}

table.programass thead th {
font: bold 70% Arial, Helvetica, sans-serif;
color: #e7ebf4;
text-align: left;
padding: 3px 2px 3px 5px;
background-color: #3c4f98;
}

table.programass tbody th {
font: normal 60% Arial, Helvetica, sans-serif;
color: #333333;
text-transform:uppercase;
text-align: left;
padding: 3px 2px 3px 5px;
border-bottom: 1px dotted #CCCCCC;
}

table.programass tbody td {
font: normal 70% Arial, Helvetica, sans-serif;
color: #666666;
text-align: left;
border-bottom: 1px dotted #CCCCCC;
padding: 3px 2px 3px 5px;
}

table.programass tfoot td {
font: 60% Verdana, sans-serif;
color: #000;
text-align: left;
padding: .8em;
background-color: #f9f9f9;
}



/*************** tabla search tag styles ***************/

table.search {
width: 640px;
border: 1px solid #999;
margin: 0 auto 1em auto;
background-color:#FFFFFF;
empty-cells: show;
white-space:normal;
}

table.search caption {
font: normal 80% Arial, Helvetica, sans-serif;
color: #3c4f98;
text-align: left;
padding: 5px 2px 10px 10px;
}

table.search caption h3{
font: bold 105% Arial, Helvetica, sans-serif;
color: #3c4f98;
text-align: left;
padding: 0px 0px 3px 0px;
}

table.search thead td {
font: 60% Verdana, sans-serif;
color: #000;
text-align: left;
padding: .8em;
background-color: #f9f9f9;
}

table.search tbody th {
text-align: center;
padding: 0px 2px 0px 2px;
width: 30px;
}

table.search tbody td {
font: normal 70% Arial, Helvetica, sans-serif;
color: #666666;
text-align: left;
border-bottom: 1px dotted #CCCCCC;
padding: 3px 2px 3px 5px;
}

table.search tfoot td {
font: 60% Verdana, sans-serif;
color: #000;
text-align: left;
padding: .8em;
background-color: #f9f9f9;
}


/************** siteInfo styles ****************/

#siteInfo{	
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
	height: 11px;	
	z-index: 100;
	background-color: #EBE8E4;
}

#siteInfo h3{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight:lighter;
	font-size: 60%;
	color: #666666;	
	margin-left: 0px;
	padding: 0.2em;
}
