/*-- general --*/

BODY {
	MARGIN: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;	
	background-position: top right;
	background-repeat:no-repeat; 
	background: #FFFFFF url(images/fondo.jpg) no-repeat left top;	
}


h4{
	display:none;
}
#enlace a:link, #enlace a:visited{
	text-decoration:none;
	font-size: 12 px;
	color: blue;
}
#enlace a:hover{
	text-decoration:none;
	color: red;
	font-size: 12 px;
}
INPUT, SELECT {

	border: 1px solid #003399;
	font-size: 10px;
}
TEXTAREA {

	border: 1px solid #003399;
	font-size: 12px;
}

#cabecera_logo{
	position:absolute;
	bottom:0px;
	left:0px;
	width:646px;
	height: 700px;
	background-image:url(images/fondo.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
		
}

#titulo{
	position:absolute;
	top:26px;
	left:500px;
	height: 80px;
	font-size: 16px;
	font-weight: bold;
	color: #571E17;
	z-index:4;

}
#titulo a:link, #titulo a:visited, #titulo a:active { 
	
	color: #EA3A11;
	padding:6px;
	margin: 6px;
	text-decoration: none;
	border: 1px dashed #000000;
	background-color: #FFF5F4;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	

}

#titulo a:hover  {
	font-weight: bold;
	color: #ffffff;
	background-color: #D5273E;
}


#seccion {
	position: absolute;
	left: 280px;
	top: 0px;
	width:60%;
	height:380px;
	text-align:left;
	font-size:12px;
	padding: 35px;
	padding-top:65px;
	
	
}
#seccion h2 {
	font-size: small;
	font-size: 15 px;
	color: #D5273E;
}
#seccion p {
	font-size: 12 px;
	color: #571E17;
}



#seccion li a:link, #seccion li a:visited, #seccion li a:active { 
	
	color: #EA3A11;
	padding:6px;
	margin: 6px;
	text-decoration: none;
	border: 1px dashed #000000;
	background-color: #FFF5F4;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	

}

#seccion li a:hover  {
	font-weight: bold;
	color: #fff;
	background-color: #D5273E;
}

#seccion a:link, #seccion a:visited, #seccion a:active { 
	
	color: #003399;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	

}

#seccion a:hover  {
	font-weight: bold;
	color: #E62E00;
	background-color: #ffffcc;
}

#seccion ul {
	padding-top:6px;
	padding-bottom:6px;
	margin:0px;

}

#seccion li {

	margin:2px;
	display: inline;
	list-style-type: none;


}

#seccion IMG{
	border: 1px solid #D5273E;
			
	
}
#general{
	border: none;
	font-size: 12 px;
	color: black;
	width: 100%;
}
#general th {
	height: 30px;
	color: #ffffff;
	background-color: #D5273E;	
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	font-size: normal;
	font-size: 14 px;
}
	
#general td {
	background-color: white;
	border: 1px dashed #eee;
	font-size: 12 px;
	color: black;
	font-weight: bold;
	padding: 5px;
	vertical-align:top;
	text-align:center;
	
}

#general a:link,a:visited{
	text-decoration:none;
}
#general a:hover{
	text-decoration:none;
	color: #DF1F86;
}


#general ul {

	padding-top:0;
	text-align:left;
	color: #5A5A5A;
	list-style-type: disc
}

#general li {

	margin:2px;
	list-style-type: disc
	color: #5A5A5A;
	font-size:12px;
	line-height:18px;
	padding-top:0px;
	
}
#general INPUT {

	border: 1px solid #999;
	font-size: 10px;
}
#general SELECT {

	border: 1px solid #999;
	font-size: 10px;
}
#general TEXTAREA {

	border: 1px solid #999;
	font-size: 12px;
}

#general IMG{
	border: 1px;
	border: 1px solid #D5273E;
			
	
}
#general ul {

	padding-top:0;
	text-align:left;
	color: #5A5A5A;
	list-style-type: disc
}

#general li {

	margin:2px;
	list-style-type: disc
	color: #5A5A5A;
	font-size:12px;
	line-height:18px;
	padding-top:5px;
	
}

#capital {
  float: center; 
  font-family: Times; 
  font-size: 2em;
  padding: 0 0.05em;
  margin: 0 0.05em 0 0; 
  color: #ffffff;

  }

/*-- PIE --*/


#pie {
	position: relative;
	bottom: 0px;
	left: 60px;
	top:200px;
	width: 400px;
	line-height:14px;
	margin-bottom:30px;
	background-color: none;
	font-size:11px;
	color: black;
	text-align:center;
}

#pie a:link, #pie a:visited, #pie a:active { 
	
	COLOR: #E62E00;
	TEXT-DECORATION: none;
	font-weight: bold;
}

#pie a:hover  {
	font-weight: bold;
	color: #544378;
	TEXT-DECORATION: underline;
}


/* ----- OTROS ----- */

#nota{
	font-size:9px;
	font-weight: normal;
	color: black;
	COLOR: #003399;
	TEXT-DECORATION: none;
	text-align: center;
		
}
#nota a:link, #nota a:visited, #nota a:active {
	font-size:9px;
	COLOR: blue;
	TEXT-DECORATION: none;
	font-weight: bold;
		
}



