/* CSS3 */
/* Developed by: MrCh0n <mrchon@gmail.com> */  
/* fecha de creacion: 11/02/2013 */  
/* fecha de modificacion: 11/02/2013 */
/*@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,300,200,100,600,700,800,900);*/
/*@import url(http://fonts.googleapis.com/css?family=Euphoria+Script);*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);

html , body {
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	font-size: 16px;
	color:#000; 
 }

A,A:link,A:visited,A:active{
	line-height: normal;
	text-decoration: none;
	color:#fff;
}
A:hover{
	line-height: normal;
	text-decoration: underline;
	cursor:pointer;
	color:#fff;
}

#main{
	border: 0px solid #000;
	padding-top:0;
	position:relative;
	margin:auto;
}

/* =================================================================== 
 * para centrar objetos de todos los lados
 * ===================================================================*/
.centerbox{

	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;


	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;


	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;


	display:box;
	box-pack:center;
	box-align:center;

}



