/* CSS Document */

body {
	background-color:#fff;
	background-image:url(../images/backgrounds/body.gif);
	background-position:center;
	background-repeat:repeat-y;
	/*font-family: verdana,"Lucida Grande","Lucida Sans Unicode",geneva,sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
}
#container {
	width:500px;
	margin:0 auto;
}

#header {
	background-color:#FFF;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin:10px;
	padding:20px 0px 30px 10px;
	/*border-top:2px solid #ccc;*/
}

#header h1 {
	text-align:left;
	font-family:Trebuchet MS, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#333;
	margin:0;
	font-weight:normal;
}
#header h1 strong {
	color:#366DAF;
}
#header h1 a {
	color:#333;
	text-decoration:none;
}
#header h2 {
	font-size:11px;
	font-weight:normal;
	text-align:left;
	color:#333;
	padding-right:30px;
}
#header ul {
	margin:20px 0 0 0;
	padding:0;
}
#header li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#header li a {
	display:block;
	padding:7px;
	color:#366DAF;
	text-decoration:none;
	/*border-bottom:5px solid #fff;*/
	margin:0 10px 0 0;
	font-size:11px;
}
#header li a:hover {
	color:#000;
	/*border-bottom:7px solid #fff;*/
	padding:5px 7px 7px 7px;
}
#header li a em {
	font-style:normal;
	text-decoration:underline;
}

#sidebar {
	float:right;
	width:164px !important;
	width:154px;
	margin:10px 10px 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar h1 {
	font-size:12px;
	color:#366DAF;
	margin:10px 5px 20px 10px;
}
#sidebar p {
	padding:5px;
	margin:5px 5px 5px 10px;
	line-height:17px;
	word-spacing:-1px;
}

ul.submenu {
	margin:0;
	padding:0;
	
}
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu a {
	display:block;
	height:13px;
	padding:7px 7px 7px 20px;
	margin:0 0 0 3px;
	/*background-color:#fff;*/
	/*background-image:url(../images/backgrounds/submenua_normal.jpg);
	background-position:left;
	background-repeat:repeat-y;*/
	background-image:url(../images/flask_trasp.gif);
	/*background-image:url(../images/flecha.gif);*/
	background-position:left;
	background-repeat:no-repeat;
}
.submenu a:hover {
	/*background-image:url(../images/backgrounds/submenua.jpg);
	background-position:bottom;
	background-repeat:no-repeat;*/
	background-image:url(../images/flask_trasp2.gif);
	/*background-image:url(../images/flecha.gif);*/
	background-position:left;
	background-repeat:no-repeat;
	color:#366DAF;
	/*background-color:#fff;*/
	/*border-bottom: 1px solid #DFEEFF;*/
	padding:7px 7px 7px 20px;
	
}
.submenu a:focus {
	/*background-image:url(../images/backgrounds/submenua.jpg);
	background-position:bottom;
	background-repeat:no-repeat;*/
	background-color:#fff;
	padding:7px 7px 7px 15px;
}
.submenu a:active {
	/*background-image:url(../images/backgrounds/submenua.jpg);
	background-position:bottom;
	background-repeat:no-repeat;*/
	background-color:#fff;
	padding:7px 7px 7px 15px;
}

.note {
	padding:10px;
	background-color:#eee;
	border:1px solid #ccc;
	margin:20px 5px 20px 5px;
}


