/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: tahoma, arial;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	aling: justify;
}

a:link, a:visited {
	color: #0000CC;
	text-decoration: none;}
	
a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, arial;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Tahoma,Arial;
	font-size: 130%;
	color: #000066;
 	font-variant: small.caps;
}

h2{
 font-size: 100%;
 color: #000099;
}

h3{
 font-size: 90%;
 color: #000099;
}

h4{
 font-size: 80%;
 font-weight: normal;
 color: #000099;
}

h5{
 font-size: 80%;
 color: #0066FF;
}

h6{
 font-size: 65%;
 color:#666666;
 }
 
ul{
	list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: circle;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#cabecera{
	margin: 0px 10px;
	padding: 0px 10px;
	width: 95%;
	height: 150px;	
	font-size: 75%;
	color: #000066;
}

#menu{
	clear: both;
	margin: 0px;
	padding: 0px 10px;
	width: 95%;
	color: 000066;
	font-size: 74%;
}

#contenido{
	clear:both;
	float:right;
	width: 90%;
	align: justify;
	margin: 0px 10px;
	padding: 0 5% 0 0;
	font-size: 85%;
}

#texto{
	float: right;
	widht:85%;
	}

#columna{
	float:left;
	widht: 15%
}
/***********************************************/
/*Component Divs                               */
/***********************************************/


#pie{
	clear: both;
	font-size: 75%;
	color: #000066;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#pie img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#contenido #central tr td p {
	text-align: justify;
}

