@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
#contenedor {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/movil/fondo_ico_cotton.png);
	background-repeat: no-repeat;
	background-position: center;
}
#contenedor #cabezote {
	height: 70px;
	width: 100%;
	background-image: url(../img/movil/fondo_cabezote.png);
	text-align: center;
}
#contenedor #cabezote #logo {
	height: 70px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contenedor #cabezote #menu {
	height: 50px;
	width: 100%;
	padding-left: 300px;
	background-image: url(../img/movil/fondo_menu.png);
}
#contenedor #cabezote #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#contenedor #cabezote #menu ul li {
	float: left;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #contenedor_interno {
	height: 100%;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contenedor #cabezote #menu_ {
	height: 45px;
	width: 800px;
	background-image: url(../img/movil/fondo_menu.png);
	padding-top: 5px;
}
#contenedor #cabezote #cont_menu_ {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#contenedor #cabezote #menu_ ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contenedor #cabezote #menu_ ul li {
	float: left;
}
#contenedor #cabezote #menu_ ul li a {
	height: 25px;
	width: 400px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: rgba(223,28,119,1);
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 5px;
}
#contenedor #tepon_menu {
	background-color: rgba(214,214,214,1);
	height: 30px;
	width: 800px;
}





#contenedor #espacio_arriba {
	height: 150px;
	width: 800px;
}
#contenedor #contenido {
	background-color: rgba(214,214,214,1);
	height: 1500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#contenedor #pata {
	height: 50px;
	width: 100%;
	bottom: 0px;
	background-color: rgba(255,255,255,0.2);
	margin-right: auto;
	margin-left: auto;
}
#contenedor #pata #con_bnt_pata {
	height: 0100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#contenedor #pata #btn_pata {
	float: left;
	height: 50px;
	width: 400px;
}
#contenedor #pata #bnt_u_regresar {
	height: 50px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}









.titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: rgba(102,102,102,1);
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.texto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: rgba(153,153,153,1);
	text-decoration: none;
	text-align: center;
}

.seleccion_hm {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
}

.normal_hm {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999;
	text-decoration: none;
	text-align: center;
}
.texto_moda {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: rgba(223,28,119,1);
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../img/fondo_cabezote.jpg);
}
