
body  /* configuracion general */
{
	padding: 0;
	margin: 0;
	font-family: arial, Helvetica, sans-serif;	
	font-size: 15px;
	text-align: center;
}

a  /* links */
{
	font-family : Verdana;
	font-size : 11px;
	color: #776D39;
	font-weight: bold;
	text-decoration: none;
}
a:link 
{
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color: #776D39;
}
a:visited 
{
	font-family : Verdana;
	font-size :11px;
	font-weight : bold;
	color: #776D39;
	text-decoration : none;
}
a:hover 
{
	font-family : Verdana;
	font-size :11px;
	font-weight : bold;
	color: #cc0000;
	text-decoration : none;
}	

/* --------- menu style --------------- */

#menuleft_home ul  /* esto es cada seccion */
{
	padding: 5px 0px 0px 0px;  /* top right bottom left */
	margin: 0px;
	text-align: right;
	list-style: none;
	width:150px;
}

#menuleft_home li
{
	color: #818181;
	padding: 5px 3px 0px 0px;  /* top right bottom left */
}

#menuright_home ul  /* esto es cada seccion */
{
	padding: 5px 0px 0px 0px;  /* top right bottom left */
	margin: 0px;
	text-align: left;
	list-style: none;
	width:150px;
}

#menuright_home li
{
	color: #818181;
	padding: 5px 0px 0px 0px;  /* top right bottom left */
}

/* ------------------------------------- */

#intText
{
	font-family: verdana;
	margin: 10px; /* margen general del contenido interior */
	
}

#intText p
{
/*	text-align: left; */
	font-size : 11px;
 	color: #554F28;  
/*	color: #000000;*/
}

/*________________________________________________________________________*/

#intTextProg
{
	font-family: verdana;
	margin: 10px; /* margen general del contenido interior */
}

#intTextProg p
{
	font-family: verdana;
	font-size : 11px;
 	color: #554F28;
	text-align:justify 
}

#intTextProg h1
{
	text-align: left;
	font-size : 12px;
	color: #554F28;
	font-weight: bold;
	/*text-decoration:underline*/
}

#intTextProg h2
{
	font-family: verdana;
	color: #696332;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
#intTextProg h3
{
	font-family: verdana;
	color: #776D39;
	font-size: 16px;
	padding-bottom:36px;
	padding-top:15px;
	font-weight: bold;
    background: url('../images/lineah2.gif') 0 no-repeat bottom;
    /*background-image:url('../images/lineah.gif') 0 100% no-repeat;
	background-position: center;*/
}

#intTextProg h4
{
	font-family: verdana;
	color: #696332;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
#intTextProg a
{
	font-family : Verdana;
	font-size : 11px;
	color: #776D39;
	font-weight: bold;
	padding: 0 0 0 15px;
	background: url("../images/star_prog.gif") 0px 50% no-repeat;/*top right bottom left */
	text-decoration: underline;
}
#intTextProg a:link 
{
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	/*text-decoration :underline;*/
	color: #776D39;
	/*background: url("../images/star_prog.gif") 0px 50% no-repeat;/* top right bottom left */
}
#intTextProg a:visited
{
	font-family : Verdana;
	font-size :11px;
	font-weight : bold;
	color: #776D39;
	text-decoration :none;
}
#intTextProg a:hover
{
	font-family : Verdana;
	font-size :11px;
	font-weight : bold;
	color: #cc0000;
	/*text-decoration :underline;*/
}