@charset "utf-8";

*{
margin:0;
padding:0;
}
html , body{
	background-color: #FFF;
}
img{
	max-width:100%;
	max-height: auto;
}
#main{
	/*border:thin solid #096;*/
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin: auto;
	width: auto;
	height: 70px;
	position: relative;
	background-image: url(../imagenes/fondo-header.jpg);
	background-repeat: repeat-x;
	display: none;
}
.rmm {
	float:right;/*IMPORTANTE, SINO NO BAJA LA SOLAPA CUANDO ESTA PARA CELULRES*/
	margin-top:10px;
}
#cont-botones {
	height: auto;
	background-color: #000;
}
#cont-botones {
	height: 35px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}
#2slider {
	display: block;
}
#1slider {
	display: none;
}

#logo{
	display:none;
	position: absolute;
	left: 6%;
	top: 8px;
}
#foto320{
	display:block;
	padding-bottom:15px;
	float: left;
}
#telefonos {
	display:none;
	font-family: 'Roboto', sans-serif;
	font-size: 1.8em;
	color: #FFF;
	text-align: right;
	line-height: 31px;
	font-weight: normal;
	right: 6%;
	/*	text-shadow: #000 1px 1px 2px;
*/	position: absolute;
	top: 25px;
	text-decoration: none;
}
#telefonos a {
	text-decoration: none;
}
#telefonos a:link {
	text-decoration: none;
	color: #FFF;
}


#direccion {
	display:none;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: right;
	line-height: 23px;
	font-weight: normal;
	right: 6%;
	/*	text-shadow: #000 1px 1px 2px;
*/	position: absolute;
	top: 95px;
}
.clear{
	clear:both;
}
#contenedor{
	float: left;
	height:auto;
	width: 100%;
}
#main #contenedor p{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #333;
	line-height: 28px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
}
#banner img{
	border-radius:10px;/*CSS*/
	-moz-border-radius:10px;/*prefix moz*/
	-webkit-border-radius:10px;/*prefix safari*/
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.8em;
	color: #900;
	padding-bottom: 10px;
	padding-top: 15px;
	text-align: center;
	text-shadow:#fff 1px 1px 2px;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	padding-top: 10px;
	margin-bottom: 5px;
	color: #006;
	text-align:center;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #009;
	line-height: 28px;
	text-shadow:#999 2px 2px 4px;
	text-align: center;
}
.opacity7 {
	opacity:0.4;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titulo_1 {
	font-size: 24px;
	text-decoration: underline;
	line-height: 27px;
	color: #FFF;
	font-weight: bold;
}
.titulo_2 {
	font-size: 14px;
	text-decoration: underline;
	line-height: 27px;
	color: #FF0;
}
.titulo_3 {
	font-size: 20px;
	color: #FF0;
}
#menu1{
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
#menu2{
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
#main .contenedor-secciones {
	width: 100%;
	float: left;
}
.secciones{
	float:left;
	width:40%;
	height:auto;
	margin-right:15px;
	margin-left:15px;
	margin-top:0px;
	margin-bottom:15px;
}
.secciones img {
	border: 5px solid #CCC;
	width:100%;
	text-align:center;
	display:block;
	margin:auto;
	border-radius:10px;/*CSS*/
	-moz-border-radius:10px;/*prefix moz*/
	-webkit-border-radius:10px;/*prefix safari*/
	text-shadow:#000 1px 1px 4px;
}
.secciones p{
	color: #CCC;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 12px;
	text-align:center;
	line-height: normal;
	padding-right: 5px;
	padding-left: 5px;
}
.secciones h2 {
	text-align: center;
}
#franja1 {
	background-color: #CCC;
	height: auto;
	margin-bottom: 30px;
	padding-top: 25px;
	padding-right: 10%;
	padding-bottom: 26px;
	padding-left: 10%;
	float: left;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
