body {
		background: #000;
		font-family: verdana, "trebuchet MS", sans serif;
		font-size: 12px;
		color: #222222;
}

#central {
	width: 100%;
	text-align: center; 	
	margin: 0;
	padding:0;
} 

#container {
	width: 750px;
	text-align: center; 	
	margin-bottom: 0;
	margin: auto;
	margin: 1px;
	/*border: 1px solid #588994;*/
}

#header {
width: 750px;
/*height: 100%;*/
text-align: left;
padding: 0px; 
margin: 0px;
}

#main {
width: 750px; 
height: 100%;
padding-left: 15px; 
margin: 0;
} 

#main_top {
width: 750px; 
height: 170px;
margin: 0;
padding: 0; 
} 

#main_center {
width: 750px; 
height: 100%;
padding:5px;
background: #ffffff top left repeat;
} 

#footer {
width: 750px; 
height: 156px;
text-align: center;  
margin-top: 0px;
} 

li {
	font-size: 14px;
}

H1 {
font-size: 18px;
color: #882d4f;
margin-bottom: -12px;
font-family: georgia, garamond, serif;
}

H2 {
     font-family: georgia, garamond, serif;
	font-size: 16px;
	color: #8e44c1;
}

H3 {
     font-family: georgia, garamond, serif;
	font-size: 14px;
	color: #333333;
}


H6, .footer-txt {
	font-family: sans serif, arial, verdana;
	font-size: 12px;
	color: #ffffff; 
}

H6 a, H6 a:link, H6 a:visited, H6 a:active {
	font-weight: normal;
	color: #ffffff; 
}

H6 a:hover {
	color: #ffffff;
}

a:link, a:visited, a:active {
color : #882d4f; 
text-decoration : none; 
} 

a:hover {
text-decoration : underline; 
color : #dd0000; 
}             

/* STYLES CONTACTO */

#contacto {
background: #ffffff;
	FONT-SIZE: 11px; 
	FONT-STYLE: bold;
	FONT-FAMILY: verdana, arial, sans serif;
	COLOR: #000000;
	}

#submit  {
	font-size: 13px;
	padding: 5px;
	height: 30px;
	width: 180px;
	font-weight: bold;
	background-color: #333333;
	color: #ffffff;
}

textarea  {
	font-size: 11px;
	FONT-FAMILY: verdana, arial, sans serif;
	height: 75px;
	width: 180px;
	border: 0px solid #8e44c1;
	padding: 2px;
	background-color: #8e44c1;
	color: #ffffff;
}

input  {
	font-size: 11px;
	height: 17px;
	width: 180px;
	border: 0px solid #b43338;
	padding: 2px;
	background-color: #882d4f;
	color: #fff;
	FONT-STYLE: bold;
}

