
#contenido #banner {
	background-color: #CCCCCC;
	width: 960px;
	height: 296px;
	position: relative;
}

#contenido #texto {
	width: 575px;
	padding: 50px 50px 50px 0px; 
	float: right;
}

#contenido #texto h1 {
	font-size: 24px;
	font-weight: normal;
	color: #bdbdbd;
}

#contenido #texto p {
	font-size: 12px;
	line-height: 1.5em;
}

#contenido #nota {
	width: 240px;
	padding: 50px 0px 50px 50px;
	float: left;
}
#contenido #nota h1 {
	font-size: 12px;
	font-weight: normal;
	color: #bdbdbd;
	margin: 0px;
}
#contenido #nota h2 {
	font-size: 12px;
	font-weight: bold;
	color: #7DC243;
}
#contenido #nota h2 a {
	font-size: 12px;
	font-weight: bold;
	color: #7DC243;
	text-decoration: none;
}
#contenido #nota h2 a:hover {
	text-decoration: underline;
}
#contenido #nota img {
	width: 230px;
	height: 125px;
	border: 5px solid #666;
	margin-bottom: 10px;
	display: block;
}
#contenido #nota p.copete {
	font-size: 11px;
	line-height: 1.5em;
	text-align: justify;
	color: #666;
	display: block;
}
#contenido #nota p.ver {
	font-size: 11px;
	line-height: 1.5em;
	text-align: right;
	color: #666;
}
#contenido #nota p.ver a {
	font-size: 12px;
	color: #7DC243;
	text-decoration: none;
}
#contenido #nota p.ver a:hover {
	text-decoration: underline;
}

