/* CSS Document */

/* ****************************** GENERAL ****************************** */
body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666;
	background:url(../images/fondo.jpg)0px 210px repeat-x;
	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;
	-ms-transition: all 0.2s;
	}
#main {
	width:100%;
	background:url(../images/fondo_img.png) bottom right no-repeat;
	}





/* ****************************** HEADER ****************************** */
#header_box {
	width:100%;
	height:205px;
	display:block;
	}
#header_limits {
	position:relative;
	width:900px;
	height:205px;
	margin:0 auto;
	}
.blue_div {
	display:block;
	width:100%;
	height:5px;
	background:#80232D;
	}


/* ---------- LOGO ---------- */
#logo a {
	position:absolute;
	top:20px;
	display:block;
	width:370px;
	height:130px;
	background:url(../images/logo.png) no-repeat;
	}
#logo a:hover {
	opacity:0.5;
	top:15px;
	}


/* ---------- TELS ---------- */
#tels {
	position:absolute;
	top:100px;
	right:0;
	}
#tels h1 {
	font-size:25px;
	display:inline-block;
	}
#tels h2 {
	font-size:30px;
	display:inline-block;
	color:#80232D;
	}


/* ---------- REDES ---------- */
#redes {
	position:absolute;
	top:165px;
	left:0;
	}
#redes a {
	display:inline-block;
	width:40px;
	height:35px;
	margin-top:5px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	}
#redes a:hover {
	height:30px;
	margin-top:10px;
	box-shadow:#eee 0px -5px 5px;
	}
#redes .home {
	background:#80232D url(../images/ico_home.png) no-repeat;
	}


/* ---------- MENÚ ---------- */
#menu {
	z-index:101;
	position:absolute;
	bottom:-20px;
	right:0;
	border-radius:20px;
	box-shadow:rgba(0,0,0,.25) 0px 8px 15px;
	}
#menu h1 {
	font-size:25px;
	color:#fff;
	}
#menu img {
	float:left;
	}
#menu a {
	display:block;
	float:left;
	height:45px;
	padding:25px 20px 0 20px;
	background:url(../images/menu_degradado.jpg) repeat-x;
	}
#menu a:hover {
	background:url(../images/menu_degradado.jpg) 0px -90px repeat-x;
	}
.menu_ini {
	border-bottom-left-radius:20px;
	border-top-left-radius:20px;
	}
.menu_fin {
	border-bottom-right-radius:20px;
	border-top-right-radius:20px;
	}





/* ****************************** CONTENIDO ****************************** */
#content_box {
	width:900px;
	min-height:400px;
	margin:0 auto 50px auto;
	}

#content_box strong:first-child {
	display:block;
	font-size:20px;
	color:#333;
	}





/* ****************************** FOOTER ****************************** */
#footer_box {
	width:100%;
	height:150px;
	display:block;
	}
#footer_limits {
	position:relative;
	width:900px;
	height:150px;
	margin:0 auto;
	}


/* ---------- LOGO ---------- */
#footer_logo {
	position:absolute;
	top:20px;
	display:block;
	width:150px;
	height:50px;
	background:url(../images/footer_logo.png) no-repeat;
	}


/* ---------- LEGAL ---------- */
#legal {
	position:absolute;
	top:85px;
	font-size:10px;
	}
#legal strong {
	font-size:11px;
	}


/* ---------- MATRIZ ---------- */
#matriz {
	position:absolute;
	right:0;
	top:50px;
	text-align:right;
	font-size:11px;
	}