﻿/*CENTRO*/
.seccion_centro
{
       width:780px;
    float:left;
 margin-left:20px;
 border-right: 1px #000;
   border-right-style:dashed;
   
  
}
*html .seccion_centro{
	width:750px;
	}
.seccion_centro .contenedor
{ 
    width:100%;
    margin-bottom:10px;
    text-align:justify;
}
.seccion_centro .contenedor h1
{
    width:565px;
    margin-bottom:4px;
    float:right;
    margin-right:15px;
    color:#a82b86;

}
*html .seccion_centro .contenedor h1{
width:530px;
}
.seccion_centro .contenedor h2
{
    width:380px;
    margin-bottom:4px;
    float:right;
}
.seccion_centro .contenedor span
{
   
    float:right;
}
.seccion_centro .contenedor div
{
    width:565px;
    float:right;
    margin-right:15px;
    text-align:justify;
    margin-bottom:20px;
}
*html .seccion_centro .contenedor div{
	width:530px;
	}
.seccion_centro .contenedor .imagenes
{ 
    
    float:left;
    margin-bottom:10px;
    text-align:center;
}
.seccion_centro .contenedor img
{ 
   
  
    background: url('img/sombra_blanco.jpg') no-repeat;
    background-position:right bottom;
    padding:0px 10px 10px 0px;
}
.seccion_centro .principal
{ 
    width:340px;
    padding:10px;
    float:left;
    background-color:#f9fee7;
    min-height:400px;
}

.seccion_centro .secundarios
{ 
    width:200px;
    float:left;
}
.seccion_centro .contenedor .imagenes_libres
{ 
    width:180px;
    float:left;
   margin-left:5px;
}
*html .seccion_centro .contenedor .imagenes_libres{
	width:175px;
	}
.seccion_centro .contenedor .imagenes_libres img
{
	width:170px;
	border:0px;
	float:left;
}
