/*
 *ROM-PacMe CSS: estilos (main css)
 *(c) 2015 Rafael PacMe <rafy.pachecomendez@gmail.com>
 */

* {
	padding:0;
	margin:0;
	box-sizing: border-box !important;
}

body {
	font-family:'Product Sans', Ubuntu, sans-serif !important;
	background: url(), #eeeeee !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.texto {
	color: #000;
	position: relative;
	padding: 50px 0;
	text-align: center;
	font-weight: 400;
    z-index: auto;
}
.box, .texto h2, .texto p {
	background: url() #424242;
	display: inline-block;
	padding: 20px;
	box-shadow: 0px 1px 2px 0px #757575;
}
.texto h2 {
	padding: 20px;
	font-size: 40px;
	letter-spacing: 2.5px;
	font-weight: normal;
}
.texto p {
	font-size: 20px;
	letter-spacing: 2.5px;
}
.texto2 {

	color: #fff;
	position: relative;
	padding: 50px 0;
	text-align: center;
	font-weight: 400;
}
.texto2 h2, .texto2 p {
	background: rgba(225,225,225,.0);
	display: inline-block;
	padding: 20px;
}
.texto2 h2 {
	padding: 20px;
	font-size: 40px;
	letter-spacing: 2.5px;
	font-weight: normal;
}
.texto2 p {
	font-size: 20px;
	letter-spacing: 2.5px;
}
.principal {
	position: relative;
	color: #000;
	border-radius: 5px;
}

.principal.contenedor {
    width:90%;
	max-width:1000%;
	margin:auto;
}

.principal article {
	border-radius: 5px;
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}
.principal article p {
	margin-bottom: 20px;
	line-height: 24px;
	font-family: helvetica, arial, sans-serif;
}
.principal article .fecha {
	color:#939393;
}
.principal article .creador {
	color:#939393;
}
footer {
	width: 100%;
	text-decoration: none;
	list-style: none;
	display: block;
	text-align: center;
}
span {
	color: #fff;
}
.centrador {
	text-align: center;
}
.xd {
    text-align: right;
}