@charset  "utf-8";
/* CSS Document */
/* rojo >>> color: #e23e35; */

body
{
	margin: 0;
	padding: 0;
	background: #f1f1f1;
	font-family: Geneva, Arial, Verdana, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
}

h3{
	font-size: 18px;
	font-weight: normal;
	color: #2d302d;
	text-transform: uppercase;
}


#cabecera {
	background-color: #2d302d;
	margin-bottom: 20px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-radius-bottomright: 6px;
}

#logo h1 {
	color: #afa77e;
	padding: 30px 0 0 75px;
	font-size: 36px;
	background: url(../images/can.gif) no-repeat 30px 24px;
}

#logo p {
	color: #afa77e;
	padding: 0 0 30px 75px;
	font-size: 12px;
	text-transform: uppercase;
}

#navega p {
	color: #afa77e;
	padding: 40px 30px 0 0;
	text-align: right;
	text-transform: lowercase;
}


#elemento-destacado {
	background-color: #afa77e;
	color: #2d302d;
	margin-bottom: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}

#banner {
	height: 138px;
}

#banner img {
	margin: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

#elemento {
	background-color: #2d302d;
	margin-bottom: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.titulo-destaca {
	color: #2d302d;
	margin: 20px 0 10px;
}
.titulo {
	color: #d4fe80;
	margin: 40px 0 10px;
}
.parrafo {
	margin: 0;
	color: #afa77e;
}

a:link, a:visited {
	text-decoration: none;
	color: #e7e69a;
}

a:hover, a:active {
	text-decoration: underline;
	color: #fffac1;
}

.parrafo a:link, .parrafo a:visited{
	text-decoration: none;
	padding: 1px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #5c574c;
	color: #e7e69a;
}

.parrafo a:hover, .parrafo a:active{
	text-decoration: none;
	padding: 1px 6px;
	color: #fffac1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border: 1px solid #afa77e;
}

.pic {
	background-color: #e23e35;
	padding: 0;
	margin: 10px;
	height: 240px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.news {
	padding: 0 10px 0 30px;
	margin: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.news p{
	padding: 0 0 30px 0;
}

.pic img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

#pie {
	background-color: #2d302d;
	color: #afa77e;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}

#pie1 p, #pie2 p {
	font-size: 10px;
	padding: 20px 20px 30px 20px;
}

.poptitular{
	 padding: 20px 30px 20px 30px;
	 background-color: #afa77e;
}

.poptexto{
	 padding: 20px 30px 20px 30px;
}

.poptexto p{
	 margin-bottom: 10px;
}
/* ocultar mail */
.poptexto span { display: none; }

