﻿@charset "utf-8";
/* CSS Document */


html {
	margin:0 auto;
}

body {
	margin: 0px auto;
	height:auto;
	font-size:15px;
	font-family: 'Signika', sans-serif;
	color:#777777;
	background:url(../img/fondo.jpg) repeat;
}


.header{
    background: url("../img/cabezal.jpg") no-repeat scroll center top transparent;
    height: 149px;
    margin: 0 auto;
    min-width: 880px;
    position: absolute;
    width: 100%;
}

.logo{
	height:75px;
	width:200px;
	float:right;
	margin-top:40px;
}

.headerTitle {
    margin-top:50px;
}

.contenido{
	margin: 0px auto;
	height:auto;
	width:880px;
	position:relative;
}


h1{
	font-size:36px;
	font-family: 'Signika', sans-serif;
	color:#fff;
	float:left;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
	font-weight:400;
}

h2{
	font-size:25px;
	font-family: 'Signika', sans-serif;
	color:#06385a;
	float:left;
	font-weight:400;
	margin:0 0 40px 0;
}

h3{
	font-size:17px;
	font-family: 'Signika', sans-serif;
	color:#06385a;
	font-weight:400;
	margin:0 0 10px 0;
}

.monto{
    color: #06385A;
    font-family: 'Signika',sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: right;
    width: 320px;
}

p{
	color:#2a2a2a;
	font-size:13px;}
	


.cuadro{
	width:800px;
	float:left;
	height:auto;
	min-height:220px;
	padding:30px 40px;
	background:#fff;
	border:1px solid #cecece;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Signika', sans-serif;
	font-size:18px;
	color:#535353;
}



.clear{
	clear:both;
}

.campo_todo{
	width:280px;
	float:left;
	margin-right:40px;
}

.input{
	width:220px;
	float: right;
	border:1px solid #c9c9c9;
	height:30px;
	box-shadow: 0 0 3px #c9c9c9 inset;
	padding-left:10px;
	font-family: 'Signika', sans-serif;
	font-size:18px;
	color:#888;
	margin-top:-5px;
}

.input:hover{
	width:220px;
	float: right;
	border:1px solid #969696;
	height:30px;
	box-shadow: 0 0 3px #c9c9c9 inset;
	padding-left:10px;
	font-family: 'Signika', sans-serif;
	font-size:18px;
	color:#969696;
	margin-top:-5px;
	background:#FFF;
}

.input:focus{
	width:220px;
	float: right;
	border:1px solid #084168;
	height:30px;
	box-shadow: 0 0 3px #c9c9c9 inset;
	padding-left:10px;
	font-family: 'Signika', sans-serif;
	font-size:18px;
	color:#084168;
	margin-top:-5px;
	background:#FFF;
}

select {
	width:220px;
	float: right;
	border:1px solid #c9c9c9;
	height:30px;
	box-shadow: 0 0 3px #c9c9c9 inset;
	padding-left:10px;
	font-family: 'Signika', sans-serif;
	font-size:18px;
	color:#888;
	margin-top:-5px;
}
label.error { display: none !important; }
.error{
	width:200px;
	float: right;
	border:1px solid #aa0000;
	height:30px;
	background:#e8d3d3;
	box-shadow: 0 0 3px #d7c3c3 inset;
	padding-left:10px;
	font-family: 'Signika', sans-serif;
	font-size:18px;
	color:#aa0000;
	margin-top:-5px;
}

.left{
	float:left;
}
	
.right{
	float:right;}
	
.bt_buscar a:link, .bt_buscar a:visited, .bt_buscar a:active{
	width:100px;
	height:45px;
	color:#fff;
	text-decoration:none;
	padding:10px 12px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1f6693), color-stop(1, #073e65) );
	background:-moz-linear-gradient( center top, #1f6693 5%, #073e65 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f6693', endColorstr='#073e65');
	background-color:#1f6693;
}

.bt_buscar a:hover{
	box-shadow:0 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.4);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2679ae), color-stop(1, #0b4e7b) );
	background:-moz-linear-gradient( center top, #2679ae 5%, #0b4e7b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2679ae', endColorstr='#0b4e7b');
	background-color:#2679ae;
}
.footer{
	margin-top:0px;
	float:left;
}
