body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
body {
	background-color: #333;
}
#contenedor{
	margin: 0 auto;
	width: 800px;
	/*height:100%;*/
	text-align: center;
	overflow:auto;
	}
.modulo{
	width:210px;
	padding:10px;
	margin:10px;
	border-radius:10px;
	float:left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.75), inset -1px -1px 0 #444;
	-webkit-box-shadow: inset 1px 1px 2px #000, inset -1px -1px 0 #444;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.75), inset 0 -1px 0 rgba(255,255,255,0.15);
}
.primero{
	background-color: #f1f1f1;
	color: #666;
	height: 400px;
	cursor:pointer;
}
.primero h1{
	color:#666;
	font-size:1.2em;
	font-weight:100;
}
.primero a{
	color: #000;
}
.segundo{
	background-color: #252525;
	color:#666;
	height: 400px;
	cursor:pointer;
}
.segundo h1{
	font-size:1.2em;
	font-weight:100;
}
.segundo a{
	color: #FFF;
}
/* ---------- Estilos para optimizacion -------------- */
div#contenedor-2 {
	position: relative;
	width: 990px;
	margin: 1000px auto 25px;
}
div.columna-contenedor {
	float: left;
	width: 300px;
	height: 300px;
	margin-left: 15px;
}
.no-margin-left {
	margin-left: 0 !important;
}
div#contenedor-2 h1, div#contenedor-2 h2, div#contenedor-2 h3, div#contenedor-2 h4 {
	font-size: 1em;
	color: #AAA;
}
div#contenedor-2 p {
	font-size: .8em;
	color: #888;
}























