/* CSS PARA MOVIL FUNDO SAN BONIFACIO */
/* DESARRROLLADO POR CAROLINA CALDERON OCTUBRE 2012 PARA DATA LOGICA */
@charset "UTF-8";
/* RESET */
* {
	margin:0;
	padding:0;
}
ul, li, dd dt {
	margin:0;
	padding:0;
}
a:link, a:visited, a:hover {
	text-decoration:none;
	outline:none;
}
img {
	border:none;
}
/* TAGS */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color: #FFF;
}
a {
	color:#F60;
}
a:hover {
	color:#000;
}
p {
	color:#333;
	line-height: 20px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #666;
}
h2 {
	color: #666;
	font-weight: normal;
	font-size: 17px;
}
h3 {
	color: #F60;
	font-weight: normal;
	font-size: 14px;
}
label {
	display: block;
}
ul {
	list-style-position: inside;
}
.noStyle {
	list-style-type: none;
	list-style-position: inside;
}
/* LAYOUT */
.contenedor {
	width:100%;
}
.both {
	clear: both;
}
.top {
	background-image: url(../images/top-background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

a.linklogo {
	display: block;
	height: 70px;
	width: 100%;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cuerpo {
	background-color: #FFF;
}
.listado {
	list-style-type: disc;
	padding-bottom: 8px;
	line-height: 18px;
	color: #333;
}
.listadoTarifas {
	list-style-type: disc;
	padding-bottom: 8px;
	line-height: 18px;
	color: #333;
}
.fondoBoton {
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #70888C;
	background-image: url(../images/back-boton.jpg);
	background-repeat: repeat;
}
.fondoBoton .menu h1 {
	font-size: 16px;
	color: #FFF;
}
a.menu {
	width: 100%;
	display: block;
	height: 33px;
	text-align: center;
	padding-top: 14px;
}
.fondoBotonGaleria {
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-repeat: repeat;
	background-image: url(../images/back-boton.jpg);
}
.fondoBotonGaleria .menu h1 {
	font-size: 16px;
	color: #FFF;
}
.imagen {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4e5d60;
	border-bottom-color: #4e5d60;
}
.contenido {
	padding-top:8px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
	clear: both;
	text-align: center;
}
.contActividad {
	padding-top:12px;
	padding-bottom: 12px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F60;
}
.contActividad p img {
	float: left;
	padding: 5px;
	border: 1px solid #CCC;
	margin-right: 15px;
}

.contNavegacion {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
a.volver {
	display: block;
	float: left;
	height: 27px;
	width: 50px;
	padding-top: 3px;
	text-align: center;
}
a.home {
	display: block;
	float: right;
	height: 27px;
	width: 50px;
	padding-top: 3px;
	text-align: center;
}
a.go {
	display: block;
	float: right;
	height: 27px;
	width: 50px;
	padding-top: 3px;
	text-align: center;
}
.listado {
	list-style-position: inside;
	list-style-type: disc;
}
.listadoTarifas {
	list-style-position: inside;
	list-style-type: disc;
}
#form1 label {
	display: block;
	padding-top: 7px;
	padding-bottom: 4px;
}
.textfield {
	width: 90%;
	font-size: 16px;
	margin-bottom: 2px;
}
/* RSS */
.contRSS {
	width: 95px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	clear: both;
	padding-top: 12px;
}
.contFacebook {
	height: 17px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../icons/facebook-2.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
	padding-top: 3px;
	margin-right: auto;
	margin-left: auto;
	width: 70px;
}

a.textoRSS {
	color: #666;
}

/* PIE */
.pie {
	padding-top: 16px;
	padding-right: 2px;
	padding-bottom: 25px;
	padding-left: 2px;
	text-align: center;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.credito {
	color:#666;
	font-size:9px;
}
a.credito {
	color:#888;
	text-decoration:none;
}
.botonEnviar {
	display: block;
	height: 40px;
	background-image: url(../images/boton.gif);
	margin-top: 10px;
	background-repeat: repeat-x;
	width: 100%;
}
.hr {
	clear: both;
	height: 5px;
	width: 100%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
