html * {
	margin:0;
	border:0;
}

body {
	background:#f2f2f2;
}

#wrapper {
	width:775px;
	height:auto;
	background:white;
	margin:0 auto;
	border-bottom:none;
	border-top:none;
	border-left:2px solid #CCC;
	border-right:2px solid #CCC;	
}

#header {
	width:775px;
/*	height:123px;*/
	background:url(images/pozuzo_banner.jpg) no-repeat left top;
	background-color: #32CCFE;
}

#header h1 span, #header h2 span {
	visibility:hidden;
}

#header #menu {
/*	float:right;*/
	list-style:none;
	margin:15px 10px 0 0;
	padding: 10px;
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	font-size:15px;
	width: 755px;
	text-align: right;
}

#header #menu li{
	display: inline;
	/*float:left;*/
	list-style:none;
	margin:20px 10px 0 0px;
	border-left:1px solid #99E6FF;
	padding:0 0 0 10px;
}

#header #menu li a{
	color:white;
	text-decoration:none;
}

#header #menu li a:hover{
	color:#EFEFEF;
}

#header #menu li.primero {
	border:none;
}


/* CAJAS DE LA caja ********************************************/

#columna {
	float: right;
	margin: 20px 10px;
	width: 276px;
}
.caja {
	background:url(images/bg_caja.jpg) no-repeat center top;
}

.caja h3{
	font-family:"Trebuchet MS", arial, helvetica, sans-serif;
	color:#B4DB2C;
	margin:0 0 0 5px;
}

.caja_final {
	height:35px;
	background:url(images/bg_caja_final.jpg) no-repeat center top;
}

.caja ul  {
	margin:25px 10px 0 -10px !important;
	margin:25px 10px 0 20px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	list-style:none;
}

.caja li  {
	background:url(images/bullet_lat.gif) no-repeat left top;
	padding-left:20px;
	color:#666;
	margin:5px 0 0 0;
}

.caja p {
	margin: 15px 15px 0 15px;
	color: #5D5D5D;
}

.caja p strong {
}

#descarga {
	text-align:center;
}

#label_idioma {
	display: none;
}

form#form_idioma {
	margin: 10px 3px 10px 10px;
}

/* TEXTO CENTRAL *******************************************************/

#texto {
	float:left;
	width:410px;
	margin:20px 30px!important;
	margin:20px 15px;
}

#texto p {
	margin:15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:gray;
}

#texto ul {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:gray;
}

#texto a {
	color:#0099FF;
}

#texto strong {
	color:#0099FF;
}

#texto #destacado {
	padding:10px;
	font-size:1.1em;
	background:url(images/bg_destacado.jpg) repeat-x left top;
	text-align:center;
}


/* FOOTER ********************************/

#footer {
	clear:both;
	width:575px;
	height:19px;
	margin:20px 0 0 0;
	padding:0px 100px 5px 100px;
	text-align:center;
	background:url(images/bg_footer.jpg) no-repeat center bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#666;
}

#footer a {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}