@charset 'utf-8';

/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Sans+Narrow:400,700);
@import url(https://www.hipodromolaplata.gba.gov.ar/Descargas/EstilosRoot.css);

/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	10;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/


li a {
	color:var(--azul24);
	text-decoration: none;
	}

/* Diseño móvil: 680 px e inferior. MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL MOVIL  */

*{
  box-sizing:border-box;
  
}

a:-webkit-any-link:active {
    text-decoration: none;
}
a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
}
	
/*TooltipCal para titles de calendario*/
li.tooltipCal {
    position: relative;
    cursor: default;
}

li.tooltipCal::after {
    content: attr(data-tooltipCal);
    font-size: 9px;
    line-height: 10px;
    color: black;
    background: white;
    padding: 6px 6px;
    border-radius: 4px;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(5px);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

li.tooltipCal:hover::after {
    visibility: visible;
    opacity: 1;
}

dl.eventos hr {
    display: block;
	height:5px;
    border-top: 1px solid #206a75;
    margin: .1em 5px;
    background: #e1e1d7;
    padding: 0 ;
}

.PremDestacados {
	display:none;
    height: 590px;
    width: 23%;
    overflow: hidden;
    position: relative;
    float: right;
    padding: 0px;
    z-index: 9;
	}

.calendario {
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	background-color: var(--provDark);
	/*background-image: url(../../../../hplp/ih_carreraspdf/portada/calendaImg/Calenda04.jpg);*/
	/* SI SE CAMBIA ESTA LINEA OJO CAMBIAR TAMBIEN LA OTRA LINEA DE IMAGEN EN 207 */
	background-position: left center;
	background-size: cover;
	background-repeat:no-repeat;
    overflow-Y: scroll;
    height: 240px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: auto;
    /*margin: 40px 0px;
    border: 1.5px solid #aaa;*/
}

.calendario h2{
  color:#fff;
  height:50px;
  display:flex;
  width: 100%;
  background: #8c9;
  line-height: 50px;
  margin:0;
  padding-left:24px;
  font-size:20px;
  border-bottom: 1px solid #8c9;
  z-index:10;
  clear: both;
  position:fixed;
 

}
.meses {
	background-color: var(--oscuro);
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
	padding:1px;
}
.eventos {
    width: 100%;
    left: 320px;
    top: 0px;
    margin: 0;
	display:none;
	background: #e1e1d7;
    z-index: 999999;
} 
.eventos:last-child{
}
.eventos dt {
    font-size: 16px;
    line-height: 28px;
    width: auto;
    left: 320px;
    position:sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0px;
    background: var(--naranja24);/*#206a75;*/
    color: rgb(255, 255, 255);
    height: auto;
    /*box-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/
    padding: 5px 0px 2vw 5px;
    font-weight: 500;
    letter-spacing: -0.08vw;
    text-align: -webkit-left;
}
.eventos dd {
    font-size: 1vw;
    top: 100px;
    width: 99%;
    height: auto;
    background: #e1e1d7;
    margin: 0%;
    /* font-style: italic; */
    padding: 1%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
div.dtchico {
	font-weight:normal;
	font-size: 10px;
	line-height: 14px;
	color:white;
	display: block;
	letter-spacing: 0.0001em;
}
span{
	/*color:#A83524; 
	font-weight:bold;*/
}
dl.primero dd:nth-child(2){
  margin-top: 0px;
}
dl.eventos dd:last-child{
  border-bottom:0;
}
dl.eventos dd:nth-child(2):last-child,
dl.eventos dd:nth-child(3):last-child{
  border-bottom: 1px solid #8c9;
}

h11 {
    font-size: 2vw;
    font-weight: 400;
    color: #034e57;
    text-shadow: white 2px 2px 2px;
}

h3 {
    display: inline-block;
    color: #034e57;
	font-weight: 800;
    font-size: 14px;
    letter-spacing: -0.04vw;
    vertical-align: top;
    text-align: -webkit-center;
    line-height: 15px;
	padding: 0 5px 0 5px;
    align-items: center;
    width: 7%;
    min-width: 50px;
	text-shadow: white 2px 2px 2px;
}
.eventos h3 span {
    font-size: 36px;
    line-height: 56px;
    letter-spacing: -.2px;
    text-align: center;
}


.premio {
  display: inline-block;
  padding: 3px 1px 3px 3px;
  font-size: 16px;
  line-height: 15px;
  color: #222;
  text-shadow: white 2px 2px 2px;
  font-weight: 700;
  width:100%;
}
.cond {
  display: inline-block;
  text-wrap: balance;
	width:100%;
  padding: 3px 1px 3px 3px;
  font-size: 13px;
  line-height: 13px;
  color: #222;
  text-shadow: white 2px 2px 2px;
  font-weight: 400;
    width: auto;
}
.anotacion {
  display: inline-block;
  padding: 3px 1px 3px 3px;
  font-size: 11px;
  line-height: 14px;
  color: #222;
  text-shadow: white 2px 2px 2px;
  font-weight: 800;
}
.premioReabierto {
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
    color: #d85034;
    text-shadow: black 1px 1px 1px;
    font-weight: 800;
  width:100%;
}


.premioReabierto2 {
    font-size: 16px;
  text-wrap: balance;
	width:100%;
    line-height: 14px;
    display: inline-block;
    color: #d85034;
   /* text-shadow: black 1px 1px 1px;*/
    font-weight: 800;
}


.Reabierto {
    display: inline-block;
    padding: 1px 4px;
    font-size: medium;
    color: #ffffff;
    text-shadow: black 1px 1px 1px;
    font-weight: 800;
    /* text-decoration: underline; */
    background-color: #d85034;
}


.calendario section.mes{ 
  width:100%; 
  height: auto;
  right:100%;
  top:0px;
  /*box-shadow: 1.5px 2px 2px #666;*/
    margin-bottom: 2.5%;
	position:sticky;
  	position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
	z-index: 9999;
 }

.calendario section.mes:nth-of-type(1) {
  background-color:  var(--provDark);
}
.calendario section.mes:nth-of-type(2),section.mes:nth-of-type(3),section.mes:nth-of-type(4),section.mes:nth-of-type(5)
,section.mes:nth-of-type(6),section.mes:nth-of-type(7),section.mes:nth-of-type(8),section.mes:nth-of-type(9)
,section.mes:nth-of-type(10),section.mes:nth-of-type(11),section.mes:nth-of-type(12),section.mes:nth-of-type(13) {
	background-color: var(--provDark);
	/*background-image: url(../../../../hplp/ih_carreraspdf/portada/calendaImg/Calenda04.jpg);*/
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}
 .calendario section.mes:nth-last-of-type(1){
  /*background: #76777d;*/
	background-image: none;
 } 
.calendario section.mes:last-child{
  border: none;
  background: none;
}


.calendario section.mes ol{
  font-size:0px;
  padding: 0 5px;
  
}
.calendario section.mes ol.semana{
  /*background: #ddd;
  height: 48px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);*/
  
}
.calendario section.mes ol.semana li {
    display: inline-block;
    color: #ffffff78;
    font-size: 11px;
    line-height: 7px;
    width: 14%;
    /* height: 35px; */
    text-align: center;
    /* vertical-align: middle; */
    font-weight: bold;
    margin: 1% 0 0 0;
}  
  
.calendario section.mes ol.dias {
  padding-top: 5px;
}
.calendario section.mes ol.dias li {
    display: inline-block;
    width: 14%;
    text-align: center;
    padding: 2px 3px 4px 0px;
    margin: 1px 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #fbfbfb;
	text-shadow: black 1px 1px 1px;
}
.calendario section.mes ol.dias li.fs{
  font-weight:400; 
  color:#c5c5c5;
}
.calendario section.mes ol.dias li.evento { 
  background-color:var(--titNotas); 
  color:rgba(255, 255, 255); 
  border-radius:8px; 
  /*    width: 8%;
    margin: 0% 3%;*/
  margin:0px 0px;
  font-weight: 700;
  box-shadow: 1px 1px 2px rgba(0,0,0,1);
}
.calendario section.mes ol.dias li.eventoExt { 
  /*background-color:#a82c1e;*/
  color:rgba(255, 255, 255); 
  border-radius:8px;
  border: 2px solid #a82c1e;
  /*width:14%;*/
  margin:0px 0px;
  font-weight: 700;
  box-shadow: 2px 2px 3px rgba(0,0,0,7);
}
.saludoAnionuevo {margin-left:10px; color:#807360; font-size:4em; text-shadow: 1px 1px 1px black;
}


@media only screen and (min-width: 300px) {
	
.calendario section.mes ol.dias li {
    display: inline-block;
    width: 14%;
    text-align: center;
    padding: 2px 3px 4px 0px;
    margin: 1px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #fbfbfb;
	text-shadow: black 1px 1px 1px;
}
.calendario section.mes ol.dias li.evento, .calendario section.mes ol.dias li.eventoExt { 
	width: 10%;
    margin: 0% 2.1%;
}
.saludoAnionuevo {margin-left:10px; color:#807360; font-size:4em; text-shadow: 1px 1px 1px black;
}
}



/* Diseño tableta: de 681 px a 768 px. Hereda estilos de: Diseño móvil. TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET TABLET */

@media only screen and (min-width: 681px) {
	
	*{
  box-sizing:border-box;
  
}

.PremDestacados {
	display:block;
	height: 100%;
    width: 35%;
	max-width:400px;
    background-color: #034e57;
    overflow: hidden;
    position: relative;
    float: right;
    padding: 0px;
    z-index: 9;
	}
	
.calendario {
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	background-position: center center;
	background-size: cover;
	background-repeat:no-repeat;
    overflow-Y: scroll;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: auto;
}

.calendario h2{
  color:#fff;
  height:50px;
  display:flex;
  width: 100%;
  background: #8c9;
  line-height: 50px;
  margin:0;
  padding-left:24px;
  font-size:20px;
  border-bottom: 1px solid #8c9;
  z-index:10;
  clear: both;
  position:fixed;
 

}
.meses {
	display:block;
}
.eventos {
    width: 100%;
    left: 320px;
    top: 0px;
    margin: 0;
	display:block;
} 
.eventos:last-child{
}
.eventos dt {
    font-size: 14px;
    line-height: 15px;
    width: auto;
    left: 320px;
    height: 45px;
    padding: 8px 0px 8px 8px;
    font-weight: 800;
    letter-spacing: -0.08vw;
}
.eventos dd {
    font-size: 1vw;
    top: 100px;
    width: 99%;
    /* margin: 1% 1% 1% 1%; */
}
div.dtchico {
	font-weight:normal;
	font-size:12px;
    height: 12px;
	display: block;
}
span{

}
dl.primero dd:nth-child(2){
  margin-top: 0px;
}
dl.eventos dd:last-child{
  border-bottom:0;
}
dl.eventos dd:nth-child(2):last-child,
dl.eventos dd:nth-child(3):last-child{
  border-bottom: 1px solid #8c9;
}

h11 {
    font-size: 2vw;
    font-weight: 400;
    color: #034e57;
    text-shadow: white 2px 2px 2px;
}

h3 {
    display: inline-block;
    color: #034e57;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: -0.04vw;
    vertical-align: top;
    text-align: center;
	padding: 0 5px 0 5px;
    align-items: center;
    width: 7%;
    min-width: 27px;
	text-shadow: white 2px 2px 2px;
}
.eventos h3 span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -.5px;
    text-align: center;
}


.premio {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  padding:5px 0px 5px 5px;
  color: #222;
  text-shadow: white 2px 2px 2px;
}
.cond {
    display: inline-block;
	font-family: var(--Narrow);
    padding: 3px 0px 3px 3px;
    font-size: 11px;
    line-height: 11px;
    color: #222;
    text-shadow: white 2px 2px 2px;
    font-weight: 400;
}
.anotacion {
  display: inline-block;
  padding:5px 0px 5px 0px;
  color: #222;
  text-shadow: white 2px 2px 2px;
  font-weight: 800;
}
.premioReabierto {
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
}


.premioReabierto2 {
    font-size: 15px;
    line-height: 13px;
    display: inline-block;
}


.calendario section.mes{ 
  width:100%; 
  height: auto;
  right:100%;
  top:0px;
  /*box-shadow: 1.5px 2px 2px #666;*/
    margin-bottom: 2.5%;
	position:sticky;
  	position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
 }

.calendario section.mes:nth-of-type(1) {
}
.calendario section.mes:nth-of-type(2),section.mes:nth-of-type(3),section.mes:nth-of-type(4),section.mes:nth-of-type(5)
,section.mes:nth-of-type(6),section.mes:nth-of-type(7),section.mes:nth-of-type(8),section.mes:nth-of-type(9)
,section.mes:nth-of-type(10),section.mes:nth-of-type(11),section.mes:nth-of-type(12) {
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}
 .calendario section.mes:nth-last-of-type(1){
	background-image:none;
 } 
.calendario section.mes:last-child{
  border: none;
  background: none;
}


.calendario section.mes ol{
  font-size:0px;
  padding: 0 8px;
  
}
.calendario section.mes ol.semana{
  /*background: #ddd;
  height: 48px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);*/
  
}
.calendario section.mes ol.semana li {
    display: inline-block;
    color: #ffffff78;
    font-size: 12px;
    line-height: 8px;
    width: 14%;
    /* height: 35px; */
    text-align: center;
    /* vertical-align: middle; */
    font-weight: bold;
    margin: 4% 0 0 0;
}  
  
.calendario section.mes ol.dias{
  padding-top: 10px;
}
.calendario section.mes ol.dias li {
    display: inline-block;
    width: 14%;
    text-align: center;
    padding: 2px 3px 4px 0px;
    margin: 1px 0px;
    font-weight: 400;
    line-height: 18px;
    font-size: 16px;
    color: #fbfbfb;
	text-shadow: black 1px 1px 1px;
}
.calendario section.mes ol.dias li.fs{
  font-weight:400; 
  color:#c5c5c5;
}
.calendario section.mes ol.dias li.evento { 
  background-color:var(--titNotas); 
  color:rgba(255, 255, 255); 
  border-radius:8px; 
  /*width:14%;*/
  margin:0px 0px;
  font-weight: 700;
}
.calendario section.mes ol.dias li.evento, .calendario section.mes ol.dias li.eventoExt { 
	width: 10%;
    margin: 0% 2.1%;
}
.calendario section.mes ol.dias li.eventoExt { 
  /*width:14%;*/
  border: 2px solid #a82c1e;
  margin:0px 0px;
  font-weight: 700;
  box-shadow: 2px 2px 3px rgba(0,0,0,1);
}
.saludoAnionuevo {margin-left:10px; color:#807360; font-size:6em; text-shadow: 1px 1px 1px black;
}
}



/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. PC PC PC PC PC PC PC PC PC PC */



@media only screen and (min-width: 769px) {

*{
  box-sizing:border-box;
  
}

.PremDestacados {
	display:block;
    width: 25%;
    overflow: hidden;
    position: relative;
    float: right;
    padding: 0px;
    z-index: 9;
	}

.calendario {
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	background-position: center center;
	background-size: cover;
	background-repeat:no-repeat;
    overflow-Y: scroll;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: auto;
   /* margin: 40px 0px;
    border: 1.5px solid #aaa;*/
}

.calendario h2{
  color:#fff;
  height:50px;
  display:flex;
  width: 100%;
  background: #8c9;
  line-height: 50px;
  margin:0;
  padding-left:24px;
  font-size:20px;
  border-bottom: 1px solid #8c9;
  z-index:10;
  clear: both;
  position:fixed;
 

}
.eventos {
    width: 100%;
    left: 320px;
    top: 0px;
    margin: 0;
	display:block;
} 
.eventos:last-child{
}
.eventos dt {
    font-size: 22px;
    line-height: 23px;
    width: auto;
    left: 320px;
    height: 5.5vw;
    padding: 3px 0px 0px 22px;
    font-weight: 500;
    letter-spacing: -0.08vw;
}
.eventos dd {
    top: 100px;
    width: 99%;
    /* margin: 1% 0% 1% 2%;
    font-style: italic; 
    padding: 0.3% 0% 0.3% 0%;*/
}
div.dtchico {
	font-weight:normal;
	font-size:small;
	display: block;
}
span{

}
dl.primero dd:nth-child(2){
  margin-top: 0px;
}
dl.eventos dd:last-child{
  border-bottom:0;
}
dl.eventos dd:nth-child(2):last-child,
dl.eventos dd:nth-child(3):last-child{
  border-bottom: 1px solid #8c9;
}

h11 {
    font-size: 2vw;
    font-weight: 400;
    color: #034e57;
    text-shadow: white 2px 2px 2px;
}

h3 {
    display: inline-block;
    color: #034e57;
    font-size: 35px;
    line-height: 20px;
    letter-spacing: -0.2vw;
    vertical-align: top;
    text-align: center;
	padding: 0 5px 0 5px;
    align-items: center;
    width: 8%;
    min-width: 50px;
    text-shadow: white 2px 2px 2px;
}
.eventos h3 span {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -.5px;
    text-align: center;
}


.premio {
    display: inline-block;
    font-size: 20px;
    line-height: 18px;
    padding: 5px 0px 5px 0px;
    color: #222;
    text-shadow: white 2px 2px 2px;
}
.cond {
    display: inline-block;
	font-family: var(--Normal);
    padding: 3px 0px 3px 3px;
    font-size: 13px;
    line-height: 15px;
    color: #222;
    text-shadow: white 2px 2px 2px;
    font-weight: 400;
}
.cond strong {
    font-size: 12px;
    line-height: 15px;
}
.premioReabierto {
    font-size: 22px;
    line-height: 24px;
    display: inline-block;
}

.premioReabierto2 {
    font-size: 15px;
    line-height: 16px;
    display: inline-block;
}


.anotacion {
    font-size: 12px;
    color: #000000;
    font-weight: 800;
}


.calendario section.mes{ 
  width:100%; 
  height: auto;
  right:100%;
  top:0px;
  /*box-shadow: 1.5px 2px 2px #666;*/
    margin-bottom: 2.5%;

	position:sticky;
  	position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
 }

.calendario section.mes:nth-of-type(1) {
}
.calendario section.mes:nth-of-type(2),section.mes:nth-of-type(3),section.mes:nth-of-type(4),section.mes:nth-of-type(5)
,section.mes:nth-of-type(6),section.mes:nth-of-type(7),section.mes:nth-of-type(8),section.mes:nth-of-type(9)
,section.mes:nth-of-type(10),section.mes:nth-of-type(11),section.mes:nth-of-type(12) {
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}
 .calendario section.mes:nth-last-of-type(1){
	background-image: none;
 } 
.calendario section.mes:last-child{
  border: none;
  background: none;
}


.calendario section.mes ol{
  font-size:0px;
  padding: 0 15px;
  
}
.calendario section.mes ol.semana{
  /*background: #ddd;
  height: 48px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);*/
  
}
.calendario section.mes ol.semana li {
    display: inline-block;
    color: #ffffff78;
    font-size: 13px;
    line-height: 9px;
    width: 14%;
    /* height: 35px; */
    text-align: center;
    /* vertical-align: middle; */
    font-weight: bold;
    margin: 4% 0 0 0;
}  
  
.calendario section.mes ol.dias{
  padding-top: 10px;
}
.calendario section.mes ol.dias li {
    display: inline-block;
    width: 14%;
    text-align: center;
    padding: 2px 3px 4px 0px;
    margin: 1px 0px;
    font-weight: 400;
    /*font-style: italic;*/
    font-size: 18px;
    color: #fbfbfb;
	text-shadow: black 1px 1px 1px;
}
.calendario section.mes ol.dias li.fs{
  font-weight:400; 
  color:#c5c5c5;
}
.calendario section.mes ol.dias li.evento { 
  background-color:var(--titNotas); 
  color:rgba(255, 255, 255); 
  border-radius:8px; 
  /*width:14%;*/
  margin:0px 0px;
  font-weight: 700;
}
.calendario section.mes ol.dias li.evento, .calendario section.mes ol.dias li.eventoExt { 
	width: 14%;
    margin: 0% 0%;
}
.calendario section.mes ol.dias li.eventoExt { 
  border: 2px solid #a82c1e;
  /*width:14%;*/
  margin:0px 0px;
  font-weight: 700;
  box-shadow: 2px 2px 3px rgba(0,0,0,1);
}
.saludoAnionuevo {margin-left:10px; color:#807360; font-size:6em; text-shadow: 1px 1px 1px black;
}
}

@media only screen and (min-width: 900px) {
	

.PremDestacados {
	display:block;
	height: 100%;
}

.eventos dt {
	height: 1.95em;
}
.saludoAnionuevo {margin-left:10px; color:#807360; font-size:5em; text-shadow: 1px 1px 1px black;}
}
.calendario section.mes ol.dias li {
    font-size: 20px;
}
}

@media only screen and (min-width: 1000px) {

.PremDestacados {
	display:block;
    width: 15%;
}



.premio {
    display: inline-block;
    font-size: 24px;
    line-height: 18px;
    padding: 5px 0px 5px 0px;
    color: #222;
    text-shadow: white 2px 2px 2px;
}
}

@media only screen and (min-width: 1440px) {

.PremDestacados {
	display:block;
    width: 20%;
    min-width: 300px;
}
}

@media only screen and (min-width: 1900px) {

.PremDestacados {
	display:block;
    width: 20%;
    max-width: 430px;
}

.premio {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    padding: 5px 0px 5px 0px;
    color: #222;
    text-shadow: white 2px 2px 2px;
}
.cond {
    display: inline-block;
	font-family: var(--Normal);
    padding: 3px 0px 3px 3px;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    text-shadow: white 2px 2px 2px;
    font-weight: 400;
}
.cond strong {
    font-size: 14px;
    line-height: 16px;
}
.premioReabierto {
    font-size: 28px;
    line-height: 28px;
    display: inline-block;
}
.premioReabierto2 {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
}
.anotacion {
    font-size: 14px;
    line-height: 16px;
}
}