@charset "utf-8";
/* CSS Document */

*{padding:0;
   margin:0;
   }

#wrapper {
	width: 100%;
}
#wrapper #header {
	height: 155px;
	position: fixed;
	width: 100%;
	background: url(../imagenes/background/header_full.jpg);
}
.phone {
	font-size: 14px;
	color: #666;
	margin-top: -40px;
}
.text_time {
	color: #FFF;
	font-size: 12px;
}


#wrapper #slider {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: 440px;
}
#wrapper #visual {
	height: 230px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #sub_visual {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #marquee {
	height: 90px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #footer {
	height: 90px;
	width: 100%;
	background-image: url(../imagenes/background/footer.jpg);
	margin-bottom: -10px;
}
.text_contenido {
	color: #666;
	font-size: 13px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}
.text_submenu {
	color: #666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.text_submenu_sky {
	color: #017EC1;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}


.text_titulo {
	color: #017EC1;
	font-weight: bold;
}


.text_footer {
	font-size: 13px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}


.text_subvisual {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}



#wrapper #visual #columna1 {
	height: 220px;
	width: 250px;
}
#wrapper #visual #columna2 {
	height: 220px;
	width: 700px;
	float: right;
}
.text_visual1 {
	font-size: 14px;
	color: #666;
	margin-left: 30px;
}
.text_visual2 {
	color: #666;
	font-size: 14px;
}



#wrapper #header #menu #center {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
}

#wrapper #header #menu {
	height: 36px;
	background: no-repeat center;
	margin-top: -18px;
}

#wrapper #header #time {
	background-color: #017EC1;
}

::-webkit-scrollbar {
background:#fff;
width:9px;
}
