
#Page{	
	font-family: "Arial MS", sans-serif !important;
	font-size: 12px !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
	background: url("../media/fondo_page.jpg") repeat-x;
}

#BodyMain{
	position: relative;
	width: 900px;
	height: auto;
	margin-top: auto;
	min-height: 650px;
	margin-left: auto;
	margin-right: auto;	
}


#Header{
	position: relative;
	width: 900px;
	height: 244px;	
	background: url("../media/header.jpg");
}
#HeaderAni{
float:left;
height:177px;
width:798px;
position:absolute;
top:26px;
left:51px;
}

#Content-Header{
	position: relative;
	float: right;
	right: 50px;
	margin-top: 15px;
}
#Content-Header table{
	width: 175px;
	border: 0px;
}

#Content-Header img{
	border: 0px;
}

#Body{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
}

#Content-Body{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 900px;
	min-height: 310px;
	height: auto;
	background: url("../media/fondo_body.jpg") repeat-y;	
}

/* MACHETE PARA ARREGLAR ALGO EN LOS CONTENEDORES DE TEXTO.*/


/* FIN DEL MACHETE */

#Content-Body .phi_content h1{
	color: #008030;
	font-size: 20px;
}

#Content-Body .phi_content h2{
	color: #008030;
	font-size: 16px;
}

#Content-Body .phi_content h3{
	color: #008030;
	font-size: 14px;
	
}

#Content-Body .phi_content h4{
	color: #23A905;
	font-size: 12px;
}

#Content-up{
	position: relative;
	float: left;
	margin-top: 15px;
	left: 50px;
	width: 800px;
	height: 170px;
	background: url("../media/fondo_up.jpg");
}

#Content-down{
	position: relative;
	float: left;
	margin-top: 25px;
	left: 50px;
	width: 800px;
	height: 154px;
	background: url("../media/fondo_down.jpg");
}

#Footer{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 64px;
	background: url("../media/fondo_footer.jpg");	
}

#Content-Footer{
	color: #999999;
}

#Content-Footer p{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	margin-top: 15px;
	text-align: center;
}

#Content-Footer a{
	text-decoration: none;
	color: #999999;
}

form fieldset {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding-top: 20px;
}

form legend {
	font-size: 16px;
	padding: 0 15px 0 15px;
	color: #008030;
}

form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

form li p {
	margin: 0;
	float: right;
	color: #666;
	width: 55%;
}

form li {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	clear: both;
}

form li label {
	display: block;
	float: left;
	margin-right: 20px;
	width: 160px;
	text-align: left;
	font-size: 11px;
	
		font-weight:bold;

}

form .footer {
margin:0;
	padding:10;
}

form li h3 {
	color: red;
	margin: 0;
	padding: 0;
	font-size: 16px;
	margin-left: 180px;
}

form label em {
	color: red;
}


form fieldset fieldset 
{
	border: none;
	padding-top: 0;
	background-color: #e6e6e6;
}

form fieldset fieldset legend 
{
	margin-top: 25px !important;
	margin-top: 0;
}

form fieldset fieldset label 
{
	float: none;
	width: auto;
	text-align: left;
}

form fieldset fieldset label 
{
	margin-left: 163px; /* Width plus 3 (html space) */

}

form li.wide input
{
	width: 98%;
}

form li.wide textarea
{
	width: 98%;
}

form li.wide label
{
	float: none;
	text-align: left;
	width: auto;
}

form input,
form textarea,
form select
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
}

/* Fuck those browsers not supporting this! (thanks firefox) */
form input[type=text],
form input[type=password],
form input[type=file],
form textarea
{
	border: 1px solid #666;
	background: white;
}

form input[type=submit],
form input[type=reset],
form input[type=button]
{
background-color: #EEE;
	color: BLACK;
	border: 1px solid #666;
}