/*<![CDATA[*/
body{
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color:#000000;
	margin:0 ;
	padding:0;
}

html, body{ 
	height: 100%;
	overflow-y:auto;
}/*para que el "min-height: 100%;" de "#principal" realmente funcione*/

#principal{
/*height: 100%*/
min-height: 100%;/*para que ocupe todo el alto de la pantalla, aunque el contenido no llegue hasta abajo (y aunque ocupe más aún)*/
/*width: 920px;*/
margin:10px auto 0 auto;
padding:0 0 20px 0;
background-color: #FFFFFF;
border-left: #000 solid 0px;
border-right: #000 solid 0px;
}

#cuadronaranja{
  background-color: #FFFFFF;
  border: #FFCE39 solid 10px;
  margin-bottom:10px;
  text-align: center;
}

.titulo{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin:0;
  padding:0;
  color:#1D256E;
}

.texto{
  text-align: justify;
  margin:20px 0 0 0;
  padding:0 20px 0 20px;
}

.destacado{
  font-size: 13px;
  font-weight: bold;
}

.destacado2{
  font-size: 15px;
  font-weight: bold;
  color:#FFCE39
}

p{
  text-align: justify;
  margin: 15px;
  line-height: 1.3;
}

.f-elem p {
	text-align: center
}

a:link, a:active, a:visited{
  text-decoration: none;
  font-weight: bold;
  color:#0044CC;
}

a:hover{
  text-decoration: underline;
}

input[type=button] {
	padding: 10px;
}

button, input[type=submit] {
	padding:10px;
	margin:15px;
	min-width:150px;
	min-height:60px
}

.div-img{
	width:19%;
	text-align:center;
	margin:5px 0px;
	display: inline-block;
	vertical-align: top;
}

.div-img img, .dispTableCell img{
	margin:5px auto;
}

.agrad-xs{
	display:none;
}
.agrad-md{
	display:inline;
}

.title{
	width:250px;
}

.logos td{
	padding:20px 0;
}

.f-line{
	display:inline-block;
	width:100%;
	padding:10px 0;
}

.f-elem{
	float: left;
}

.premios-parent{
	display: inline-block;
	padding: 5px;
	max-width: 300px;
	width: 19%;
	vertical-align:top;
}

.premios-child{
	padding:5px 0;
}

.premios-child ul{
	text-align: left;
	width: 90%;
	padding-left: 25px;
}

.closeModal {
	cursor: pointer;
    padding: 5px 10px;
    font-weight: bold;
}

.nobullet {
	list-style-type:none;
}

.banner {
	width:100%;
	text-align:center;
}

.banner td {
	width:33%;
}

.banner img {
	max-width:90%;
}
.txtbanner {
	color:#00377D;
	font-weight:bold;
	font-size:15px;
}

.inputrecomendar {
	width:100%;
	max-width:270px;
}

.modal-premios {
    width: 1100px;
	margin-left: -550px;
	position: absolute;
	left: 50%;
	top: -500%;
	transition: top .4s ease-out;
	z-index: 3;
	background-color: white;
	border: #FFCE39 solid 10px;
	overflow-y: auto;
}

.modal-premios.mostrar {
    top: 25px;
}

.modal-fondo {
    background-color: #777;
    opacity: 0.5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
}

.action-bar {
	text-align: center;
}

.action-bar button {
	min-height: 0px;
}

.modal-trigger {
	color: #0044CC;
	font-weight: bold;
	cursor: pointer;
}

.modal-trigger:hover {
	text-decoration: underline;
}


@media (max-width: 768px) { /* para móviles */
	
	.div-img{
		width:150px;
		margin:2px auto;
		float:none;
	}
	.premios-parent{
		width: 100%;
	}

	.agrad-xs{
		display:inline;
	}
	.agrad-md{
		display:none;
	}
	
	.title{
		width:auto;
	}
	
	.f-elem{
		float:none;
	}
	
	.txtbanner {
		font-size:12px;
	}

	.modal-premios {
		width: 90%;
		margin-left: 5%;
		left: 0;
	}

}

@media (min-width: 768px) and (max-width: 992px) { /* para pantallas medianas/tablets */
	
	.div-img{
		width:170px;
		margin:4px 8px;
	}
	
	.f-elem{
		float:none;
	}

	.dispTable {
		display: table;
		margin: 0 auto;
	}

	.dispTableRow{
		display: table-row;
	}

	.dispTableCell{
		display: table-cell;
	}

	.modal-premios {
		width: 750px;
		margin-left: -375px;
	}
	.solomovil {
		display:none;
	}

}

@media (min-width: 992px){ /* para pantallas grandes */
	
	.dispTable {
		display: table;
		margin: 0 auto;
	}

	.dispTableRow{
		display: table-row;
	}

	.dispTableCell{
		display: table-cell;
	}
	.solomovil {
		display:none;
	}

}

  /*]]>*/