#content {
	margin:10px 185px 10px 10px;
	font-family:"Courier New", Courier, monospace;
}
#content h1 {
	/*font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;*/
	font-size:14px;
	border-bottom:1px solid #eee;
	padding:5px;
	color:#000;
}
#content h1 a {
	color:#000;
	text-decoration:none;
	display:block;
	/*background-image:url(../images/backgrounds/h1.png);*/
	/*background-image:url(../images/flask.gif);*/
	background-position:right;
	background-repeat:no-repeat;
}
#content h1 a:hover {
	color:#444;
	/*background-image:url(../images/backgrounds/h1_hover.png);*/
}
#content h2 {
	font-size:12px;
	color:#366DAF;
	margin:10px 0 10px 0;
	padding:5px;
	
}
#content h3 {
	font-size:12px;
	color:#99A4AF;
	margin:10px 0 10px 0;
	padding:5px;
	/*text-decoration:underline;*/
}
#content h4 {
	font-size:12px;
	color:#95BEEF;
	margin:10px 0 10px 0;
	padding:5px;
}
#content p {
	padding:8px 2px 2px 2px;
	margin:3px;
	/*font-weight:bold;*/
	line-height:15px;
	word-spacing: 0.1em;
	/*border-bottom:1px solid #DFDFDF;*/
	
	color: #2F2F2F;
	
}


/*AGREGADO*/

#content .valor {
	font-size:11px;
	/*margin:2px 0 2px 30px;*/
	border-bottom:1px solid #f6f6f6;
	/*padding:0 0 2px 5px;*/
	font-weight: normal;
	
	list-style:none;
	background-image:url(../images/backgrounds/arrow.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 0 0 2px 20px;
	color: #5F5F5F;
	}
/*AGREGADO*/

#content .article_menu {
	text-align:right;
	padding:5px;
	margin:10px 0 20px 0;
	border-top:1px solid #eee;
}
#content .article_menu b {
	float:left;
	font-weight:normal;
}
#content .article_menu a {
	padding:0 0 0 15px;
	background-image:url(../images/backgrounds/comment.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#333;
	text-decoration:none;
}
#content p a {
	color:#333;
	text-decoration:none;
}

#content p:hover a {
	border-bottom:1px dotted #000;
}
#content p:hover a:hover {
	border-bottom:1px solid #000;
}
#content .article_menu a:hover {	
	color:#000;
	background-image:url(../images/backgrounds/comment_hover.png);
}
#content ul {
font-family:"Courier New", Courier, monospace;
	margin:0 0 0 15px;
	padding:0;
	/*border-top:1px solid #f6f6f6;*/
}
#content li {
	font-size:11px;
	margin:2px 0 2px 0;
	border-bottom:1px solid #f6f6f6;
	padding:0 0 2px 20px;
	list-style:none;
	background-image:url(../images/backgrounds/arrow.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#5F5F5F;
}
#content blockquote {
	background-color:#f6f6f6;
	margin:4px;
	padding:5px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
#content blockquote p {
	margin:0;
	padding:0 10px 0 10px;
}
.comment_odd {
font-size:11px;
font-weight:normal;
color: #7F7F7F;
	background-color:#EFF7FF;
	padding:10px;
	border-top:2px solid #DFEFFF;
}
.comment_even {
	padding:10px;
	background-color:#fcfcfc;
	border-top:2px solid #fff;
	border-bottom:2px solid #eee;
}
.comnum {
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#ccc;
	}
.super {
	vertical-align:super;
	font-size:10px;
	}
.sub {
	vertical-align:sub;
	font-size:10px;
	}
.nota {
	vertical-align:super;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#366DAF;
	}
		

/*input, textarea {
	background-color:#fff;
	border:1px solid #ccc;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#777;
}*/
#footer {
	background-color:#EFF7FF;
	border-top:2px solid #CFE5FF;
	border-bottom:2px solid #CFE5FF;
	padding:10px;
	text-align:center;
	clear:both;
}

a {
	color:#333;
	text-decoration:none;
}

/*FORM*/



.form input {
	width:180px;
	background:url(../images/input.jpg) top no-repeat;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:7px 10px;
	margin:5px;
	color:#777;
}
.form textarea {
	width:260px;
	height:88px;
	background:url(../images/textarea.jpg) top no-repeat;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:2px;
	margin:5px;
	color:#777;
}


.form input[type=submit] {
	 cursor:pointer;
	 background:#8D8D8D;
	 color:#fff;
	 font-weight:bold;
	 width:182px;
	 height:33px;
	 padding:7px 10px;
	 background:url(../images/submit.png) top no-repeat;

}
/*FORM FIN*/
