/*------------------------------*/
/*	ESTRUCTURA  GENERAL					*/
/*------------------------------*/
body					{	margin-top									:	0px;
								margin-bottom								:	0px;
								margin-left									:	0px;
								margin-right								:	0px;

								border-top-width						:	0px;
								border-bottom-width					:	0px;
								border-left-width						:	0px;
								border-right-width					:	0px;
								border-width								:	0px;
								border-style								: solid;
								border-color								:	#696969;

								padding-top									:	0px;
								padding-bottom							:	0px;
								padding-left								:	0px;
								padding-right								:	0px;

								font-family									: Verdana, Arial, Helvetica, tahoma, sans-serif;
								font-size										: 15px;
								font-weight									: normal;
								font-style									:	normal;
								font-color									:	#000000;

								text-decoration							:	none;
								text-transform							:	none;
								text-align									:	left;

 								line-height									:	120%;
 								
								color												:	#000000;
								background-color						:	#FFFFFF;
							}

.texto_pie								{	font-family: sans-serif, Verdana, Helvetica, Arial;	font-size: 10px;	font-weight:normal;	color: gray;		text-decoration:none;	}



/*------------------------------*/
/*	BLOQUES											*/
/*------------------------------*/
p															{	font-size	: 13px;	font-weight: normal;	text-align:	justify;	color: #000000;		}
blockquote										{	font-size	: 13px;	font-weight: normal;	text-align:	justify;	color: #000000;		}
table													{	font-size	: 13px;	font-weight: normal;	text-align:	justify;	color: #000000;		line-height									:	120%;}

table.bordenegro							{	border: 1px solid #000000;	}
table.bordeazul								{	border: 1px solid #08519c;	}
table.bordeoro								{	border: 1px solid #FFCC66;	}
table.bordegris								{	border: 1px solid #DFE3DE;	}
table.bordetinto							{	border: 1px solid #C00031;	}

A:link												{	font-size: 13px;	font-weight: bold;	color: #000000;	text-decoration: none;	}
A.active											{	font-size: 13px;	font-weight: bold;	color: #000000;	text-decoration: none;	}
A:visited											{	font-size: 13px;	font-weight: bold;	color: #000000;	text-decoration: none;	}
A:hover												{	font-size: 13px;	font-weight: bold;	color: #000000;	text-decoration: none;	}


