@charset "utf-8";
/* CSS Document */
*{padding:0;
   margin:0;
   }


#wrapper {
	width: 100%;
}
#wrapper #header {
	height: 155px;
	width: 100%;
	position: fixed;
	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;
	height: 420px;
}
#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_footer {
	font-size: 13px;
	color: #666;
}


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



#wrapper #visual #columna1 {
	height: 220px;
	width: 250px;
	background: url(../imagenes/mark.png);
}
#wrapper #visual #columna2 {
	height: 220px;
	width: 730px;
	float: right;
}
.text_visual1 {
	font-size: 13px;
	color: #666;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}
.text_visual2 {
	font-size: 13px;
	color: #666;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}






#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;
}
