﻿@media screen and (min-width:600px) 
{
     #contenedorCarru
{
     
    background-color:#001004;
    
    vertical-align:middle; 
    width:80%;
    top:10px;
	 z-index:3;
     margin-left:14%;
     opacity:.01;
}
         #contenedor2
{
    position:absolute;
     
    width:90%;
    top:90px;
	 z-index:3;
     left:5%;
}
#chema
{
    height: 480px;
    width:90%;
    left:0px;
    top:20px;
    position: relative;
    overflow:hidden;
    z-index:-100;
     -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -o-user-select: none;
 -ms-user-select: none;
 user-select: none
     
}
.capa1
{
    top:50px;
    position:absolute;
    width: 50%;
    height: 400px;
    left:25%;
    z-index:1;
   border-bottom:2px,solid, #ff0000 ;
    border-radius: 4px 3px 3px 3px;
    box-shadow: 2px 3px 6px #808080;
    
}
.imageCarrusel{
    width:100%;
    height:100%;
}
 .textoFoto {
         position:relative;
        
         clear:both;
        top:-39px;
        z-index:1;
        height:30px;
        width:100%;
         
    }
  .textoDif {
         float:left;
         background-color:#0f6024;
         
         
        z-index:1;
        height:40px;
        width:100%;
        opacity:.7;
    }
     
      .textoFotoTex {
         position:relative;
         color:#ffffff;
         font-size:15px;
         top:-30px;
       float:left;
        z-index:2;
        text-align:center;
        width:100%;
         font-family: Tahoma,Verdana;
    }
    }
    
     
 @media screen and (max-width:600px) 
 {
     #chema
{
    height: 480px;
    width:90%;
    left:0px;
    top:20px;
    position: relative;
    overflow:hidden;
    z-index:-100;
     -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -o-user-select: none;
 -ms-user-select: none;
 user-select: none
     
}
.capa1
{
    top:50px;
    position:absolute;
    width:90%;
    height: 400px;
    left:5%;
    z-index:1;
   border-bottom:2px,solid, #ff0000 ;
    border-radius: 4px 3px 3px 3px;
    box-shadow: 2px 3px 6px #808080;
    
}
.imageCarrusel{
    width:100%;
    height:100%;
}
 .textoFoto {
         position:relative;
        
         clear:both;
        top:-39px;
        z-index:1;
        height:30px;
        width:100%;
         
    }
  .textoDif {
         float:left;
         background-color:#0f6024;
         
         
        z-index:1;
        height:40px;
        width:100%;
        opacity:.7;
    }
     
      .textoFotoTex {
         position:relative;
         color:#ffffff;
         font-size:15px;
         top:-30px;
       float:left;
        z-index:2;
        text-align:center;
        width:100%;
         font-family: Tahoma,Verdana;
    }
    
     #contenedor2
{
    position:absolute;
     
    width:100%;
    top:30px;
	 z-index:3;
     left:0px;
}
 #contenedorCarru
{
     
    background-color:#001004;
    
    vertical-align:middle; 
    width:80%;
    top:10px;
	 z-index:3;
     margin-left:14%;
     opacity:.01;
}
    }
    
    
   