@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin: 0px;
} 
body {
	background-color: #B89E47;
	text-align: center;
}
#contenido {
	height: 925px;
	width: 801px;
	padding: 0px;
	text-align: center;
	margin: 0px auto;
	position: relative;
	border: 1px solid #000000;

}
a:link {
	text-decoration: none;
	color: #33FF00;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #99CCFF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
#cabecera {
	height: 120px;
	width: 801px;
	z-index: 6;
	top: 2px;
	position: relative;
}
#cuerpo {
	position: relative;
	z-index: 1;
	height: 760px;
	width: 600px;
	background-color: #993300;
	float: left;
	top: 3px;
}

#menu {
	position: relative;
	z-index: 2;
	background-color: #993300;
	height: 760px;
	width: 200px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFF00;
	top: 3px;
}
.publicidad_google {
	position: relative;
	height: 600px;
	width: 200px;
	top: 5px;
	z-index: 3;
}
.contador_web {
	position: absolute;
	height: 15px;
	width: 80px;
	left: 119px;
	top: 742px;
}
#pie {
	font-family: "Century Gothic", Arial, Cambria, Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	z-index: 6;
	height: 38px;
	width: 798px;
	float: left;
	top: 3px;
	border: 1px solid #CCCCCC;
	background-color: #669900;
}
.pie1 {
	width:230px;
	height:30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.pie2 {
	width:254px;
	height:30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.pie3 {
	width:300px;
	height:30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.titulo {
	font-family: "Century Gothic", Arial, Cambria, Georgia;
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
	height: 150px;
	width: 600px;
	top: 5px;
}
.titulo table {
	font-family: "Century Gothic", Arial, Cambria, Georgia;
	font-size: 20px;
	color: #FFFFFF;
	border: medium dotted #33FF00;
}
.formulario {
	position: relative;
	width: 420px;
	height: 520px;
	top: 33px;
	font-family: "Century Gothic", Arial, Cambria, Georgia;
	font-size: 16px;
	color: #FFFFFF;
	float: right;
}
.td_formulario_izq {
	border: 1px solid #FFFF33;
	position: relative;
	height: auto;
	width: 102px;
	float: left;
	padding: 1px;
	clip: rect(auto,auto,auto,auto);
	margin-right: 2px;
}
.td_formulario_der {
	border: 1px solid #FFFF33;
	position: relative;
	height: auto;
	width: 280px;
	float: left;
	clip: rect(auto,auto,auto,auto);
	padding: 1px;
}
.td_formulario_der_opcion{
	border: 1px solid #FFFF33;
	position: relative;
	height: auto;
	width: 280px;
	float: left;
	padding: 1px;
}
.tel {
	font-family: "Century Gothic", Arial, Cambria, Georgia;
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
	top: 35px;
	width: 180px;
	float: left;
	height: auto;
	right: 10px;
}
.contacto_foro {
	position: relative;
	width: auto;
	padding-left: 5px;
	height: auto;
	padding-bottom: 2px;
	padding-top: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFF00;
}
.contacto_foro_2 {
	position: relative;
	width: 260px;
	padding-left: 5px;
	height: auto;
	padding-bottom: 2px;
	padding-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
}

