@charset "utf-8";
/* CSS Document */

	body {
	background: #fff;
	color: #666;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.2em;
	}
	
	h1 {
		font-size: 22px;
		color: #ec6509;
	}
	h2 {
		font-size: 18px;
		color: #2278d7;
	}
	h3 {
		font-size: 16px;
		color: #ec6509;
	}
	
	a {
	color: #003366;
	text-decoration: none;
	}
	a:hover {
		color: #005e8a;
		text-decoration: none;
	}
	
	/* Div's Layers */
	/*==============*/
	
	#main {
	margin: 0 auto;
	width: 914px;
	background-image: url(../../web/bg-page.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
	
	#header {
	background: url('../images/bg-header_2.jpg') center top no-repeat;
	height: 210px;
	}
	
	#date {
		font-size: 120%;
		font-weight: bold;
		color: #ec6509;
		text-align: right;
	}
	
	/* Container */
	/*===========*/
	
	#container {
	margin: 0;
	padding: 10px 40px;
	text-align: left;
	clear: both;
	}
	
	#cleft {
		width: 330px;
		float: left;
	}
	
	#cright {
		width: 330px;
		float: right;
	}
	
	/* Content */
	/*=========*/
	
	#content {
		margin: 0;
		padding: 0;
	}
	#content h1 {
		color: #63d60f;
	}
	#content h2 {
		color: #336600;
	}
	#content li {
		list-style: circle;
	}
	#content p {
		margin: 0;
		padding: 0;
	}
	
	/* Images */
	/*========*/
	
	.pics {
		margin: 0;
		padding: 5px;
	}
	.pics img {
		border: 0;
	}
	
	/* Varios */
	/*========*/
	
	.aright { text-align: right !important; }
	.acenter { text-align: center !important; }
	.aleft { text-align: left !important; }
	.fright { float: right; }
	.fleft { float: left; }
	.clear { clear: both; }
	.hidden { display: none; }
	.upper { text-transform: uppercase; }
	.ohp { width: 95%; }
	
	.author {
		text-align: right !important;
		font-weight: bold;
		font-size: 95%;
	}
	
	.req {
		font-weight: bold;
		color: #FF0000;
	}
	
	.divider {
		border-bottom: 1px dotted #b5ab9e;
		height: 1px;
		clear: both;
	}
	
	.text {
	color: #000000;
	font-weight: bold;
	}
	
	/* Tabla */
	/*=======*/
	
	#tabla table td {
		text-align: center;
		border-right: 1px dotted #bfbfbf;
	}
	
	/* Inforpress */
	/*============*/
	
	#inforpress {
		padding: 100px 0 0 10px;
	}
	
	/* Footer */
	/*========*/
	
	#footer {
		background: url('../images/bg-footer.jpg') center no-repeat;
		height: 15px;
		clear: both;
	}
