html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #1c6ca8;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}

nav:not(.mm-menu)
{
	display: none;
}

.header,
.footer
{
	text-align: center;
}
.header
{	
	background: #6dc2e7;
	font-size: 16px;
	font-weight: bold;
	color: #1c6ca8;
	line-height: 40px;
	border-bottom: 3px solid rgb(28,108,168);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:right;
	width: 100%;
	height: 40px;
	padding: 0 20px 0 50px;	
}
.footer
{
	background: #6dc2e7;
	font-size: 12px;
	font-weight: bold;
	color: #1c6ca8;
	line-height: 40px;
	border-top: 3px solid rgb(28,108,168);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%;
	height: 40px;
	padding: 0 50px;
	text-align:center;
}
/*.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/
.header a
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
.content
{
	padding: 20px 20px 20px 20px;
}
input[type="text"], [type="password"], [type="tel"], [type="email"], [type="number"]
{
	background-image:url(../imagenes/fondo.gif);
	border:#1c6ca8 thin solid;
	font-size:14px;
	color:#1c6ca8;
	height: 40px;
	width: 100%;
	padding-left:5px;
}
textarea{
	/*height:150px;*/
	background-image:url(../imagenes/fondo.gif);
	width:100%;
	border:#1c6ca8 thin solid;
	color:#1c6ca8;
	height: 80px;
	width: 98%;
	padding-left:5px;
	font-size: 12px;
}
select
{
	background-image:url(../imagenes/fondo.gif);
	border:#1c6ca8 thin solid;
	font-size:12px;
	color:#1c6ca8;
	height: 40px;
	width: 100%;
	padding-left:5px;	
}
input[type="submit"], [type="button"]
{
	background: #1c6ca8;
	border: 1px solid #1c6ca8;
	width:100%;
	height:40px;
	color:#FFF;
	font-size:14px;
	text-transform: none;
	text-indent: 0;
	text-shadow: 1px 1px 1px #FFF;
	box-shadow: 1px 1px 1px #FFF;
}
.alerta-mensas {
	background-color: #d35351;
	position: absolute;
	color:#FFFFFF;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:10px 10px 10px 10px;
	left:50%;
	top:35%;
	width:300px;
	margin-left:-150px; 
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
}
.filtros {
	background-color: #FFFFFF;
	position: absolute;
	color:#6dc2e7;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:10px 10px 10px 10px;
	left:50%;
	top:10%;
	width:300px;
	margin-left:-160px; 
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
}
.alerta_sql {
	background-color: #d35351;
	color:#FFFFFF;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:10px 10px 10px 10px;
	width:99%;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.letrablanca{
	color:#FFF;
}
.contenedor{ width: 350px; float: left;}
.titulo{ font-size: 12pt; font-weight: bold;}
/*#camara, #foto{
    width: 320px;
    min-height: 240px;
    border: 1px solid #008000;
}*/

.custom-input-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #1c6ca8;
    border-radius: 5px;
    background-color: #fff;
    color: #1c6ca8;
    text-align: center;
    font-family: verdana;
    font-size: 12pt;
    width: 100%;
    min-height: 40px;
}
.custom-input-file:hover {
    background-color: #1c6ca8;
    color: #fff;
}
.custom-input-file .input-file {
    margin: 0;
    padding: 0;outline:0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}
.custom-input-file .archivo {
    background-color: #1c6ca8;
    color: #fff;
    font-size: 7pt;
    overflow: hidden;
}
.custom-input-file:hover .archivo {
    background-color: #fff;
    color: #1c6ca8;   
}