body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #D2C648;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2C648;
	padding-bottom: 3px;
}

li {
	margin-bottom: 10px;
	list-style-type: square;
}

.separadorh {
	background-color: #FFFFFF;
	float: left;
	width: 16px;
}

.separadorv {
	background-color: #FFFFFF;
	height: 12px;
	clear: both;
}

#envoltura {
	text-align: left;
	width: 770px;
	margin: 0 auto 0 auto;
}

#esq_sup_izq {
	background-color: #EEECAF;
	width: 246px;
	float:left;
	height: 52px;
}

#menu {
	width: 506px;
	height: 52px;
	float: left;
}

.MenuItem {
	border-left-style: solid;
	border-left-width: 1px;
	height: 20px;
	border-left-color: #CCCCCC;
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.MenuText {
	font-size: 14px;
	padding-top: 8px;
	padding-left: 5px;
	font-stretch: narrower;
}

#menu a:link, #menu a:active, #menu a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: 700;
	font-stretch: narrower;
}

#formulario {
	width: 226px;
	background-color: #F7F7F7;
	padding: 10px;
	padding-top: 26px;
	float: left;
}

#the_imgcode {
	margin-top: 10px;
	margin-bottom: 10px;
}

#fila {
	clear: both;
	background-image: url(images/fondo-fila.gif);
	overflow: auto;
    _height: 1%;
}

#foto {
	float: left;
}

#contenido {
	padding: 10px;
	float: left;
	width: 498px;
	padding-left: 16px;
}

#pie {
	background-color: #CCCCCC;
	padding: 10px;
	text-align: right;
	clear: both;
	margin-top: 12px;
}

.Destacado {
	background-color: #EEECAF;
	padding: 10px;
	border: 1px solid #F4F3D5;
}

#indice {
	float: right;
	padding: 10px;
	background-color:#f7f7e2;
	margin: 10px;
	width: 180px;
}

h2 {
	font-size: 12px;
}

.Comentario {
	font-size: 11px;
	color: #444444;
}

h1 a:link {
	text-decoration: none;
	color: #D2C648;
}

#FormResponse {
    float: left;
    font-weight: bold;
    padding-bottom: 15px;
}