@import url(box_pie.css);


* { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}

body {
	margin: 0;
	background: url(../images/bg.jpg) center top no-repeat white;
}

div#l_all {
	margin: 0 auto;
	width: 768px;
	background-color: white;
}

div#l_contents {
	overflow: hidden;
	margin: 0;
	width: 768px;
	padding: 0 0 70px0;
	background: url(../images/bg_menu.jpg) no-repeat bottom left white;
}

div#breadcrumbs {
	float: left;
	margin: 0 0 0 3px;
	width: 606px;
	padding: 3px 0 3px 4px;
	color: #00427b;
	background-color: #a6c0d8;
}

a img {
	border: none;
	text-decoration: none;
	}

a:active, a:visited, a:link {
	color: black;
	text-decoration: none;
	}
a:hover { color: #993366; }

form {
	margin: 0;
	padding: 0;
	}

p {
	/*margin: 0 0 10px 0;*/
	line-height: 12px;
	color: #333333;
	text-align:justify;
	}

div#contents h1 {
	clear: both;
	margin: 25px 0 10px 0;
	padding: 0;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	background: url(../images/deco_h1.gif) no-repeat bottom left;
}
div#seccion h2 { margin-top: 0; }

div#header {
	margin: 0;
	padding: 0;
	}
div#header a img { margin: 0; }
div#header div#language_flags {
	margin-top: -21px;
	margin-bottom: 3px;
	margin-left: 1px;
	}

div#left {
	float: left;
	width: 155px;
	padding-bottom: 120px;
	}

div#contents {
	float:left;
	overflow:hidden;
	margin: 0;
	width: 417px;
	padding: 0 23px 0 20px;
	}
div#contents.full { width: 612px; }

div#right {
	float: right;
	margin-top: -32px;
	width: 153px;
	padding: 0;
	}

/**
* Footer
*/
div#footer {
	clear: both;
	position: relative;
	float: left;
	top: 0;
	bottom: 0;
	margin-bottom: 0;
	}
div#footer div.validations {
	float: right;
	margin: 0; }
div#footer div.validations a { padding-right: 10px; }
div#footer table { float: left; }
div#footer table td {
	padding-left: 10px;
	text-align: left;
}

div#footer table td.first {
	background-image: none;
	padding-left: 0;
	}
div#footer table td.last {
	background-image: none;
	padding-left: 0;
	color:#456409;
	cursor:pointer;
	}
div#footer div#brand {
	clear: both;
	color: #a6c0d8;
	margin: 0 0 20px 0;
	}
div#footer a { color: #fd9a05; }
div#footer a:link { color: #fd9a05; }
div#footer a:hover { color: #00427b; }
div#footer div.box_751 {
	width: 761px;
	padding-top: 0;
	}
div#footer div.box_751 div.signature {
	clear: both;
	height: 30px;
	padding-bottom: 0;
	text-align: center;
	color: #9c9c9c;
	}
div#footer div.box_751 div.signature img { margin-right: 10px; }
div#footer div.box_751 div.signature a { color: #9c9c9c; }

div#l_all div#l_contents div#left div.box_menu_bottom { display: none; }

div#popin_service {
	display: none;
	z-index: 1;
	position: absolute;
	top: 40%;
	left: 40%;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	width: 250px;
	padding: 5px;
	background-color:#dcdcdc;
	}