html, body {height:100%;}

body {
	margin:0px;
	font:11px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#464646;
	background-image:url(imagenes/home/fondohome.jpg);
	background-position:bottom;
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color:#727272;
}

#container {
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:middle;
}

#todo {
	margin:0 auto;
	width:778px;
	text-align:left;
}

#fondo-blanco {
	background-color:#FFF;
}

.lightbox {
	background-color:#ffffe1;
	padding:3px;
	border:1px dashed #FFCC00;
	width:200px;
	color:#000;
	position:absolute;
	right:7px;
	top:7px;
}

#footer {
	text-align:left;
	width:778px;
	margin:0 auto;
	font:9px Tahoma, Arial, Helvetica, sans-serif;
	color:#FFF;
	clear:both;
}

#top {
	width:778px;
	height:116px;
}

#top h1 {
	padding-left:20px;
}

#contenido {
	widows:648px;
	height:412px;
	float:left;
	text-align:left;
}

#contenido p, #contenido h3 {
	padding-left:20px;
	padding-right:20px;
}

#menu {
	width:130px;
	height:180px;
	margin-top:50px;
	float:left
}

#menu ul {
	margin:0 0 0 20px;
	padding:0;
	text-align:left;
}

#menu ul li {
	margin-bottom:10px;
	list-style-type:none;
}

#menu #buscador {
	height:50px;
}

.campo{ width:72px; border:1px solid #cdcdcd; background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif; font-size:9px; 
}