/* -------------------------------------------------------INDEX -------------------------------------------------------------------------------*/

body{
	margin:  	 			0;
	padding: 	 			0;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	cursor:					default;
	font-size: 	 			12px;
	background-color:		#000000;
	color:					#FFFFFF;
}

#logo{
	position:				absolute;
	background:  			url(../../images/index.jpg) no-repeat;
	width:					760px;
	height:					404px;
	border-right:			2px solid #FFFFFF;
	border-bottom:			2px solid #FFFFFF;
	
}
#contenedor{
	width:					510px;
	margin-left:			190px;
	margin-top:	   			220px;
}
#texto{
	float:					left;
	border-top:				1px dotted #FFFFFF;
	border-bottom:			1px dotted #FFFFFF;
	width:					500px;
	height:					89px;
	overflow:				auto;
	/*scrollbar-face-color: 		#B67772;
	scrollbar-highlight-color: 	#FEFEFE;
	scrollbar-shadow-color: 	#D6D9C3;
	scrollbar-3dlight-color: 	#60322C;
	scrollbar-arrow-color:  	#8C051B;
	scrollbar-track-color: 		#824853;
	scrollbar-darkshadow-color: #60322C;*/
}
#links{
	float:					left;
	padding-top:			30px;
	width:					500px;
	text-align:				right;
}

#soy_mayor{
	position:				absolute;
	left:					609px;
	top:					360px;
}
#soy_menor{
	position:				absolute;
	left:					439px;
	top:					360px;
}
#copyright{
	position:				absolute;
	top:					406px;
	left:					0;
	font-size: 	 			10px;
}
p{
	margin-top:				4px;	
	margin-left:			5px;
	width:					455px;
	font-weight:			bold;
	text-align:				justify;
}
a{
	color:					#FFFFFF;
	text-decoration:		none;
	font-weight:			bold;
	font-size:				16px;
	margin-left:			40px;
}
a:hover{
	color:					#999999;
}
#footer{
	position:				absolute;
	top:					440px;
	left:					10px;
	width:					750px;
	font-size:				9px;
	color:					#9B9B9B;
	text-align:				left;
}
.footer_links{
	padding-top:			5px;
	margin-top:				10px;
	border-top:				1px dotted #9B9B9B;
}
#footer a{
	margin-left:			5px;
	font-size:				9px;
	color:					#9B9B9B;
	text-decoration:		none;
}
.espacio{
	width:		10px;
	height:		10px;
	clear:		both;
}