/* Este es el estilo del sitio www.OttoRey.com.ar */

body {
	color:#333;
	background-color: #d9d9d9; /* white */
	margin:10px;
	padding:0px;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10px;
}

h1, h2, h3, h4 {
	/*font-family: luxi sans,sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.25em;
}

h3, h4 {
	font-size: 1.1em;
}

h3 {
	font-weight : normal;
}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

/*hr {
	border: 1px dotted gray;
	border-width: 0 0 1 0;
	margin: 1em;
}*/
hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}

th {
    text-align : center;
}
textarea {
	overflow : scroll;
}
img {
	border:1;
}

pre {
	font-family:arial,sans-serif;
	border-left: 1px solid #888888;
	background: #EEEEEE;
	margin: 4px;
	padding: 6px;
	font-size: 9pt;
}

a {
	color:#900;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
}
a:link {color:#900;}
a:visited {color:#48468f;}
a:hover {color:#f20;}


/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 205px 10px 170px;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	border:1px solid #828282;
}

#navAlpha {
	position:absolute;
	width:170px;
	top:10px;
	left:10px;
	/*background-color:#eee;
	padding:10px;*/
	padding:0px;
	z-index:2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:148px;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:148px;}
		
#navBeta {
	position:absolute;
	width:210px;
	top:10px;
	right:10px;
	/*background-color:#eee;
	padding:10px;*/
	padding:0px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:188px;
}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:188px;}


.SmallComment {
	font-size:1;
	color:#999999;
}

.TituloA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #687a9c;
	font-size: 14px;
	font-weight: bold;
}

.RecuadroA {
	border:1px outset #828282;
}

/* Menu */
#ors-side-nav-label {
	display: none;
}
#ors-side-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #5976b2;
	border-top: 0;
	background-color: #22437f;
}
#ors-side-nav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #5976b2;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #22437f;
}
#ors-side-nav a {
	margin: 0;
	color: #c5ccdb;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}
#ors-side-nav a:hover {
	background-color: #34548f;
	color: #fff;
}
#ors-side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ors-side-nav ul li {
	border-top: 1px solid #34548e;
	background-color: #34548e;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #34548e;
}
#ors-side-nav ul li:hover {
	border-bottom: 1px solid #34548f;
}
#ors-side-nav ul li a {
	padding-left: 12px;
	color: #a7b2c9;
}
#ors-side-nav ul li a:hover {
	background-color: #46659e;
}
#ors-side-nav ul ul li a {
	padding-left: 18px;
}
#ors-side-nav strong a {
	font-weight: normal;
	color: #fff !important;
	background-color: #10203b;
}
#ors-side-nav strong a:hover {
	background-color: #172e56 !important;
}
