@import url("col-izq.css");
@import url("noticiasred.css");
@import url("col-central.css");
@import url("barra.css");
@import url("pie.css");
@import url("header.css");

body{
 margin: 0;
 padding:0; 
 background: #ffffff;
 color: #333333;}	 
	 
#contenedor-principal{
 width: 798px;
 margin-top: 0px;
 margin-right: auto;
 margin-left: auto;
 background-color: #95345b;
 max-width: 1000px;
 min-width: 798px;
 height: auto;
 overflow: hidden;
 border: 2px #4c4f54 solid;}
 
#header{
 height:200px; 
 width:100%;
 background-color: #95345b; 
 color: #333333; 
 margin:0;
  }

#barra{
 height:30px; 
 width:100%; 
 background:#b43f6e;
 color: #333333; 
 margin:0;
  }

#bloque-central {
 width:100%;
 background: #95345b;
 color: #333333;
 min-height: 450px;
 max-height: 500px;}

#col-izq{
 float: left;
 width: 200px;
 background: url(../images/degrad.jpg);
 color: #333333;
 min-height: 450px;
 max-height: 500px;}

#col-central{
 float: left;
 width: 567px;
 background:#95345b;
 color: #333333;
 padding-left: 10px; 
 padding-right: 10px; 
 padding-bottom: 10px; 
 padding-top: 5px;
 min-height: 450px;
 max-height: 500px;
 overflow: auto;}

#noticiasred{
 float: left;
 width: 567px;
 background:#b43f6e;
 color: #333333;
 min-height: 250px;
 max-height: 500px;
border-top: 4px #bbbbbb solid;}

#footer {
 width: 798px;
 height:auto;
 background:#95345b;
 color: #333333;
 margin:0;
 float: left;
 border-top: 2px #4c4f54 solid;}
