@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/* ****************************** GENERAL ****************************** */
body {
	margin:0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
	color:#2a2a29;
	overflow-x:hidden;
	}
.clear {
	clear:both;
	}
h1, h2 {
	margin:0;
	}
img {
	border:none;
	}
.cufon-loading { 
    visibility: hidden;
	}
.hover {
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	}
#main {
	width:100%;
	height:auto;
	}
.mod10 {
	width:92%;
	margin:4%;
	}
.mod15 {
	width:14.6666%;
	margin:1%;
	}
.mod20 {
	width:92%;
	margin:4%;
	}
.mod25 {
	width:92%;
	margin:4%;
	}
.mod30 {
	width:92%;
	margin:4%;
	}
.mod33 {
	width:31.3333%;
	margin:1%;
	}
.mod40 {
	width:92%;
	margin:4%;
	}
.mod50 {
	width:92%;
	margin:4%;
	}
.mod60 {
	width:92%;
	margin:4%;
	}
.mod70 {
	width:92%;
	margin:4%;
	}
.mod75 {
	width:92%;
	margin:4%;
	}
.mod80 {
	width:92%;
	margin:4%;
	}
.mod90 {
	width:92%;
	margin:4%;
	}
.mod100 {
	width:100%;
	}
.mod10, .mod15, .mod20, .mod25, .mod30, .mod33, .mod40, .mod50, .mod60, .mod70, .mod75, .mod80, .mod90, .mod100 {
	text-align:justify;
	}
.size40 {
	font-size:40px;
	}
.floatl {
	float:left;
	}
.floatr {
	float:right;
	}
.justil {
	text-align:left;
	}
.justir {
	text-align:right;
	}
.underline {
	padding:0 0 20px 0;
	border-bottom:#919191 solid 1px;
	}
.underdash {
	padding:0 0 20px 0;
	border-bottom:#919191 dashed 1px;
	}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/



/* -------------------------------------------------- DISEÑO MOVIL -------------------------------------------------- */


/* ******************** HEADER ******************** */
#header_box {
	position:relative;
	z-index:11;
	display:block;
	width:100%;
	height:160px;
	background:url(../images/fondo_header.jpg) repeat-x;
	box-shadow:0 0 25px 0 rgba(0,0,0,0.7);
	}

/* ---------- LOGO ---------- */
#logo {
	z-index:11;
	position:absolute;
	top:51px;
	left:30px;
	display:block;
	width:120px;
	height:120px;
	background:url(../images/logo.png) no-repeat;
	background-size:120px 120px;
	}

/* ---------- MENU ---------- */
#menu_movil {
	display:block;
	position:absolute;
	top:88px;
	right:10px;
	}
#menu_movil select {
	border:none;
	height:30px;
	font-family:'Open Sans Condensed', sans-serif;
	font-size:16px;
	background:#fff;
	}
#menu {
	display:none;
	}
#menu a {
	}

/* ---------- INFO ---------- */
#info {
	position: absolute;
	top:20px;
	right:20px;
	height:20px;
	color:#fff;
	font-size:12px;
	}
.btn_home {
	float:right;
	display:block;
	width:20px;
	height:20px;
	margin:0 0 0 20px;
	background:url(../images/ico_home.png) no-repeat;
	}
.btn_mail {
	float:right;
	display:block;
	width:20px;
	height:20px;
	margin:0 0 0 10px;
	background:url(../images/ico_mail.png) no-repeat;
	}

/* ---------- REDES ---------- */
#redes {
	z-index:11;
	position:absolute;
	top:165px;
	right:0;
	}
#redes a {
	display:block;
	background:#2a2a29;
	margin:0 0 5px 0;
	}
#redes a:hover {
	background:#0078b0;
	}




/* ******************** CONTENIDOS ******************** */
#content_box {
	position:relative;
	z-index:11;
	width:90%;
	max-width:1000px;
	margin:0 auto;	
	}

/* ---------- FORMULARIO HOME ---------- */
#form_home {
	background:#1f1d1a;
	color:#fff;
	margin:20px 0 40px 0;
	box-shadow:0 5px 25px -5px rgba(0,0,0,0.7);
	}