footer  {
	height: auto;
	text-align: center;
	width: 100%;
	float: left;
	background-color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #FFF;
	padding-top: 20px;
	line-height: 38px;
	text-shadow:#000 2px 2px 2px;
	padding-bottom: 20px;
	font-weight: 200;
}
footer a:link {
	color: #FFF;
	text-decoration: none;
}
footer a:visited {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
footer a:active {
	text-decoration: none;
}
footer img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
footer a img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
strong {
	font-weight: normal;
}
fieldset{
	width:100%;
	margin:0 auto;
	border:none;
}
.formulario{
	font-family: 'Roboto Condensed', sans-serif;
	width:280px;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	line-height: 30px;
	color: #03C;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#anti{
display:none;
}
.borde-rojo {
	border: 3px solid #F00;
}
.letrachica {
	font-size: 12px;
	color: #F00;
}
.letra42 {
	font-size: 34px;
}
.negrita {
	font-weight: bold;
}
.negrita1 {
	font-weight: bold;
	color: #009;
}

.negrita2 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	color: #930;
	font-size: 14px;
}








/*//////////////////////   CELULARES  /////////////////////////////////// */

	/*480px*/
@media only screen and (min-width:29em){
/*#main{
	width:30em;
}
*/
#header {
	display:block;
	height: 179px;
}
#logo{
	display:block;
}
#telefonos {
	display:block;
}
#direccion{
	display:block;	
}
.rmm {
	float:none;
	margin-top:0px;
}
#facebook {
	position: absolute;
	top: 55px;
	left: 150px;
}
.letra42 {
	font-size: 25px;
}
#main #contenedor p{
	font-size: 17px;
}
h1 {
	font-size: 1.9em;
}
h3 {
	font-size: 22px;
	line-height: 30px;
}
#main .contenedor-secciones {
	padding-right: 6%;
	padding-left: 6%;
	width: 88%;
}
.secciones{
	float:left;
	width:40%;
	height:auto;
	margin-left:6%;
	margin-right:0%;
}

.formulario{
	margin-left:90px;
}

}
	
	
/***********710px******************************************/
	@media only screen and (min-width:44em){
#main{
	width:100%;
}
#facebook {
	position: absolute;
	top: 55px;
	left: 140px;
}
#main #foto320 img{
	display:none;	
}
#main #contenedor p{
	padding-right: 6%;
	padding-left: 6%;
}
h1 {
	font-size: 2.5em;
}
.rmm {
	margin-top:0px;
}
.secciones{
	float:left;
	width:22%;
	height:auto;
	margin-left:15px;
	margin-right:0px;
}
.formulario{
margin-left:180px;
}

}


	
/*********************1000px*******************************/
@media only screen and (min-width:62em){
#main{
	width:58.75em;
}
#logo{
	left: 13%;
}
#telefonos {
	right: 13%;
}
#2slider {
	display: none;
}

#direccion {
	right: 13%;
}
#facebook {
	position: absolute;
	top: 135px;
	left: 280px;
}
.letra42 {
	font-size: 34px;
}
#foto320 img{
	display:none;	
}
h1 {
	font-size: 2.8em;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 1.7em;
}
h3 {
	font-size: 29px;
	line-height: 34px;
}
#menu1{
	width:60%;
	margin:0 auto;
}
#menu2{
	float:right;
	width:45%;
}
.seccion {
	float: left;
	height: auto;
	width: 100%;
}
.secciones{
	float:left;
	width:23%;
	height:auto;
	margin-left:15px;
	margin-right:0px;
}
.secciones img {
	width:95%;
	text-align:center;
	display:block;
	margin:auto;
	box-shadow:#000 3px 3px 10px;
}
#main section #contenedor .secciones h4 {
	font-size: 1.6em;
}
#main section #contenedor .secciones p{
	font-size: 18px;
}
#main section #contenedor .lineapuntos {
	height: 20px;
	background-image: url(../imagenes/puntitos.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 8px;
	margin-left:auto;
	margin-right:auto;
}
.formulario{
	width:350px;
	margin-left: 310px;
}
#main section #contenedor #menu1 img {
	width:50%;
}
#main section #contenedor #menu2 img {
	width:50%;
}
}
