@charset "utf-8";
* {margin:0; padding:0}

body{
background-color:#E7E2DE;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#007297;
margin-top: 30px; 
}

#total{
	width:850px;
	height:500px;
	margin:auto;

}


#contenido{
width:850px;
height:500px;

}
#pie{
width:850px;
height:50px;

}


.texgris {
	color:#666666;
	font-style:bold;
	font-family:"Century Gothic";
	font-size:12px;
	text-align:left;

}

.texgris2{
	color:#E7E2DE;
	font-style:normal;
	font-family:"Century Gothic";
	font-size:13px;
	text-align:right;
	line-height:15px;

}
a {
	color:	#666666;
	text-decoration:none;
}
.titulosnaranja{
	color:#FF6600;
	font-style:normal;
	font-family:"Century Gothic";
	font-size:16px;
	text-align:justify;
	line-height:14px;
	font-weight:bold;

}
.textoescrito{
	color:#ffffff;
	font-style:normal;
	font-family:"Century Gothic";
	font-size:11px;
	text-align:justify;
	line-height:14px;

}

a:link {text-decoration:none;font-weight:bold;color:#007297;}
a:visited {text-decoration:none;font-weight:bold;color:#FFF;}
a:hover {text-decoration:none;font-weight:bold;color:#009999;border:medium none;color:#FF6600;}
A:link, A:visited { text-decoration: none }
A:hover { text-decoration: underline }