#form_home .itext {
	font-family:'Open Sans Condensed', sans-serif;
	font-size:13px;
	color:#292a2a;
	border:none;
	width:100%;
	height:25px;
	margin:0 0 5px 0;
	-webkit-appearance:none;  
    -webkit-border-radius:0px;
	}
#form_home .mod60 {
	font-size:13px;
	}
#form_home .form_com textarea {
	font-family:'Open Sans Condensed', sans-serif;
	font-size:13px;
	color:#292a2a;
	border:none;
	width:100%;
	height:85px;
	margin:0 0 5px 0;
	resize:none;
	-webkit-appearance:none;  
    -webkit-border-radius:0px;
	}
#form_home .form_com button {
	border:none;
	padding:5px 10px;
	color:#fff;
	background:#0078b0;
	cursor:pointer;
	}
#form_home .form_com button:hover {
	background:#00557c;
	}

/* ---------- ÚLTIMOS DESARROLLOS ---------- */
#ultimos_desarrollos {
	background:#2a2a29;
	}
.titular_azul {
	display:block;
	font-size:20px;
	color:#fff;
	background:#0078b0;
	padding:10px;
	}
#ultimos_desarrollos div {
	margin:10px auto 20px auto;
	padding:0 0 20px 0;
	background:url(../images/sep_desarrollos.png) center bottom no-repeat;
	}
#ultimos_desarrollos img {
	display:block;
	margin:0 auto;
	}
#ultimos_desarrollos strong {
	display:block;
	color:#fff;
	font-size:15px;
	margin:0 0 10px 0;
	}
#ultimos_desarrollos a img:hover {
	opacity:0.7;
	}
.btn_azul_ir_a {
	display:block;
	text-decoration:none;
	text-align:right;
	font-size:20px;
	color:#fff;
	background:#0078b0 url(../images/ver_mas.png) right no-repeat;
	padding:10px 60px 10px 0;
	}
.btn_azul_ir_a:hover {
	background:#00557c url(../images/ver_mas.png) right no-repeat;
	}

/* ---------- INFO RAIA ---------- */
.super_titular {
	display:block;
	font-size:30px;
	}
#info_home .btn_accordion {
	display:block;
	margin:15px 0;
	font-size:17px;
	cursor:pointer;
	}
#info_home .btn_accordion:hover {
	color:#0078b0;
	}
#info_home span {
	display:none;
	}

/* ---------- NOTICIAS ---------- */
.nota_destacada {
	position:relative;
	outline:#4d4d0a solid 1px;
	margin:0 0 10px 0;
	}
.nota_normal {
	position:relative;
	border-bottom:#919191 dashed 1px;
	margin:0 0 10px 0;
	}
.nota_normal strong, .nota_destacada strong {
	display:block;
	}
.nota_normal nota, .nota_destacada nota {
	display:block;
	}
.nota_normal a.liga_nota, .nota_destacada a.liga_nota {
	display:block;
	margin-top:10px;
	color:#2a2a29;
	font-size:13px;
	text-decoration:none;
	}
.nota_normal a:hover, .nota_destacada a:hover {
	color:#0078b0;
	}
.nota_normal compartir, .nota_destacada compartir {
	display:block;
	font-size:13px;
	position:absolute;
	right:10px;
	bottom:10px;
	}
.nota_normal compartir a, .nota_destacada compartir a {
	background:#2a2a29;
	width:20px;
	height:20px;
	margin:0 0 0 5px;
	}
.nota_normal compartir a:hover, .nota_destacada compartir a:hover {
	opacity:0.5;
	}
.nota_normal compartir a img, .nota_destacada compartir a img {
	width:20px;
	height:20px;
	}

/* ---------- BOTON SHARE ---------- */
#btn_share {
	display:block;
	width:305px;
	height:60px;
	background:url(../images/btn_compartir.png) left no-repeat;
	}
#btn_share span {
	float:right;
	background:#2a2a29;
	border-radius:0 20px 20px 0;
	margin:3px 0;
	padding:0 5px;
	}
#btn_share span a {
	float:left;
	height:54px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	}
#btn_share span a:hover {
	opacity:0.5;
	}





/* ******************** FOOTER ******************** */
#footer_box {
	min-height:220px;
	margin:100px 0 0 0;
	background:#2a2a29;
	box-shadow:0 -5px 25px -5px rgba(0,0,0,0.7);
	}
