/* 
    Document   : ofertas
    Created on : 30-may-2012, 12:05:49
    Author     : manu-net
    Description:
        Purpose of the stylesheet follows.
*/



#containerOfertas .contenedor 
{
cursor: pointer; 
cursor: hand;
}
#containerOfertas .offer 
{
cursor: pointer; 
cursor: hand;
}

#gratuita{
background-image: url(/estilos/blanco/gratuito-icon.png);
background-repeat:no-repeat;
}

#bonificada{
background-image: url(/estilos/gris/bonificada-icon.png);
background-repeat:no-repeat;
}
.offer {
	float:left;
	width:319px;
	margin-left:35px;
 	margin-right:10px;
	margin-bottom:15px;
        margin-top:75px;
	height:163px;        
	background-image: url(/estilos/gris/bkgd-ofert.gif);
        border-radius:3px;
}

.offer:hover {
	background-image: url(/estilos/gris/bkgd-ofert-hover.gif);

}

.fotooffer {
	float:right;
        margin-top: -45px;
	margin-right:10px;
	width:204px;
	height:115px;
/*        position: absolute;*/
        margin-left:100px;
        background-color:#c6c6c6;

}




.fotoofferborder {
    background-color: #c6c6c6;
    border: 1px solid #A3A3A3;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.9);
    background-position: center;
}
.horas {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
       
}

.matricula {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#b6b5b4;
	clear:left;
	margin-top:5px;
	margin-left:10px;
        width:80px;
}
.curso {
	clear: both;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    margin-left: 12px;
    margin-right: 15px;
    margin-top: 4px;
    overflow: hidden;
    vertical-align: middle;
}

.containerMatriculasGris {
    color: #990000;
    float: left;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 0;
    width: 100%;
    background-color: #262626;
}

.hr_oferta{
    border-top: 1px solid #696765;
    clear: both;
    height: 30px;
     line-height:16px;
    margin-top: 10px;
    padding-top: 6px;
    margin-left:12px;
    margin-right:12px;
}


.precio{
   float:right;
   font-family:Arial, Helvetica, sans-serif;
   font-size:18px;
   font-weight:bold;
   color:#FF5E00;
  
}

.precio_desde{
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#FFFFFF;
}

.close_window {
    background-image:url(/estilos/gris/close-video.png);
    position: absolute;
    margin-left:309px;
    margin-top:-92px;
    display:none;
    height:15px;
    width:15px;
}

.close_window:hover {
    background-image:url(/estilos/gris/close-video-hover.png);


}

#bodyContainerPortada .offer{
margin-left:5px;
}

