/* CSS Document */
body {
   margin:0;
   padding:0;
   height:100%;
   background:url(background.jpg) repeat-x;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   overflow:auto;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	padding-bottom:60px;
	border:0;
	width: 867px;
	overflow:auto;
}

#header {
	margin: 33px 0 0px 0;
	background:#FFFFFF;
	height:100px;
}
#menu {
	margin: 0px auto;
	height:58px;
}

#side-a {
	float: left;
	width: 600px;
	background:url(imagenes/fondo_colu.jpg) repeat-y;
}

#side-b { 
	margin: 0;
	float: left;
	width: 265px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#side-c {
	float: left;
	width: 265px;
	
	
}
#side-d { 
	margin: 0;
	float: left;
	width: 600px;
	background:url(imagenes/fondo_colu.jpg) repeat-y #FFFFFF;
	height: 1% /* Holly hack for Peekaboo Bug */
	
}
#body {
   padding:10px;
   padding-bottom:30px;   /* Height of the footer */
}
#footer {
position:fixed;
   clear:both;
   overflow:auto;
   bottom:0;
   width:100%;
   height:30px;   /* Height of the footer */
   background:#0e0e0e;
   color:#FFFFFF;
   text-align:center;
   padding-top:10px;
   font-size:12px;
}

/* Textos */

#bienvenidos {
height:247px;
font-size:12px;
padding: 22px 42px 0 33px;
height:244px;
}

#quienes_somos {
height:247px;
font-size:12px;
padding: 22px 42px 0 33px;
height:276px;
}
#cuadro_rojo{
background:url(imagenes/cuadro_rojo.jpg) repeat;
width:265px;
height:291px;
color:#FFFFFF;
}
#cuadro_rojo2{
background:url(imagenes/cuadro_rojo2.jpg) repeat;
width:265px;
height:298px;
color:#FFFFFF;
}
.padding_cuadro{
padding:30px 20px 0 23px;}

.padding_cuadro2{
padding:10px 20px 0 23px;}

#cuadro_rojo ul {
list-style:none;
padding:0px;
}
#cuadro_rojo li {
margin:0px;
padding:0px;
padding-left:25px;
background-image:url(imagenes/bullet.png);
background-repeat:no-repeat;
height:25px;
}
#conozcanos{
padding-top:20px;
text-align:right;}

#diseno{
text-align:right;
background:#f3f3f3;
font-size:10px;
width:860px;
padding:5px 5px 3px 0;
}
#diseno a{
color:#000000;
}