body{
	padding:0px;
	margin:0px;
	border:0px;
	color:#4b4e8a;
	font-family:Verdana, Kalimati, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background:url('../images/fondo_body.gif') top center repeat-y #cccccc;
}
#pagebox{
	width:1000px;
	margin:0 auto;
	border:1px solid #999999;
	background-color:#f0f0f0;
}
#headerbox{
	text-align:left;
	background:url('../images/fondo_header.png') top left no-repeat #f0f0f0;
}
#logobox{
	float:left;
	padding:20px;
}
#contactobox{
	float:right;
	padding:40px 40px 20px 20px;
	font-size:12px;
}
#titlebox{
	padding:20px;
}
#titlebox h1{
	color:#777bb4;
	font-size:28px;
	margin:0 0 2px 0;
	font-weight:normal;
}
#titlebox{
	font-size:16px;
	padding:20px 0 0 20px;
}
#menubox{
	clear:both;
	padding:0 20px;
	text-align:right;
}
#menubox a{
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	border:1px solid #cccccc;
	padding:8px 21px 0 8px;
	margin-bottom:-1px;
	background:url('../images/menuoff.png') bottom left repeat-x #f8f8f8;
	display:block;
	float:right;
	height:30px;
}
#menubox a.on{background:#ffffff;border-bottom:1px solid #ffffff}
#menubox a:link,#menubox a:visited{color:#333333}
#menubox a:hover,#menubox a:active{color:#0000ee}
#menubox a.t1{background:url('../images/menuoff_t1.png') bottom right no-repeat #f8f8f8}
#menubox a.t2{background:url('../images/menuoff_t2.png') bottom right no-repeat #f8f8f8}
#menubox a.t1on{background:url('../images/menuon_t1.png') bottom right no-repeat #ffffff;border-bottom:1px solid #ffffff}
#menubox a.t2on{background:url('../images/menuon_t2.png') bottom right no-repeat #ffffff;border-bottom:1px solid #ffffff}
#contentbox{
	clear:both;
	text-align:left;
	padding:30px 20px 40px 20px;
	margin:0 20px;
	border:1px solid #cccccc;
	background:url('../images/fondo_content.png') top center no-repeat #ffffff;
	min-height:500px;
	height:auto !important;
}
#footerbox{
	clear:both;
	text-align:right;
	padding:100px 20px 20px 20px;
	color:#666666;
	background:url('../images/fondo_footer.png') bottom left no-repeat #f0f0f0;
}
#footerbox a{text-decoration:none}
#footerbox a:link,#footerbox a:visited{color:#777bb4}
#footerbox a:hover,#footerbox a:active{color:#0000ee}
#footerbox img{vertical-align:middle}

#popup_contacto{
	width:680px;
	padding-bottom:30px;
}
#popup_contacto table{
	margin:20px 0 40px 40px;
}
#popup_contacto td{
	font-size:150%;
}
