#front, body {
	background-color: #5b5b5b;
	margin: 0px;
	padding: 0px;
	border-style: none;
	color: white;
	font: 0.8em Helvetica, Arial, Geneva, sans-serif;
	border-width: 0;
}

#conte{
	overflow: hidden;
	height:  182px;
}
#logo {
	background-color: rgba(255,254,254,0.1);
	width: 310px;
	text-align: center;
	height: 132px;
	float: none;
	position: relative;
	top: 30px;
	padding: 10px;
	left: 100px;
	z-index: 1;
	display: inline-block;
}

#patros {
	background-color: rgba(255,254,254,0.3);
	width: auto;
	height: 132px;
	float: right;
	position: relative;
	top: 30px;
	padding: 10px;
	z-index: 1;
	display: inline-block;
}


#columnas {
	width: 900px; 
	height: 600px;
	margin:0px auto;
	text-align:left;
	position: relative;
	top: 50px;
	z-index: 1;
}

#col1 {
	background-color: rgba(255,254,254,0.1);
	width: 250px;
	height: 600px;
	margin-right: 10px;
	z-index: 1;
	float: left;
	overflow: hidden;
}

#col2 {
	background-color: rgba(255,254,254,0.1);
	width: 250px;
	height: 600px;
	margin-right: 10px;
	z-index: 1;
	float: left;
	overflow: hidden;
}

#col3 {
	background-color: rgba(255,254,254,0.1);
	width: 250px;
	height: 600px;
	z-index: 1;
	float: left;
	overflow: hidden;
}

#columnon {
	background-color: rgba(255,254,254,0.1);
	margin-right: 10px;
	min-height: 350px;
	z-index: 1;
	float: left;
}

/* @group estilos p */

p.titulo {
	background-color: #9e9e9e;
	text-align: left;
	text-shadow: #515151 0 1px 1px;
	line-height: 1.5em;
	font-size: 1.5em;
	color: #ffffff;
	margin-top: 2px;
	margin-bottom: 2px;
}

p.titulo:hover {
	background-color: #9e9e9e;
	text-align: left;
	text-shadow: #515151 0 1px 1px;
	line-height: 1.5em;
	font-size: 1.5em;
	color: #cbe1ff;
}


p.fecha {
	font-size: 0.8em;
}



/* @end */

:link img, :visited img { border: 0; } 
a:link, a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #fffffe;
}
a:hover{ color: #cbe1ff;	}
strong{
	background-color: #9e9e9e;
	text-align: left;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
}

