﻿

/*Articulo o Informacion*/
#page-content{
	width: 630px;
	height: auto;
	margin: 0 0;
	background: #EEE none no-repeat scroll left top;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
	
	float:left;
}

#article-banner-top{
	width:auto;
	height:200px;
	background:#039;
}

article #article-information{
	width:auto;
	height:200px;
	margin:0px;
}

/* ---------- Bloques ---------- */
#bloks{
	width:auto;
	height: 400px;
	clear:both;
}

.cuadros{
	float: left;
	width: auto;
	border: #CCC thin solid;
	margin: 10px;
	padding: 15px;
}


.cuadros .cuadros-info{
	width: auto;
	height: 200px;
	float: left;
	padding: 0px 15px;
}
