body {
	background-color:#40533D;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size: 10px;
}

html {
	overflow-x: hidden;
}

/*ENCABEZADOS-------------------------------------------------------*/
h1 {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	border-bottom: 1px solid #EB9535;
	font-weight: bold;
	padding: 0px;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:3px;
}

h2 {
	padding-left:10px;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #4B87C7;
	color: #000000;
}
h3 {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	text-indent: 15px;
	font-weight: bold;
}

/*MARCOS-------------------------------------------------------------------*/
#box {
	width: 791px;
	height:536px;
	margin-top: -280px;
	margin-left: -410px;
	top:50%;
	left:50%;
	display: block;
	position:absolute;
	background-image:url(images/fondo-html.jpg);
	background-repeat:no-repeat;
	padding-left:31px;
	padding-top:26px;
}
#flashcontent {

}
#pie {
	float: center;
	margin-top: 26px;
	text-align:center;
}

/*ENLACES----------------------------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #33CC00;
}
a:hover, a:visited {
	text-decoration:underline;
	color: #33CC00;
}


