*{
	margin:0px;
	padding: 0px;
	margin-right:auto;
}

h1 {
	font-family: sans-serif;
	font-size: 30px;
}

h2{
	font-family: sans-serif;
	font-size: 20px;
}

h3{
	font-family: sans-serif;
	font-size: 15px;
}

h5{
	font-family: sans-serif;
	font-size: 10px;
}

body{
	background: FCFEFE;
}

tbody{
	font-family: sans-serif;
	font-size: 12px;
}

thead{
	background: solid rgb(0,128,128);
	color: black;
	font-family: sans-serif;
}

table {
  border-collapse: collapse;
  border: 2px solid rgb(200,200,200);
  letter-spacing: 1px;
  font-size: 0.8rem;
}

td, th {
  border: 1px solid rgb(190,190,190);
  padding: 10px 20px;
}

th {
  background-color: rgb(235,235,235);
}

tr:nth-child(even) td {
  background-color: rgb(250,250,250);
}

tr:nth-child(odd) td {
  background-color: rgb(245,245,245);
}

#datosinv{
	width:1200px;
	height:120px;
	display:inline-block;
	text-align:left;
    font-size:15px;
	font-family: sans-serif;
}

#opced{
	width:100px;
	height:30px;
	display:inline-block;
	text-align:center;
    font-size:15px;
	font-family: sans-serif;
}

#objetivo{
	width:1200px;
	height:50px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
}

#titulo{
	width:1200px;
	height:20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
}


#formulario{
	margin-left:auto;
	width:900px;
	height:35px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

#regdeptos{
	width:900px;
	height:100px;
	margin-left:auto;
}

#regtransp{
	width:1200px;	
	margin-left:auto;
}

#principal{
	width: 1200px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#principal #pdf{
	text-align: left;
	font-family: sans-serif;
	width: 150px;
	height: 20px;
	display: inline-block;
	font-size: 15px;
}


#izquierda{
	width:150px;
	height:10;
	display:inline-block;
}

#centro{
	width:1200px;
	height:50px;	
	display:inline-block;
	
}

#derecha{
	width:150px;
	height:50;
	display:inline-block;
}

#cintillo{
	width: 10;
	height:10;
}

#detalle1{
	width: 500px;
	height: 20px;
	display:inline-block;
}

#detalle2{
	width: 30px;
	height: 18px;
	background-color:red;
	display:inline-block;
}

#detalle3{
	width: 500px;
	height: 20px;
	display:inline-block;
}

#principal #preguntas{
	width: 1000px;
	height: 1000px;
	margin: auto;
}

#encabezado{
	margin-right:auto;
	width: 1200px;
	height: 140px;
}

#cuenta{
	margin-right:auto;
	width: 1200px;
	height: 35px;
	color: red;
}

#datos{
	margin-right:auto;
	width: 1200px;
	height: 80px;
}

#principal #form p{
	font-family: sans-serif;
	font-size: 15px;
}

#principal #formulario{
	width: 250;
	height: 250;
}

#preguntas{
	font-size: 20px;
}

#indicaciones #muestra{
	width: 256px;
	height: 112px;
	float: left;	
}

#indicaciones #texto{
	width: 600px;
	height: 256px;
	margin: auto;
}

#informacion #imagen{
	width: 256px;
	height: 256px;
	float: left;
}

#informacion #informes{
	width: 900px;
	height: 256px;
	margin: auto;
}


#informacion #formulario{
	font-family: sans-serif;
	margin-top: 50px;
	margin-left: 50px;
	width: 700px;
	height: 150px;
	float: left;
	
}

#menuor{
	font-size:15px;
	font-family: Helvetica, Arial, sans-serif;
}

nav a{
      text-decoration:none;
      color:inherit;
      font-size:12px;
	  font-family: sans-serif;
      }
            
nav li{
      display:inline-block;
      width:214px;
      height:20px;
      padding:5px 10px;
      background-color:#581845;
      border:1px solid #000;
      text-align:center;
      color:white;
      position:relative;
}
            
nav li:hover{
      background-color:#581845;
      color:black;
      }
            
nav li>ul{
      display:none;
      }

nav li:hover>ul{
      display:block;
      position:absolute;
      top:30px;
      left:0px;
}

input[type="text"], textarea, input[type="password"], input[type ="select"], #input [type = "radio"], input[type = "number"], input[type = "date"]{
	margin-top: 2px;
	padding-left: 5px;
	height: 35px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

input[type="submit"]{
	width: 120px;
	height: 40px;
	float: left;
}

select{
	margin-top: 2px;
	padding-left: 5px;
	height: 35px;
}