#footer_content {
	color:#fff;
	position:relative;
	width:90%;
	max-width:1000px;
	margin:0 auto;	
	}
#footer_content .mod20 {
	text-align:right;
	background:url(../images/sep_footer.png) right repeat-y;
	}
#footer_content .mod20 span {
	display:block;
	margin:0 30px 10px 0;
	font-size:15px;
	color:#fff;
	}
#footer_content .mod20 a {
	display:block;
	margin:0 30px 0 0;
	font-size:13px;
	text-decoration:none;
	color:#fff;
	}
#footer_content .mod20 a:hover {
	color:#0078b0;
	}




/* -------------------------------------------------- DISEÑO TABLET VER -------------------------------------------------- */

@media only screen and (min-width: 481px) {

.mod10 {
	width:8%;
	margin:1%;
	}
.mod15 {
	width:14.6666%;
	margin:1%;
	}
.mod20 {
	width:17%;
	margin:1.5%;
	}
.mod25 {
	width:22%;
	margin:1.5%;
	}
.mod30 {
	width:26%;
	margin:2%;
	}
.mod33 {
	width:31.3333%;
	margin:1%;
	}
.mod40 {
	width:36%;
	margin:2%;
	}
.mod50 {
	width:46%;
	margin:2%;
	}
.mod60 {
	width:56%;
	margin:2%;
	}
.mod70 {
	width:66%;
	margin:2%;
	}
.mod75 {
	width:71%;
	margin:2%;
	}
.mod80 {
	width:76%;
	margin:2%;
	}
.mod90 {
	width:86%;
	margin:2%;
	}

/* ******************** HEADER ******************** */
#header_box {
	}

/* ---------- LOGO ---------- */
#logo {
	}

/* ---------- MENU ---------- */
#menu {
	}
#menu a {
	}

/* ---------- INFO ---------- */
#info {
	}
.btn_home {
	}
.btn_mail {
	}





/* ******************** CONTENIDOS ******************** */
#content_box {
	}

/* ---------- FORMULARIO HOME ---------- */
#form_home {
	margin:-50px 0 70px 0;
	}
#form_home .itext {
	font-size:13px;
	}
#form_home .mod60 {
	font-size:13px;
	}
#form_home .form_com textarea {
	font-size:13px;
	}
#form_home .form_com button {
	}

/* ---------- ÚLTIMOS DESARROLLOS ---------- */




/* ******************** FOOTER ******************** */

/* ---------- MODULO ---------- */
}





/* -------------------------------------------------- DISEÑO TABLET HOR -------------------------------------------------- */

@media only screen and (min-width: 769px) {
/* ******************** HEADER ******************** */
#header_box {
	}

/* ---------- LOGO ---------- */
#logo {
	width:140px;
	height:140px;
	background-size:140px 140px;
	top:38px;
	}

/* ---------- MENU ---------- */
#menu {
	}
#menu a {
	}

/* ---------- INFO ---------- */
#info {
	font-size:16px;
	}
.btn_home {
	}
.btn_mail {
	}





/* ******************** CONTENIDOS ******************** */

/* ---------- ÚLTIMOS DESARROLLOS ---------- */



/* ******************** FOOTER ******************** */

/* ---------- MODULO ---------- */
}





/* -------------------------------------------------- DISEÑO ESCRITORIO -------------------------------------------------- */

@media only screen and (min-width: 1025px) {
/* ******************** HEADER ******************** */
#header_box {
	}

/* ---------- LOGO ---------- */
#logo {
	width:160px;
	height:160px;
	background-size:160px 160px;
	top:30px;
	}

/* ---------- MENU ---------- */
#menu_movil {
	display:none;
	}
#menu {
	display:block;
	position:absolute;
	top:100px;
	left:230px;
	}
#menu a {
	color:#fff;
	text-decoration:none;
	margin:0 15px;
	}
#menu a:hover {
	color:#0078b0;
	}

/* ---------- INFO ---------- */
#info {
	}
.btn_home {
	}
.btn_mail {
	}

.btn_home:hover {
	opacity:0.5;
	}
.btn_mail:hover {
	opacity:0.5;
	}



/* ******************** CONTENIDOS ******************** */

/* ---------- ÚLTIMOS DESARROLLOS ---------- */


/* ******************** FOOTER ******************** */

/* ---------- MODULO ---------- */
}