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

body {
	margin:0 0 10px 0;
	background-image: url('images/back_tile_blue.jpg');
	background-attachment: fixed;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-size:10px;*/
	text-align:justify;
}

img {
	border:none;
}
#wrapper {
	margin:0 auto 0 auto;
	width: 800px;
	height:auto;
	background-color:#E3E3E3;
}

#logo {
	height:90px;
	width:290px;
	background-color:#E3E3E3;
	padding-top:20px;
	padding-left:10px;
	float:left;
}

#menu {
	height:33px;
	width:auto;
	padding-top:77px;
	padding-right:8px;
	text-align:right;
	background-color:#E3E3E3;
}

#content {
	margin:0 auto 7px auto;
	width: 765px;
	background-color: white;
	padding: 10px;
	min-height:750px;
	height: auto;	
}

#footer{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#E3E3E3;
	padding-bottom:3px;
	padding-left:10px;
	clear:both;
}

#footer a {
	color:#666666;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#textoPrincipal {
	line-height:1.7;
	margin:20px auto 0 auto;
	width:755px;
	overflow:auto;
	font-size:12px;
}

#columnaIzq, #columnaDer, #columnaCentral {
	float:left;
	font-size:12px;
}

#columnaIzq { width:280px; }

#columnaDer { width:191px; text-align:right; }

#columnaCentral { width:270px; }

.tituloCiudad { 
	color: #0786C2; 
	font-size: 20px;
	font-weight: bold;
}

.telefonoCiudad {
	color: #F7931E;
	font-size: 20px;
	font-weight: bold;
}

.titulo {
	color: #0786C2;
	font-size: 14px;
	font-weight: bold;
}

ul#lista1 {
	list-style-image:url(images/img_check.jpg);
}

ul#lista2 {
	list-style-image:url(images/img_button.jpg);
}

ul#lista1, ul#lista2 {
	font-size:12px;
	line-height:1.7;
}

/* Inicia Clean Express, Servicios */

#textoPrincipalCE {
	line-height:1.7;
	padding-left:20px;
	margin-top:20px;
	width:500px;
	overflow:auto;
	font-size:14px;
}

#columndaDerCE {
	margin-top:20px;
	float:left;
	width:220px;
}
ul.lista3 {
	list-style-image:url(images/img_check.jpg);
}

/* Cotizacion */

#textoPrincipalCotizacion {
	line-height:1.7;
	margin:20px auto 0 auto;
	width:735px;
	overflow:auto;
	font-size:14px;
}

table#cotizacion {
	font-size:12px;
}

.titulo a {
	text-decoration:none;
	color:#0786C2;
}

.titulo a:hover {
	color:#003399;
}


