/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#494949;
	margin-top: 0px;                 /* Saca margenes de la pagina        */
	margin-right: 0px;
	margin-left: 0px;
	background-color: #f5f5f5;
	text-rendering: optimizelegibility;
}
#contenedor {
	width: 100%;
	min-width:290px;    
	max-width:1000px;    
	height: 100%;
	margin: 0px auto;    /* auto centra en pantalla */
	overflow: hidden;
}

#logoymenu {
	width: 100%;
	height: 100%;
	margin-top:0px;
}

#logoci {			/* El logo */
	float:left;
	width: 35%;
	min-width:120px;
	max-width:200px;
	height: auto;
	margin-left: 12px;
	margin-top: 5px;
	z-index: 2;	
	position: relative;
}
#logoci img {		/* El logo */
	width: 80%;
	height: auto;
	content:url(../images/logoop2.png);
}


#lymder {
	float: right;
	width: 325px;
	height: 65px;
	margin-top: 55px;
}

#btmenu {
	background-image: url(imagen/btmenu.png);
	margin-top:4px;
	width: 50px;
	height: 38px;
	display: block;
	background-repeat: no-repeat;
	float: right;
}



.abajo {
	width: 100%;
	min-width:290px;    
	max-width:1000px;    
	height: 100%;
	overflow: hidden;
	border-top: 1px solid #D9DADB;
}
#abajo1 {
	width: 100%;
	min-width:290px;    
	max-width:1000px;    
	height: 100%;
	overflow: hidden;
	border-top: 1px solid #D9DADB;
}
#info{
	margin-top: 40px;
	text-align: justify;
	color: #9C9E9F;
}
#pie{
	border-top: 1px solid #D9DADB;
	margin-top: 33px;
	padding-top: 5px;
	text-align: center;
	color:#333;
}


/* ---------------------------------------------------------------------- */
/* Escritorio ----------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

#principal {
	width:100%;
	height:100%;
}
#copres {
	position:absolute;
	margin: 8px 0 0 12px;
	padding: 0 0 0 0;
	width:96%;
	max-width:1000px;    
	height:auto;
	overflow: hidden;
}

#cizq {
	float: left;
	width: 45%;
	height:auto;
	padding: 0px 40px 0px 0px;
	box-sizing:border-box;	
}
#cizq ul {
	margin-top: 15px;
	margin-left: 30px;
	padding:0px;
}
#cizq li {
	margin-left: 0px;
	margin-bottom:15px;
	list-style-image: url(images/tildev.png); 
}
#marcopres {
	width: 95%;
	min-width:275px;    
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #97DDE9; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	/*  box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset; */ 
}
.azulcito  { color:#0693B5; }


/* margin o padding: superior derecho inferior izquierdo*/
#cder {
	float: left;
	width: 48%;
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	background-color: white;
	/*  box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset; */ 
}


/* ---------------------------------------------------------------------- */
/* fin escritorio                                                                                  */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* input --------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* margin o padding: superior derecho inferior izquierdo                */
/* ---------------------------------------------------------------------- */
input {
	line-height:20px;
	font-size: 14px;
	color:#323232;
	background-color:#fbfbfb;
	border:none;
	outline: none;
}
.resaltobox {
	border-color: #67ABE2;
	box-shadow: 0 0 10px #67ABE2;
}
.filadesc {
	float:left;
	width: 125px;
	height:35px;
	line-height:43px; /* acomoda lo de adentro */
	padding:0px 0px 0px 8px;
}
.filainput {
	float:left;
	height: 45px;
	width: auto;
}
.bordeinput330 {
	width:330px;
	height:35px;
	line-height:40px; /* acomoda lo de adentro */
	color:#8b7777; /* color del texto de la etiqueta */
	background-color:#fbfbfb;
	border: 1px solid #cccccc;
}
.bordeinput330 input{
	margin: 0 0 0 8px;
}

/* ---------------------------------------------------------------------- */
/* iconos face mese wasap y telefono ------------------------------- */
/* ---------------------------------------------------------------------- */
.vericono {
	float:left;
	margin: 12px 0px 0px 0px;
	width: 48px;
	height: 38px;
	background-repeat: no-repeat;
	background-position:center;
	display:block;
}
#telef {
	float:left;
	width:150px;
	height:auto;
	margin: 14px 0 0 0;
	padding:20px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
}
#messe {
	background-image:url(../images/imese.png);
}
#face {
	background-image:url(../images/iface.png);
} 
#wasap {
	background-image:url(../images/iwasa.png);
}
a:link {
	color: #4E831F;
	text-decoration:none;
}
a:visited {
	color: #4E831F;
	text-decoration:none;
}
a:hover {
	color: #FF6600;
	text-decoration:none;
}
a:active {
	color: #4E831F;
	text-decoration:none;
}



