@import url(http://fonts.googleapis.com/css?family=Roboto);
@charset "utf-8";

/*@media screen and (min-width:480px) and (max-width:800px) {*/
@media screen,
projection {  

	html, body {
		height:100%;
		margin: 0 0 0 0px;
		background-image:url(../images/back1.jpg);
		background-repeat:repeat;
		font-family:Verdana, Geneva, sans-serif;
		font-size:.9em;
	}
	
	html {
        line-height: 1.54
    }
	
	img{max-width:100%;}
	
	.container {
	  padding: 0;
	  margin: 0;
	  /*background-color: #292929;*/
	  width: 100%;
	  margin: 0 auto;
	  min-height: 85%;
	}
	
	.div2 {
	position: absolute;
	top: 50%; 
	left: 47%; 
	width: 420px; 
	height: 280px; 
	margin-top: -140px; 
	margin-left: -195px; 
	
	}
	
	#fondo {
		background-attachment: fixed;
		background-repeat: no-repeat;
		bottom: 0;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		z-index: -1;
	}
	
	.barra1{
		background-image:url(../images/borde1.jpg);
		background-repeat:repeat-x;
		height: 70px;
		color:#3f65a7;
	}
	.barra1 a{
		text-decoration: none;
		color:#3f65a7;
	}




		

		/****** LOGIN MODAL ******/
		.loginmodal-container {
		  padding: 30px;
		  max-width: 350px;
		  width: 100% !important;
		  background-color: #F7F7F7;
		  margin: 0 auto;
		  border-radius: 2px;
		  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		  overflow: hidden;
		  font-family: roboto;
		}
		.loginmodal-container h1 {
		  text-align: center;
		  font-size: 1.8em;
		  font-family: roboto;
		}
		.loginmodal-container input[type=submit] {
		  width: 100%;
		  display: block;
		  margin-bottom: 10px;
		  position: relative;
		}
		.loginmodal-container input[type=text], input[type=password] {
		  height: 44px;
		  font-size: 16px;
		  width: 100%;
		  margin-bottom: 10px;
		  -webkit-appearance: none;
		  background: #fff;
		  border: 1px solid #d9d9d9;
		  border-top: 1px solid #c0c0c0;
		  /* border-radius: 2px; */
		  padding: 0 8px;
		  box-sizing: border-box;
		  -moz-box-sizing: border-box;
		}
		.loginmodal-container input[type=text]:hover, input[type=password]:hover {
		  border: 1px solid #b9b9b9;
		  border-top: 1px solid #a0a0a0;
		  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
		  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
		  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
		}
		.loginmodal {
		  text-align: center;
		  font-size: 14px;
		  font-family: 'Arial', sans-serif;
		  font-weight: 700;
		  height: 36px;
		  padding: 0 8px;
		/* border-radius: 3px; */
		/* -webkit-user-select: none;
		  user-select: none; */
		}
		.loginmodal-submit {
		  /* border: 1px solid #3079ed; */
		  border: 0px;
		  color: #fff;
		  text-shadow: 0 1px rgba(0,0,0,0.1); 
		  background-color: #4d90fe;
		  padding: 17px 0px;
		  font-family: roboto;
		  font-size: 14px;
		  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
		}
		.loginmodal-submit:hover {
		  /* border: 1px solid #2f5bb7; */
		  border: 0px;
		  text-shadow: 0 1px rgba(0,0,0,0.3);
		  background-color: #357ae8;
		  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
		}
		
		.loginmodal-container a {
		  text-decoration: none;
		  color: #666;
		  font-weight: 400;
		  text-align: center;
		  display: inline-block;
		  opacity: 0.6;
		  transition: opacity ease 0.5s;
		} 
		
		.login-help{
		  font-size: 12px;
		}



	.marco{
		border: solid 2px #999999;
		border-radius: 15px 15px 15px 15px;
		box-shadow: 2px 2px 5px #999999;
		background-color:#FFF;
		width: 95%;
		min-height:200px;
		margin-top:3%;
		padding: 2% 2% 2% 2%;
	}
	.bienvenido{
		font-family: roboto;
		font-size:1.2em;
	}
	.pregunta2{
		font-family: roboto;
		font-size:26px;
		font-weight:bold;
		text-align:justify;
		margin-top:2%;
		margin-bottom:2%;
	}

	.respuestas{
		font-size:1em;
	}
	
	.titulos{
		background-color:#3F679F;
		font-size:1em;
		font-weight:bold;
		height:30px;
		color:#FFF;
		border-radius:8px;
		padding-top:5px;
		margin-top:1%;
	}		
	.listadotabla{
		width:99%
	}
	.listapar{
		background-color:#E4E4E4;
	}
	
	.listadotabla th{
		font-size:.9em;
		background:#FFF;
		color:#003;
		border-top: 0;
		border-bottom-width: 2px;
		border: 1px solid #ecf0f1;
		vertical-align: bottom;
		padding: 8px;
    	line-height: 1.42857;
		text-align: left;
		box-sizing: border-box;
		font-weight: bold;
		display: table-cell;
	}
	.listadotabla tr: {	
		
	}
	.listadotabla tr:hover {
       background-color: #ECF0F1;
	}
	.listadotabla td{
		border: 1px solid #ecf0f1;
		padding: 1%;
    	line-height: 1.42857;
    	vertical-align: top;
	    /*display: table-cell;*/
	}		


	/* RESPUESTAS */
		.ui-segment{
		color: rgb(63, 103, 159);
		border: 1px solid rgb(63, 103, 159);
		border-radius: 4px;
		display:inline-block;
		font-family: roboto,Georgia, Serif;
		}
		.ui-segment span.option.active{
			background-color: rgb(63, 103, 159); /* rgb(0, 122, 255); */
			color: white;
		}
		.ui-segment span.option{
			font-size: 1.5em;
			padding-left: 1.5em;
			padding-right: 1.5em;
			padding-top: .15em;
			height: 30px;
			text-align:center;
			display:inline-block;
			line-height: 25px;
			margin: 0px;
			float:left;
			cursor:pointer;
			border-right:1px solid rgb(63, 103, 159);
		}
		.ui-segment span.option:last-child{
			border-right: none;
		}
		.segment-select{
			display:none;
		}
		
		.txtComentario{
			width:80em;
		}
		
		.txt50{
			width:30em;
		}

		.txtFecha{
			width:10em;
		}

		.btmAnterior {
			border-radius: 4px;
			background-color:#666;
			color:#FFF;
		}
		.btmSiguiente {
			border-radius: 4px;
			background-color:#F60;
			color:#FFF;
		}
		.btmTerminar {
			border-radius: 4px;
			background-color:#3F679F;
			color:#FFF;
		}
		.btmPregF {
			box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
			border-radius: 4px;
		}
		.btmPreg {
			box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
			border-radius: 4px;
			background-color: #4CAF50;
			color:#FFF;
		}		
		
		/* IMAGENES BOTTOM */
        .div-botizq {
            position: relative;
            height: 40px;
            width: 150px;
			float:left;
        }
        .div-botizq img {
            position: absolute;
            left: 0;
            bottom: 0;
        }    
        .div-botder {
            position: relative;
            height: 40px;
            width: 150px;
			float:right;
        }
        .div-botder img {
            position: absolute;
			right: 0;
            bottom: 0;
			padding-right:2em;
        }    

		.datosIn{
			width:95%;
		}
		.datosIn label {
		  width: 10%;
		  float: left;
		}
		.cEntrar{
			padding-right:50%; 
			font-size:2em; 
			padding-top:1%; 
			width:100%		
		}
}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	.respuestas{
		font-size:.8em;
	}

	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	.listadotabla td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.listadotabla td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	.listadotabla td:nth-of-type(1):before { content: ""; font-weight:bold; }
	.listadotabla td:nth-of-type(2):before { content: "Instrumento"; font-weight:bold; }
	.listadotabla td:nth-of-type(3):before { content: "Estatus"; font-weight:bold; }
	.listadotabla td:nth-of-type(4):before { content: "F. Asignado"; font-weight:bold; }
	.listadotabla td:nth-of-type(5):before { content: "F. Termino"; font-weight:bold; }
	.listadotabla td:nth-of-type(6):before { content: "Ejecutar"; font-weight:bold; }
	.listadotabla td:nth-of-type(7):before { content: "Reporte"; font-weight:bold; }
	
	
	.pregunta2{
		font-family: roboto;
		font-size:2em;
		font-weight:bold;
		text-align:justify;
		margin-top:4%;
		margin-bottom:2%;
	}
	
	
	/* RESPUESTAS */
		.ui-segment{
		color: rgb(63, 103, 159);
		border: 1px solid rgb(63, 103, 159);
		border-radius: 4px;
		display:inline-block;
		font-family: roboto,Georgia, Serif;
		}
		.ui-segment span.option.active{
			background-color: rgb(63, 103, 159); /* rgb(0, 122, 255); */
			color: white;
		}
		.ui-segment span.option{
			font-size: 1.5em;
			padding-left: 2em;
			padding-right: 4em;
			padding-top: .15em;
			height: 30px;
			text-align:center;
			display:table-row;
			line-height: 25px;
			margin: 0px;
			float:none;
			cursor:pointer;
			border-right:1px solid rgb(63, 103, 159);
			list-style-position:inherit; 
		}
		.ui-segment span.option:last-child{
			border-right: none;
		}
		.segment-select{
			display:none;
		}
		
		.txtComentario{
			width:16em;
		}
		
		.txt50{
			width:10em;
		}

		.txtFecha{
			width:7em;
		}
		.cEntrar{
			padding-right:40%; 
			font-size:2em; 
			padding-top:1%; 
			width:100%		
		}
		
		.datosIn{
			width:95%;
			font-size:.8em;
		}
		.datosIn label {
		  width: 30%;
		  float: left;
		}
	
}