/* CSS Document */

#cabezote{
	background: #F1F1F1;
}

#menu{
	background: #FF9900;
}

#contenido1{
	padding: 0px;
    font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
    background: #EBEBEB;
	text-align:left;
}

#contenido2{
	padding: 0px;
    font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
    background: #F1F1F1;
	text-align:left;
}

#pie1{
    font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color:#333333;
	background: #999999;
}

#pie2{
    padding: 14px;
    font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #9E9E9E;
	background: #FFFFFF;
}

#sena{
    font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}

.subsena{
    font-family: Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
}

#contenido1{
	background:#E1E1E1;
	width: 320px;
}

#contenido2{
	background:#F1F1F1;
}

.subtitulo1{
	font-family: Arial, Helvetica;
	font-size: 24px;
	color: #333333;	
	padding: 5px;
	background: #F1F1F1;
}

.flashbanner{
	padding: 5px 0px 5px 0px;
}

.submenu{
	/*border: 2px solid blue;*/
	width: 290px;
}

.subimagen1{
	padding: 5px;
	background: #F1F1F1;
}

.subcontenido1{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #333333;	
	padding: 5px 5px 10px 5px;
    background: #F1F1F1;
}

.subtitulo{
    background:#999999;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #333333;	
	padding: 5px;
	text-align:left;
}

.subcontenido{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666666;	
	padding: 5px;
	text-align:justify;
	background: #F1F1F1;
}

/* CSS Links */

#enlace a {
  font: normal normal 10pt/12pt Arial Narrow;
  color: #333333; 
  text-decoration: underline; 
}

#enlace a:link {
  font: normal normal 10pt/12pt Arial Narrow;
  text-decoration: underline; 
  color: #333333; 
}

#enlace a:active {
  font: normal normal 10pt/12pt Arial Narrow;
  text-decoration: underline; 
  color: #333333; 
}

#enlace a:visited {
  font: normal normal 10pt/12pt Arial Narrow;
  text-decoration: underline; 
  color: #333333; 
}

#enlace a:hover {
  cursor: pointer;
  color: #FF9900;
}
