@charset "utf-8";
/* CSS Document */

* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: transparent;	
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}

p {
	margin: 0px;
	padding: 0px;
}

textarea {
    resize: none;
}

a {
	color: #666;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #000;
}

img {
	border: none;
}

/********** plantillas ************/
#contenedor {	
	width: 1000px;
	height: 1146px;
	padding: 0;
	margin: auto;
	background-color: #FFF;
}

#divTop {
	width: 1000px;
	background-color: transparent;
	height: 34px;
	margin-top: 30px;
	margin-bottom: 4px;
}

#divFecha {	
	width: 300px;
	font-size: 12px;
	color: #666;
	margin-left: 8px;
	margin-top: 10px;
}

#divRedesSociales {
	margin-right: 13px;
}

.facebook_top {
	margin-top: 10px;
}

.linkedin_top {
	margin-top: 12px;
	margin-left: 8px;
}

.blog_top {
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 8px;
}

#divHeader {
	height: 151px;
	background-color: transparent;
	background-image: url(../images/header/fdo_header.png);
	background-repeat: no-repeat;	
}

#divLogo {
}

#divBanner{
	margin-right: 24px;
	margin-top: 22px;
}

#divMenuTop {
	height: 68px;
	padding-top: 0px;
	background-color: transparent;
	background-image: url(../images/generales/botonera/fdo_botonera.png);
	background-repeat: no-repeat;
}

#divSlider {
	width: 974px;
	height: 450px;
	margin: 0;
	padding: 0;
	margin-left: 13px;
}

#divContenido {
	width: 974px;
	margin-top: 14px;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#divContenido1 {
	width: 380px;
}

#divTitulo {
}

#divDescripcion {
	margin-top: 2px;
	margin-right: 14px;
}

#divContenido2 {
	width: 580px;
}

#divContacto {
}

.contacto1 {
	margin-left: 38px;
}

.contacto2{
	margin-left: 4px;
	margin-top: 24px;
}

#divFooter {
	width: 974px;
	height: 88px;	
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(../images/generales/footer/fdo_footer_fajre.png);
	background-repeat: no-repeat;
	margin-left: 13px;
}

#divNav {
	padding: 0;
	margin: auto;
	padding-top: 20px;
	height: 28px;
	text-align: center;
	padding-left: 90px;
}

.itemNav{
	margin-left: 6px;
	margin-right: 6px;
}

.itemNav a, .itemNav a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

.itemNav a:hover {
	color: #666;
}

.itemNav a.actual{
	color: #900;
}

.itemNav a.actual:hover{
	color: #666;
}
	

#divDerechos{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
}

#divPie {
	margin-top: 15px;
}

#divBottom {
	width: 974px;
	height: 18px;	
	margin: 0;
	padding: 0;
	
}



/********** otros ************/

.clear {
	clear: both;
}

.izq {
	float: left;
}

.der {
	float: right;
}

.txt_negro {
	color: #000;
}

.imagen_con_over a img{
	opacity:1; 
	-webkit-filter:'alpha(opacity=100)'; 
	-ms-filter:'alpha(opacity=100)';
	-moz-filter:'alpha(opacity=100)';
	-o-filter:'alpha(opacity=100)';
	filter:alpha(opacity=100)
}

.imagen_con_over a img:hover{
	opacity:0.6; 
	-webkit-filter:'alpha(opacity=60)'; 
	-ms-filter:'alpha(opacity=60)';
	-moz-filter:'alpha(opacity=60)';
	-o-filter:'alpha(opacity=60)';
	filter:alpha(opacity=60)
}

.margen_izq {
	margin-left: 13px;
}
	
h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #09C;	
}
	
	
#element_to_pop_up { display:none; }

#my-button {
	background-color: transparent;
	border: none;
	color: #999;
}

#my-button:hover {
	color: #000;
	cursor: pointer;
}