@charset "utf-8";
/* 
CSS para la version ipod 
*/

/*--------------------------------------------------------Cuerpo principal-----------------------------------------------------------*/
body {
	width:320px;
	margin:0;
	padding:0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #f3f2f5;
}
/*--------------------------------------------------------Encabezado-----------------------------------------------------------*/
div.blue {
	color:#f2f2f5;
	background: #003250;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003250', endColorstr='#031634'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#003250), to(#031634)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #003250, #031634); /* for firefox 3.6+ */
}
div#head {
	height:45px;
	line-height:45px;
	font-size:16px;
	padding: 1px 0px;
	text-align:center;
	position:relative;
}
div#head strong {
	color:#bbd2e0;
	font-weight:normal;
}
div#logo {
	position:absolute;
	top:10px;
	right:10px;
}
/*--------------------------------------------------------Cuerpo-----------------------------------------------------------*/
div#mensaje {
	color:#656565;
	background: #f7f9fb;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2dce2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2dce2)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #d2dce2); /* for firefox 3.6+ */
	font-size:14px;
}
a img {
	border: 0;
}
div#banner {
	box-shadow: 0px 4px 5px #888;
	-moz-box-shadow: 0px 4px 5px #888;
	-webkit-box-shadow: 0px 4px 5px #888;
}
div.contenedor {
	width:290px;
	margin:10px auto
}
div.contenedor strong {
	color:#003250;
}
div#footer {
	box-shadow: 0px -4px 5px #888;
	-moz-box-shadow: 0px -4px 5px #888;
	-webkit-box-shadow: 0px -4px 5px #888;
	padding-top: 7px;
}
div#footer a {
	text-decoration:none;
	color:#fff;
}
div#mail {
	padding: 5px 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
form input.text-input {
	text-align:center;
	font-size:12px;
	line-height:12px;
	width:220px;
}
form input {
	background: #f7f9fb;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2dce2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d2dce2)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #d2dce2); /* for firefox 3.6+ */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color:#031522;
	height:23px;
}
label#contacto_error {
	color:#F00;
	font-size:12px;
}
div#message {
	text-align: center;
	font-size: 10px;
	clear: both;
	padding-top: 0px;
	position:relative;
}
div#escribenos {
	margin: 10px 0px;
	float: left;
}
div#llamanos {
	margin: 10px 0px;
	float: right;
}
@charset "utf-8";
/* 
CSS para el inicio 
*/
div#grafica {
	width:241px;
	margin:10px auto;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
li {
	padding-left: 30px;
	margin-bottom: 10px;
	background: url(imagenes/mobilli.png) left top no-repeat;
}
div.boton {
	width:199px;
	margin:15px auto;
}

