﻿





















body
{
	background-repeat: repeat-x;
	
	font-size: 12px;
}


#TextoEfecto
{
	position: relative;
	padding: 10px;
	text-align: right;
	height: 20px;
}
#TextoEfecto p
{
	position: absolute;
	top: -5px;
	left: 100px;

	font-size: 16px;
	font-weight: bold;
	color: White;
}
.logo
{
	position: absolute;
	left: 30px;
	top: -2px;
	border: 2px solid #64d32d;
	box-shadow: 1px 1px 12px #333;
	-webkit-box-shadow: 1px 1px 12px #333;
	-moz-box-shadow: 1px 1px 12px #333;
	z-index: 1000;
	background-color: White;
}

.logo a:hover
{
	border: 0px;
	text-decoration: none;
}

.menu
{
	float: right;
	width: 800px;
	height: 30px;
	margin: 40px 15px 25px 15px;
	margin-bottom: 0px;
}

.menu a
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	line-height: 10px;
	font-weight: bold;
}

.menu a:hover
{
	background-color: #f37b09;
}

.cabeceras
{
	padding: 10px;
	background-color: #f37b09;
	display: block;
	box-shadow: 5px 5px 0 #333;
	-webkit-box-shadow: 5px 5px 0 #333;
	-moz-box-shadow: 5px 5px 0 #333;
	text-transform: uppercase;
	font-size: 14px;
	height: 1.5em;
	text-indent: 20px;
}

.rotador
{
	width: 960px;
	height: 322px;
	box-shadow: 1px 1px 12px #333;
	-webkit-box-shadow: 1px 1px 12px #333;
	-moz-box-shadow: 1px 1px 12px #333;
	margin: 0 auto 0 auto;
}

.separador
{
	display: block;
	clear: both;
}

.hazteDonante a
{
	position: absolute;
	right: -20px;
	top: 140px;
	z-index: 1000;
	margin: 20px;
	background-color: black;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: bold;
	text-indent: 20px;
	width: 250px;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
	color: #FFFFFF;
	text-decoration: none;
}

.hazteDonante a:hover
{
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	width: 270px;
}

.enlace_naranja
{
	color: #F37B09;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.enlace_naranja:hover
{
	color: #c39467;
}


.hazteSocio a
{
	position: absolute;
	right: -20px;
	top: 185px;
	z-index: 1000;
	margin: 20px;
	background-color: black;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: bold;
	text-indent: 20px;
	width: 250px;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
	color: #FFFFFF;
	text-decoration: none;
}


.hazteSocio a:hover
{
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	width: 270px;
}


.informate a
{
	position: absolute;
	right: -20px;
	top: 230px;
	z-index: 1000;
	margin: 20px;
	background-color: black;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: bold;
	text-indent: 20px;
	width: 250px;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
	color: #FFFFFF;
	text-decoration: none;
}


.informate a:hover
{
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	width: 270px;
}

/* index */

.cuadro_naranja
{
	position: absolute;
	width: 255px;
	background-color: #f37b09;
	top: -15px;
	left: 20px;
	padding: 10px;
	color: #fff;
	border: 1px #f37b09 solid;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	box-shadow: 1px 1px 12px #333;
	-webkit-box-shadow: 1px 1px 12px #333;
	-moz-box-shadow: 1px 1px 12px #333;
	font-weight: bold;
}


.cuadro_verde
{
	position: absolute;
	width: 255px;
	background-color: #147a34;
	top: -15px;
	left: 20px;
	padding: 5px;
	color: #fff;
	border: 1px #147a34 solid;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: 1px 1px 12px #333;
	-webkit-box-shadow: 1px 1px 12px #333;
	-moz-box-shadow: 1px 1px 12px #333;
}
.cuadro_gris
{
	position: absolute;
	width: 255px;
	background-color: #666;
	top: -15px;
	left: 20px;
	padding: 7px;
	color: #fff;
	border: 1px #666 solid;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: 1px 1px 12px #333;
	-webkit-box-shadow: 1px 1px 12px #333;
	-moz-box-shadow: 1px 1px 12px #333;
}

.fecha_noticia
{
	color: #f37b09;
}

.noticia
{
	padding: 10px;
	text-align: justify;
	font-size: 12px;
	border-bottom: 1px #ececec dashed;
	width: 100%;
}

.noticia a
{
	color: #333333;
	text-decoration: none;
	width: 95%;
}

.noticia a:hover
{
	color: #f37b09;
}

.enlace
{
	color: #333333;
	text-decoration: none;
}

.enlace:hover
{
	color: #f37b09;
}


.triangulo
{
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #ccc;
	border-bottom: 5px solid transparent;
	float: left;
}

.foto_encajada
{
	width: 230px;
	height: 171px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

.latizq_prod
{
	width: 80%;
}

.latder_prod
{
	background-color: #F4F4F4;
	width: 20%;
}

.TextoTitulo
{
	font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
	font-size: 18px;
	color: #f37b09;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2em;
}


.TextoEntradilla
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
}

.Texto
{
}

.bloque_interior
{
	width: 95%;
	padding: 10px;
	font-size: 12px;
}

.Bloque_Encuadrado
{
	width: 100%;
	border: 1px #bccbd3 solid;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.pagina_int
{
	width: 96%;
	margin: auto;
	border: 1px #bccbd3 solid;
	position: relative;
	padding: 40px 20px 20PX;
	font-size: 12px;
}

.imagen
{
	-webkit-border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
	box-shadow: 4px 4px 4px #999;
}
.verde
{
	margin: 10px;
	color: #00B73D;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #BCCBD3;
}

.MarcoRojo
{
	border: 2px solid red !important;
}
.colaboradores
{
	width: 146px;
	border: none;
}


.boton
{
	background: #222222;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.boton:hover
{
	background-color: #666666;
	color: #E9E9E9 !important;
}
