body {
	margin: 0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 18px;
	line-height: 1.42857;
	color: #3f474e;
	background-color:#e5e5e5;
	background-image: url(../img/bg_inicio_fiscalia.jpg); 
	background-repeat:no-repeat;
	background-size: 100% 100%;
	font-weight: 300;
}

html {
    height: 100%
}

* {
  box-sizing: border-box;
}
.renglon{
  height:485px;
  }
.row::after {
  background-color: #00477f;
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;
	padding-top:120px;
 }
 .col-6-d {
	width: 50%;
	height:600px;
	margin-top: -60px;
 }
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
	background-color:#e7e7e7;
  color: #ffffff;
  padding: 15px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}

@media only screen and (max-width: 600px){
.renglon{
  background-color: #00477f;
  height:220px;
  }
.col-6 {width: 100%;
	padding-top:10px;
  height:220px;
 }
 .col-6-d {
	width: 100%;
	background-image: url(img/fondo_simple.png); 
	background-repeat:repeat;
	display:none;
 }
.renglon::after{
  background-color: #00477f;
  content: "";
  clear: both;
}
 .solicita {
	padding-top:10px;
	padding-bottom:10px;
	font-family:Tahoma; 
	font-size:0.5em;
       	margin-top:209px;
	text-align:left;
	width:100%;
	color: rgb(0,0,0);
}

}

.solicita {
	font-family:Tahoma; 
	font-size:0.8em;
	text-align:center;
	vertical-align:top;
	width:100%;
       	margin-top:-180px;
	color: rgb(60,60,60);
}

label.size_font {
	font-size: 18px;
}

.datos{
        background: rgba(239, 239, 239, 0.7);
        color: rgb(40,40,40);
        padding:15px;
width:25%;
border-radius:16px;
}

.soporte {
         background-color: #1c87c9;
         border: none;
         color: white;
         padding: 10px 20px;
         text-align: center;
         text-decoration: none;
         display: inline-block;
         font-size: 14px;
         margin: 4px 2px;
         cursor: pointer;
         }
input[type=button], input[type=submit], input[type=reset] {
  background-color: #007AC8;
  font-weight:bold;
  border: none;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:6px;
}