/*=============================================
GLOBAL
=============================================

*{
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
	font-family: sans-serif;
	box-sizing: border-box;
}

.contenedor{
	position:relative;
	margin:auto;
	width:100%;
	height: auto;
}*/

.fila{
	position:relative;
	margin:auto;
	width:100%;
	height: auto;
	clear:both;
	display:table;
}

[class*="col-"]{
	float:left;
	/*border:1px solid black;*/
	padding:10px;
}

.block > li > a > span
{
	display:table-cell;height:40px;width:450px;vertical-align:middle;font-size:16px;
}
.block > li > a > span:hover
{
	background-color:#CCC;
}
.block > li > a
{
	text-decoration:none;color:#333;
}
#div1
{

		width:95%;

}
.ajaxMiniMobile
{

	z-index:50;
	background-color:#FFF;

	width:50% !important;
	 position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
			  /* centrar vertical y horizontalmente */
	border-radius:10px;
}

#panelDatos {
	
	left:0px !important;
	 width:60% !important;
	 position: absolute !important;
	 top: 50% !important;
	 left: 50% !important;
	 transform: translate(-50%, -50%) !important;
}




@media only screen and (min-width:1080px)
{
	.ajaxMiniMobile
	{
		
		 left:0px;
		 width:35% !important;
		 position: absolute;
		 top: 50%;
		 left: 50%;
		 transform: translate(-50%, -50%);
				  /* centrar vertical y horizontalmente */
		border-radius:10px;


	}
	#panelDatos {
		
		left:0px !important;
		 width:60% !important;
		 position: absolute !important;
		 top: 50% !important;
		 left: 50% !important;
		 transform: translate(-50%, -50%) !important;
	}
	#div1
	{
		width:95%;
	}
}
@media  (max-width:699px)  and (min-width:1080px)
{
	.ajaxMiniMobile
	{
		
		 left:0px;
		 width:50% !important;
		 position: absolute;
		 top: 50%;
		 left: 50%;
		 transform: translate(-50%, -50%);
				  /* centrar vertical y horizontalmente */
		border-radius:10px;


	}
	#panelDatos{
		
		left:0px;
		 width:60% !important;
		 position: absolute;
		 top: 50%;
		 left: 50%;
		 transform: translate(-50%, -50%);
	}
	#div1
	{
		width:95%;
	}
}

@media only screen and (max-width:699px) 
{
	.ajaxMiniMobile
	{
			left:0px;
			width:90% !important;
		 position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
				  /* centrar vertical y horizontalmente */
		border-radius:10px;
	}
	
	#modalDatos > .modalp-content{
		
		left:0px;
		 width:90% !important;
		 position: absolute;
		 top: 50%;
		 left: 50%;
		 transform: translate(-50%, -50%);
	}
	#div1
	{
		width:80%;
		
	}
	
	.divLista{
		width:90% !important;
	}
	
	.btnM 
	{
		font-size: 1.5em !important;


	}
	.btnM1 {
		height: 25px !important;

		width:auto !important; 
	}
	.liMovil
	{
		width:95% !important;
	}	
}

/*=============================================
PANTALLA DE ESCRITORIO GRANDE - LARGE (lg) - revisamos en portatil o pc
=============================================

@media(min-width:1200px){

	.col-lg-12{width:100%;}
	.col-lg-11{width:91.66666667%;}
	.col-lg-10{width:83.33333333%;}
	.col-lg-9{width:75%;}
	.col-lg-8{width:66.66666667%;}
	.col-lg-7{width:58.33333333%;}
	.col-lg-6{width:50%;}
	.col-lg-5{width:41.66666667%;}
	.col-lg-4{width: 33.33333333%;}
	.col-lg-3{width: 25%;}
	.col-lg-2 {width: 16.66666667%;}
	.col-lg-1 {width: 8.33333333%;}
	.col-lg-0 {display:none;}

	#seccion4 article p img{
		width:50%;
	}

}*/

/*=============================================
PANTALLA DE ESCRITORIO MEDIANO - MEDIUM (md) - revisamos en tablet horizontal 1024px
=============================================

@media(max-width:1199px) and (min-width:992px){

	.col-md-12{width:100%;}
	.col-md-11{width:91.66666667%;}
	.col-md-10{width:83.33333333%;}
	.col-md-9{width:75%;}
	.col-md-8{width:66.66666667%;}
	.col-md-7{width:58.33333333%;}
	.col-md-6{width:50%;}
	.col-md-5{width:41.66666667%;}
	.col-md-4{width: 33.33333333%;}
	.col-md-3{width: 25%;}
	.col-md-2{width: 16.66666667%;}
	.col-md-1{width: 8.33333333%;}
	.col-md-0 {display:none;}

	#seccion4 article p img{
		width:60%;
	}
}*/

/*=============================================
PANTALLA DE TABLET - SMALL (sm) - revisamos en tablet vertical 768px
=============================================

@media(max-width:991px) and (min-width:768px){

	.col-sm-12{width:100%;}
	.col-sm-11{width:91.66666667%;}
	.col-sm-10{width:83.33333333%;}
	.col-sm-9{width:75%;}
	.col-sm-8{width:66.66666667%;}
	.col-sm-7{width:58.33333333%;}
	.col-sm-6{width:50%;}
	.col-sm-5{width:41.66666667%;}
	.col-sm-4{width: 33.33333333%;}
	.col-sm-3{width: 25%;}
	.col-sm-2{width: 16.66666667%;}
	.col-sm-1{width: 8.33333333%;}
	.col-sm-0 {display:none;}
	
	#seccion4 article p img{
		width:100%;
		margin-bottom: 20px;
	}
}*/

/*=============================================
PANTALLA DE PHONES - EXTRA SMALL (xs) - revisamos en movil horizontal 480px o vertical 320px
=============================================

@media(max-width:767px){

	.col-xs-12{width:100%;}
	.col-xs-11{width:91.66666667%;}
	.col-xs-10{width:83.33333333%;}
	.col-xs-9{width:75%;}
	.col-xs-8{width:66.66666667%;}
	.col-xs-7{width:58.33333333%;}
	.col-xs-6{width:50%;}
	.col-xs-5{width:41.66666667%;}
	.col-xs-4{width: 33.33333333%;}
	.col-xs-3{width: 25%;}
	.col-xs-2{width: 16.66666667%;}
	.col-xs-1{width: 8.33333333%;}
	.col-xs-0 {display:none;}

	#seccion4 article p img{
		width:100%;
		margin-bottom: 20px;
	}

}*/

