﻿/*CENTRO*/
.sitemap_centro
{
    margin-left:100px;
    width:450px;
    float:left;
    padding-left:10px;
    padding-right:10px;
}
.sitemap_centro .contenedor
{ 
    width:100%;
    margin-bottom:10px;
    text-align:justify;
}
.sitemap_centro .contenedor h1
{
    width:100%;
    margin-bottom:4px;
    float:right;
}
.sitemap_centro .contenedor h2
{
    width:100%;
    margin-bottom:4px;
    float:right;
}
.sitemap_centro .contenedor span
{
    width:100%;
    float:right;
}
.sitemap_centro .contenedor .imagenes
{ 
    width:100%;
    float:left;
    margin-bottom:10px;
    text-align:center;
}
.sitemap_centro .contenedor img
{ 
    width:550px;
    float:left;
    margin-bottom:10px;
}
.sitemap_centro .principal
{ 
    width:340px;
    padding:10px;
    float:left;
    background-color:#f9fee7;
    min-height:400px;
}
.sitemap_centro .principal .imagenes
{ 
    width:100%;
    float:left;
}
.sitemap_centro .secundarios
{ 
    width:200px;
    float:left;
}
.sitemap_centro .secundarios .imagenes
{ 
    width:180px;
    float:left;
}