/* ---------------------------------------------------------------------- */
/* Filas  el borde es de 35 por eso al ser la fila de 38 los separa 3px   */
.filauto {
	height: auto;
	width: auto;
}
.fila2 {
	height: 2px;
	width: auto;
}
.fila5 {
	height: 5px;
	width: auto;
}
.fila10 {
	height: 10px;
	width: auto;
}
.fila28 {
	height: 28px;
	width: auto;
}
.fila34 {
	height: 34px;
	width: auto;
}
.fila45 {
	height: 45px;
	width: auto;
}
/* -- Contiene el div contenedor ----- */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.filaraya {
	height: 10px;
	width: 100%;
	border-top:1px solid #cccccc;
}
.filaraya10 {
	height: 10px;
/* 	background-image: url(../image/filaraya.gif);   */
	background-repeat: repeat-x;
	background-position: center;
}


/* ---------------------------------------------------------------------- */
/* Columnas */
.colauto {
	float: left;
	width: auto;
	height:auto;
}
.col40 {
	float: left;
	width: 40px;
	height:25px;
}
.col100 {
	float: left;
	width: 100px;
	height:25px;
}


/* ---------------------------------------------------------------------- */
/* Botones  ------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
.boton1 {
	margin-top:5px;
	background-image: url(images/botonf.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 35px;
	display: block;/* esto hace que se vea toda la imagen */
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}
form a:link {
	text-decoration: none;
	color: #FFFFFF;
}
form a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
form a:active {
	text-decoration: none;
	color: #FFFFFF;
}
form a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* ---------------------------------------------------------------------- */
/* Generales ------------------------------------------------------------ */
/* ---------------------------------------------------------------------- */

.georgia18 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.georgia24 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.georgia28 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}
.georgia32 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
}
.georgia36 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
.times30 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
}

.fuente10 {	font-size: 10px; }
.fuente11 {	font-size: 11px; }
.fuente12 {	font-size: 12px; }
.fuente14 {	font-size: 14px; }
.fuente16 {	font-size: 16px; }
.fuente24 {	font-size: 24px; }
.fuente28 {	font-size: 28px; }
.negrita  { font-weight:bold; }
.naranja  { color:#FF6633; }
.celeste  { color:#48C7E7; }
.cnegro   {	color:#303030; }
.cgris    {	color:#494949; }
.cblanco  {	color:#FFFFFF; }

.centrado {	text-align: center; }
.derecha  {	text-align: right;  }
.justificado { text-align: justify; }


/* ---------------------------------------------------------------------- */
/* Si pantalla es menos de 1020px acomoda asi                                */
/* ---------------------------------------------------------------------- */
@media screen and (max-width: 1020px)
{
	.abajo {
		width: 95%;
	}
	#abajo1 {
		width: 95%;
	}
}
/* ---------------------------------------------------------------------- */
/* Si pantalla es menos de 920px acomoda asi                                */
/* ---------------------------------------------------------------------- */
@media screen and (max-width: 920px)
{
	.filadesc {
		height:20px;
		line-height:20px; /* acomoda lo de adentro */
	}
}
/* ---------------------------------------------------------------------- */
/* Si pantalla es menos de 700px acomoda asi -- tables seria              */
/* ---------------------------------------------------------------------- */
@media screen and (max-width: 700px)
{
	#logoymenu {
		margin-top:10px;
	}
	#logoci img {		/* El logo */
		width: 100%;
	}
	#lymder {
		float: left;
		margin:20px 0px 0px 5px;
	}
	#cizq {
		width: 90%;
		min-width:290px;  
	}
	#cder {
		width: 85%;
		min-width:290px;    
		margin-top: 35px;
	}
	#marcopres {
		font-size: 26px;
	}
	.abajo {
		margin-left:0px;
		margin-right:20px;
	}
	#abajo1 {
		margin-left:0px;
		margin-right:20px;
	}
}
/* ---------------------------------------------------------------------- */
/* Si es mas de 800px acomoda asi                                         */
/* ---------------------------------------------------------------------- */
@media screen and (min-width: 800px)
{
	
}

/* ---------------------------------------------------------------------- */
/* Asi para pantalla de celulares                                         */
/* ---------------------------------------------------------------------- */
@media screen and (max-width: 400px)
{ 
	#logoymenu {
		margin-top:0px;
	}
	#lymder {
		margin:0px 0px 0px 5px;
	}
	#cder {
		width: 90%;
	}
	.bordeinput330 {
		width:285px;
		height:32px;
		line-height:37px; /* acomoda lo de adentro */ 
	}
	.abajo {
		width: 90%;
	}
	#abajo1 {
		width: 90%;
	}
}

/* ---------------------------------------------------------------------- */
/* Fin ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------- */
