/* 
CSS FAG 
ver 1.0
*/

/* Normalization de margins y paddings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, img
	{margin:0px; padding:0px; border:0px}
/* Normalization de fonts para titles*/
h1, h2, h3, h4, h5, h6
	{font-size:100%;}
/* Remove style from lists*/
ul
	{list-style:none;}

/* Normalization of size and font weight  RCDA UPDATE
address, caption, cite, code, dfn, em, strong, th, var
	{font-style:normal; font-weight:normal;} */



p {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #FFFFFF;*/
	text-align:justify;
}



/*Body-----------------------*/
body {
	text-align:center;
	min-width:512px;
	margin: 0px;
	border: 0px;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#231F20;
}

#wrapper{
	margin-right:auto;
	width: 1000px;
	height:auto;
	margin-left: auto;
	margin-top:15px;
	position: relative;
}

#flash {
	width: 1023px;
	height:635px;
	float:left;
	background-color:#231F20;
	position: relative;
}

#textos {
	width: 270px;
	height:85px;
	float: left;
	padding:10px 0px 5px 5px;
	margin-left:30px;
	border-top:solid 1px #A7A9AC;
	position: relative;
}

#copyright {
	width: 543px;
	height:12px;
	float:left;
	position: relative;
	top:8px;
	left:10px;
}


/*___________________________ STILOS ___________________________*/

.textos {
	font-family:"Arial";
	font-size:12px;;
	color:#A7A9AC;
	text-decoration:
}
.copyright {
	font-family:"Arial";
	font-size:9px;
	font-weight:bold;
	color:#757679;
	text-decoration:none;
	text-align:left;
}
.link_pie {
	font-family:"Arial";
	font-size:9px;
	font-weight:bold;
	color:#757679;
	
	text-align:left;
}
.link_pie a {
	color:#757679;
	text-decoration:none;
}

