@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  padding-top: 70px;
  background-color:#d6dbdf;
  background: #fff;
}
.navbar {
    height: 70px;
    border-bottom: 1px solid transparent;
}
.navbar-inverse{
	/*background: #08A8CC;
    border-color: #08A8CC;*/
	background:url('img/bg-header.jpg') repeat-x;
}
.row {
    background: #fff;
	margin-bottom:15px;
}
@media (min-width: 769px){
.container {
    width: 970px;	
}
.bgtop{
	height:429px;
	background: url('img/header.jpg') no-repeat;
}
}
@media (max-width: 768px){
.bgtop{
	background: none;
}
}



.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.completo {
	width:98%;
	float:left;
	margin:.5em 1%;
}
.mitad {
	width:48%;
	float:left;
	margin:.5em 1%;
}
.untercio {
	width:31.33333333333%;
	float:left;
	margin:.5em 1%;
}
.dostercios {
	width:64.66666666666%;
	float:left;
	margin:.5em 1%;
}

.consulte {
    padding: 0 0 4px 0;
    border-radius: 0;
    width: 100%;
    background: #d9534f;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
}

#form {
    padding: 10px;
    border-radius: 0;
    width: 100%;
    background: #009ec1;
}
#form p {
	margin:0;
	font-weight:normal;
	font-size:8pt;
	clear:both;
	color:#fff;
}
#form h2 {
	margin:0 0 0 0;
	font-weight:bold;
	font-size:1.5em;
	line-height:1em;
	color:#fff;
	text-align:center;
}
#form .opcion {
	font-weight:normal;
	font-size:6pt;
	clear:both;
}
#form .boton {
	margin: 0;
}
.form-control {
    display: block;
    /* width: 100%; */
    height: 28px;
    padding: 2px 12px;
    font-size: 9pt;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#form input[type=text], #form select, #form textarea {
	/*padding:3px 4px;*/
	color:#999;
	border-radius:4px;
	border:1px solid #ccc;
	box-shadow:0px 0px 4px #ccc inset;
	outline:0;
	font-family:Helvetica,Arial,Sans-serif;
}

#form input.terminos {
	padding:3px 4px;
	font-size:8pt;
	border-radius:4px;
	border:1px solid #ccc;
	box-shadow:0px 0px 4px #ccc inset;
	outline:0;
	font-family:Helvetica,Arial,Sans-serif;
}
#form textarea {
	height:5em;
}
#form input[type=text]:focus, #form select:focus, #form textarea:focus {
	transition:0.3s all;
	box-shadow:0px 0px 4px #8888FF inset;
}
.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #9352c0 0%, #9352c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #9352c0;
}
.btn-primary:hover {
	background-color: #9352c0;
}




li.capital { font-size:12px; text-transform:capitalize}

/*.navbar-brand {
    height: 60px;
}
.navbar-inverse {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    border-radius: 0;
	background-color: #fff;
    border-color: #fff;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
	color: #fff;
}*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #E8E8E8;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #CCCCCC 100%);
    background-image: -o-linear-gradient(top, #CCCCCC 0%, #CCCCCC 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#CCCCCC));
    background-image: linear-gradient(to bottom, #CCCCCC 0%, #CCCCCC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #000;
    background-color: #CCCCCC;
}


.accordion{
	margin-bottom:25px;
}



h1, .h1 {
	margin-top: 0;
    margin-bottom: 10px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #252F38;
	margin: 0 0 10px 0;
    font-size: 2em;
	font-weight:bold;
}

h2, .h2 {
	margin-top: 0;
    margin-bottom: 10px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #727272;
	margin: 0 0 10px 0;
    font-size: 1.6em;
	font-weight:bold;
}
#form h2.pedi{
    font-stretch: expanded;
    font-size: 1.6em;
}

h3, .h3 {
	border-left: 3px double #d9534f;
	margin-top: 0;
    margin-bottom: 10px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #363B3F;
	margin: 0 0 10px 0;
    font-size: 1.2em;
	font-weight:bold;
	padding: 0 0 0 5px;
}

.table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.tdtitle { font-weight:bold}
.navbar-brand {
    font-size: 11pt;
	font-weight:bold
}
#auto-otro, #auto-anio, #auto-seguro {
    	display:none;
    }
p {font-size:12px; color:#666; line-height:18px}
.btn-right{
	float:right;
}

.SeeMore2{
	color:#08ada2;
}
.row.rowfooter{
	background-color:#4B4C4D;
	padding:15px 0;
}
.row.rowfooter span{
	color:#ccc;
	font-size:11px;
}
footer{
	background-color:#4B4C4D;
	color:#fff; 
	margin-top:0; 
	padding:7px 0; 
	font-size:12px;
}
.left{
	float:left;
}

.right{
	float:right;
}

.reflex {
    background: url('img/bgms.png');
    background-repeat: repeat-x;
    height: 6px;
}
@media only screen and (min-width: 479px){
.col-sin-margin{
    padding-right: 0;
    padding-left: 0;
}
}

.margin-abajo-15{
	margin-bottom:15px;
}

.col-sin-margin{
    padding-right: 0;
    padding-left: 0;
}

.cajita{
	width:100%;
	padding:3%;
	height: 200px;
	overflow: scroll;
	border:1px solid #ccc;
	margin-bottom:25px;	
}
.cajita h1,h2,h3,p,span{
		color:#000;
	
}

.cajita h2{
	    font-size: 1.5em;
		line-height: 1.5;
}
.cajita h3{
	    font-size: 1.3em;
		line-height: 1.3;
}
.cajita p,span,li{
	    font-size: 12px;
		line-height: 16px;
}










