/* CSS Main Document */
@CHARSET "UTF-8";

/* common */
body {
	font-family: verdana, sans-serif;
	font-size: small;
	/*voice-family: "\"}\"";*/
	/*voice-family: inherit;*/
	min-width: 700px;
	margin:0px;
}
img { border: 0; }
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.2em 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: arial, verdana, sans-serif;
}
h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h2 a { text-decoration: none; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h4 a { text-decoration: none; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; color: #444; }

a { text-decoration:none; }
a:hover { text-decoration:underline; }

p { text-align: justify; }

input[type="submit"] { font-weight: bold; }

/* Page Template */

/* header */
.left { float:left; }
.right { float:right; }
.left a, .right a { margin:0px 3px 0px 3px; }
#iHeaderMain {
	clear: both;
	padding:0px 25px 0px 25px;
}
#iHeaderLogo h1 {
	padding:0px 35px 10px 0px;
	margin:0px 0px 0px 0px;
	border-bottom-width: 0px;
	float: right;
	font-weight: bold;
}
#iHeaderLogoComAr { font-size: 60%; }
#iHeaderMainBar {
	margin-top:10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align:center;
	padding:4px 5px 4px 5px;
	font-weight: bold;
}
#iHeaderTools {
	padding:5px 45px 0px 45px;
	clear: both;
	margin:0px 0px 0px 0px;
}
#iWhereAreYou a, iPageTools a { padding:0px 5px 0px 5px; }

#iBody {
	min-height: 300px;
	margin: 20px;
	padding: 5px 20px 0px 20px;
}
#iBody h2, #iBody p { margin-top: 0; }
#iBody h2 { margin-bottom: 20px; }

/* footer */
#iFooter {
	clear: both;
	/*margin-top: 1em;*/
	margin: 2em 0;
	padding: 1em 0;
	text-align: center;
}
#iFooterMain { padding:0px 25px 0px 25px; }
#iFooterMainBar {
	margin-top:10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align:center;
	padding:2px 5px 2px 5px;
	
}
#iFooterCopyright {
	padding:5px 0px 0px 0px;
	clear:both;
	font-size: 90%;
}
#iFooterCopyright p a {
	white-space: nowrap;
	padding: 0 0.3em;
}
#iFooterCopyright p {
	margin: 0.6em 0;
	text-align:center;
}

/* content */
.first_column {
	width: 30%;
	float: left;
	padding-right: 3%;
	min-width: 200px;
}
.first_second_column {
	width: 60%;
	float: left;
	padding-right: 3%;
	min-width: 400px;
}
.third_column {
	width: 30%;
	float: left;
	min-width: 200px;
}
img.promo {
	margin: 0 0 8px 8px;
	float: right;
}
.image_info {
    font-size: 80%;
    text-align:center;
}
/* page_map */
#page_map ul {
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
}
#page_map ul a {
	display: block;
	padding: 6px 4px 4px 15px;
	text-decoration: none;
}
#page_map ul li ul {
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
}
#page_map ul li ul a {
	display: block;
	padding: 2px 4px 2px 35px;
	text-decoration: none;
}
.outer_link {
	color: red;
}

/* code */
code > em, code > strong, pre.code > em, pre.code > strong { font-style: normal; }

/* cebolla */
.cebolla {
	color: #444;
}

.validators_img {
	border: 0;
	width:80px;
	height:15px;
}
