/* ChicModa.com CSS-P Screen StyleSheet */
/* Convention: 
   First, positioning properties and attributes (margins, paddings, etc)
   Second, styling properties and attributes (backgrounds, colors, fonts, etc)
   Both, ordered alphabetically
*/
.body 
{
 /* Positioning */
	margin:0;
	padding:0;
	width:100%;
 /* Style */
	background-color:#EFEFEF;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
h1
{
	font-weight:bold;
	font-size:14px;
}
h2
{
	font-weight:bold;
	font-size:12px;
}
.texto_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 25px;
	margin-top: 9px;
	color:#333333;
	text-decoration: underline;
	text-align: left;
}
.texto_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin: 5px;
}
.border_table {
	border: 1px solid #000000;
	text-align:justify;
}
