/*-- general --*/

BODY {
	MARGIN: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;	
	background-position: top right;
	background-repeat:no-repeat; 
	background-image: url(images/ornamento.jpg);
	
}


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:30px;
	left:300px;
	padding: 0px;
	width: 600px;
	height: 40px;
	COLOR: #A6A2B9;
	text-align:left;
	font-weight: bold;
	font-size: xx-large;
	font-size: 50px;	
	
	
}
#titulo h1{
	font-size:12px;
	text-align:left;
	COLOR: #696870;
	font-weight: normal;
	font-size: small;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 0px;
}

#seccion {
	position: absolute;
	left: 340px;
	top: 110px;
	width:50%;
	height:380px;
	text-align:left;
	font-size:12px;
	padding: 35px;
	
	
}
#seccion h2 {
	font-size: 18 px;
	color: #E62E00;
}
#seccion p {
	font-size: 12 px;
	color: #544378;
}
#seccion h3 {
	font-size: 12 px;
	color: #544378;
}

#seccion li a:link, #seccion li a:visited, #seccion li a:active { 
	
	color: #E62E00;
	padding:6px;
	margin: 6px;
	text-decoration: none;
	border: 1px dashed #544378;
	font-size: 14px;
	background-color: #fff;
	font-weight: 900;
	text-align: center;
	

}

#seccion li a:hover  {
	font-weight: bold;
	color: #fff;
	background-color: #E62E00;
}
#seccion IMG{
	border: none;
		
	
}
#seccion ul {
	padding-top:6px;
	padding-bottom:6px;
	margin:0px;

}

#seccion li {

	margin:2px;
	display: inline;
	list-style-type: none;


}


/*-- PIE --*/


#pie {
	position: absolute;
	bottom: 0px;
	left: 60px;
	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;
		
}


