﻿body {
}
/*izquierda*/

.exportacion_izquierda
{
    width:500px;
    height:100%;
    float:left;
    background: url('img/pontipag4.jpg' );

}
.exportacion_izquierda .contenedor
{ 
    width:100%;
    float:left;
}


.exportacion_izquierda .promocion a
{
    width:180px;
    float:left;
    color:#000;
    font-size:15px;
    text-align:center;
}
.exportacion_izquierda .contenedor h2
{
    width:;
    float:left;
    font-size:11px;
    color:#CCC;
}
.exportacion_izquierda img
{
    width:100%;
    float:left;
    margin-bottom:10px;
}



/*contenido*/
.exportacion_contenido
{
    width:400px;
    float:right;   
    padding-bottom:10px;
	padding-top:20px;
	height:100%;


}
.contenido_contenedor
{

    width:400px;   
    float:left;
  
 padding-left :30px;   
   
}    
.contenido_contenedor a
{
    color:#333;
    text-decoration:none;
}    
.contenido_contenedor a:hover
{
    text-decoration:underline;
}
.contenido_contenedor .imagenes
{

    width:400px;
    
    height:300;
    overflow:hidden;
    float:left;

   
}
.contenido_contenedor .imagenes img
{
    width:400px;
    height:300px;
    overflow:hidden;
    float:left;
   
    margin-bottom:30px;
}
.contenido_contenedor h1
{
    font-size:17px;
    float:left;
    width:315px;
    
    padding-right:20px;
    text-transform:uppercase;
     color:#ccc;
     border-bottom:1px solid #ccc;

    }
    .contenido_contenedor h2
{
    font-size:17px;
    float:left;
    width:300px;
    padding-right:30px;
    text-transform:uppercase;
    color:#666;
    
    }
.contenido_contenedor span
{
    width:300px;
    padding-right:30px;
    font-size:11px;
    float:left;
    margin-top:20px;
    text-align:justify;
}
.contenido_contenedor div
{
    width:300px;
    padding-right:40px;
    font-size:11px;
   
    float:left;
    margin-top:10px;
    text-align:justify;
        
}
