<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style para Property.asp
**************************
verlinea pc = espacio superior de la foto
verlineacel = espacio inferior de la foto
#carousel = para que no se vea el carrusel en celular
******************************************/

.verlineapc  {padding-top:20px;}
.verlineacel {padding-top:0px;}
.flex-direction-nav a  { color: #c12c2d;border: 2px solid #c12c2d;}

@media only screen and (max-width: 1024px) and (min-width: 320px) /*Para celular o Tablet*/
{    
    #slider .flex-viewport .slides li { height: 250px; }
    #carousel { display: none; }
    .verlineapc  {padding-top:0px;}
   	.verlineacel {padding-top:10px;}
    .nomostrar {display:none}  
}
@media only screen and (max-width: 768px) and (min-width: 320px) and (orientation:landscape) /* Celular */
{
    .flexslider .slides img 
    {
      max-height: 350px !important; /*maximum height for all slides*/
      width: auto !important;       /*proper aspect ratio of images*/
      max-width: 100% !important;   /*maximum width for all slides*/
      margin: 0 auto !important;    /*centering images in the container*/
    }   
}    
    
@media only screen and (max-width: 1024px) and (min-width: 768px)  and (orientation:portrait) /* Tablet*/
{
    .flexslider .slides img 
    {
      max-height: 350px !important; /*maximum height for all slides*/
      width: auto !important;       /*proper aspect ratio of images*/
      max-width: 100% !important;   /*maximum width for all slides*/
      margin: 0 auto !important;    /*centering images in the container*/
    }  

}    

</pre></body></html>