Aquí dejo el css, disculpen el doble post pero no me dejaba escribir mas en el anterior.
Código HTML:
body{
background-image:url(imagenes/body_bg.jpg);
background-repeat:no-repeat;
}
body,html{
margin:0;
padding:0;
height:100%;
}
#encabezadoP{
width:100%;
}
#encabezado{
width:960px;
margin:auto;
}
#menuP{
width:960px;
height:50px;
background-image:url(imagenes/lineas_separadoras.png);
background-repeat:no-repeat;
}
#encabezadoImagen{
width:960px;
height:553px;
background-image:url(imagenes/congreso_tituloP.png);
background-position:center;
background-repeat:no-repeat;
}
#contenidoP{
width:100%;
height:100%;
}
#contenidoC{
width:960px;
height:100%;
margin:auto;
background-image:url(imagenes/contenido_bg.jpg);
background-repeat:repeat-y;
}
#contenido{
width:900px;
height:100%;
margin:auto;
background-image:url(imagenes/motivos_bg.jpg);
background-repeat:repeat-y;
}
#leftCol{
width:325px;
height:100%;
float:left;
}
#seccion{
width:309px;
margin-top:25px;
margin-left:17px;
height:112px;
}
#seccion img{
float:left;
}
#seccion #texto{
float:left;
width:179px;
padding-left:8px;
}
#seccion p{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#3c3c3c;
margin:0px;
}
#seccion p+p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#787878;
}
#midCol{
margin-left:14px;
margin-right:15px;
margin-top:70px;
width:1px;
height:85%;
background:#000;
float:left;
}
#rightCol{
width:545px;
height:100%;
float:left;
}
#rightCol div{
width:528px;
height:31px;
}
#rightColCont{
margin-left:17px;
margin-right:40px;
font-family:Arial, Helvetica, sans-serif;
color:#6b0000;
}
p#rightColCont{
font-size:12px;
line-height:19px;
color:#858585;
}
h4#rightColCont{
font-size:14px;
margin-top:25px;
margin-bottom:10px;
}
#colTitle{
background-image:url(imagenes/titulo2_bg.jpg);
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
padding-top:15px;
padding-left:17px;
color:#FFF;
width:309px;
height:31px;
}
#pieP{
width:100%;
height:110px;
background-image:url(imagenes/pie_bg.jpg);
background-repeat:repeat-x;
}
#pie{
margin-left:auto;
margin-right:auto;
width:960px;
height:100%;
text-align:center;
}
#pie p{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFF;
margin:0px;
padding-top:10px;
}
#logosOrg{
width:210px;
height:70px;
margin:auto;
padding-top:10px;
}
#logosOrg img{
width:60px;
height:inherit;
margin-left:5px;
margin-right:5px;
float:left;
}
#llamasCont{
width:100%;
height:74px;
}
#llamas{
width:960px;
height:74px;
background-repeat:no-repeat;
background-image:url(imagenes/llamas.png);
margin:auto;
}
#logo{
width:300px;
height:136px;
background-image:url(imagenes/logo.png);
float:right;
margin-right:40px;
margin-top:40px;
}
/********************************************** PAGINA INTERNA *******************************************/
#leftColInt{
width:566px;
height:100%;
margin-left:27px;
margin-right:15px;
float:left;
margin-top:27px;
font-family:Arial, Helvetica, sans-serif;
color:#6b6b6b;
font-size:13px;
line-height:19px;
}
leftColInt p{
margin:0px;
padding:0px;
}
#rightColInt{
width:250px;
height:100%;
margin-left:15px;
margin-right:27px;
float:left;
margin-top:27px;
}
img#rightColIntImg{
margin-bottom: 27px;
}
#colTitleInt{
background-image:url(imagenes/barraTituloInt.png);
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
padding-top:15px;
padding-left:17px;
color:#FFF;
width:883px;
height:31px;
}
#encabezadoImagenInt{
width:960px;
height:250px;
background-image:url(imagenes/congreso_tituloInt.png);
background-position:center;
background-repeat:no-repeat;
}
#logoMin{
width:200px;
height:91px;
background-image:url(imagenes/logoMin.png);
float:right;
margin-right:40px;
margin-top:40px;
}