/* http://uraterapia.com/estilosura.css */


/* ---------- BASICOS --------------------------------------------- */

body {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 40px 5% 5% 5%;
	border: none;
}


/* --------- LAYOUT ---------------------------------------------- */

body {
	background: #f2f2f2 url(media/bkgd-grad.jpg) repeat-x !important; 
	padding: 0 0 60px 0;
	}

/* positioning */

.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Clear fix */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display:inline-block;}
*>.clear {display:block;}

#wrapper {
	width: 891px;
	background: #fff;
	margin: 15px auto 0 auto;
	border: 2px solid #e0e0e0;
	position: relative;
	z-index: 1;
}

#searchindex #wrapper {
	width: 685px;
}

/* corners */

b.tr, b.tl, b.br, b.bl {
display: block;
position: absolute;
width: 15px;
height: 15px;
z-index: 2;
background-repeat: no-repeat;
background-position: 0 0;
}

b.tr {
left: -2px;
top: -2px;
background-image: url(media/mainborder/tr.gif)
}

b.tl {
right: -2px;
top: -2px;
background-image: url(media/mainborder/tl.gif)
}

b.br {
right: -2px;
bottom: -2px;
background-image: url(media/mainborder/br.gif)
}

b.bl {
left: -2px;
bottom: -2px;
background-image: url(media/mainborder/bl.gif)
}

#header,
#content,
#footer {
	width: 785px;
	clear: both;
	margin: 0 auto;
	position: relative;
}

#logo {
	margin: 10px 0 0 -15px;
}

#download {
	position: absolute;
	left: 480px;
	top: 10px;
	font-size: 13px;
	background: url(media/download.gif) no-repeat;
	width: 500px;
	padding: 0 0 0 60px;
	line-height: 50px;
	font-weight: bold;
	color: #00599C;
}

#download a {
	padding: 3px 6px 3px 0px;
	text-decoration: underline;
	background-repeat: no-repeat;
	margin: 0 0 0 5px;
}

#download a:hover {
	color: #78BD00;
}

#scrolltext {
	position: absolute;
	left: 168px;
	top: 40px;
	font-size: 17px;
	width: 575px;
	padding: 0 0 0 45px;
	line-height: 20px;
	font-weight: bold;
	color: #025A9C;
	font-variant: small-caps;
}

#nav {
	margin: -25px 0 0 210px;
	width: 580px;
}

#nav a {
	display: block;
	background-color: #78BD00;
	background-image: url(media/nav-high.png);
	background-repeat: repeat-x;
	background-position: 0% -1.3em;
	float: left;
	text-decoration: none;
	line-height: 2em;
	width: 145px;
	text-align: center;
	color: #1e3c84;
	font-size: 13px;
}

#nav a:hover {
	background-color: #6B9FC6;
	color: #fff;
}

#index .n-index a,
#features .n-feat a,
#contribute .n-cont a,
#wiki .n-cont a,
#blog .n-blog a,
#help .n-help a {
 color: #fff;
 background-color: #025A9C;
}

#nav li {
 display:inline;
}

#preview {
	background: #1e3c84 url(media/programa.jpg) no-repeat;
	height: 350px;
	margin: 0;
	padding: 0 55px;
	position: relative;
}

#preview ul {
	position: absolute;
	left: 55px;
	top: 230px;
	width: 156px;
	margin: 0;
	padding: 0;
	color: #fff;
	height: 352px;
}

#preview li {
	margin: 0;
	padding: 0;
	background-image: url(media/grad.png);
	background-repeat: repeat-x;
}

#preview li.more {
	background-image: url(media/grad.png);
	background-repeat: repeat-x;
}

#preview ul a{
	display: block;
	color: #fff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #000;
	line-height: 30px;
	padding: 0 0 0 8px;
	text-decoration: none;
}

#preview ul img {
	display: inline;
	vertical-align: middle;
}

#preview ul li:hover{
	background-color:#3e88eb;
	background-repeat: no-repeat;
	background-position: 0 18px;
}

#preview ul a span {
position: absolute;
width: 163px;
height: 99px;
padding: 16px 30px 44px 30px;
display: none; 
}

#preview ul a span.rss {
left: 478px;
top: -164px;
}

#preview ul a span.spell {
left: 420px;
top: -47px;
}

#preview ul a span.save {
left: 217px;
top: -110px;
}

#preview ul a span.tabs {
left: 525px;
top: -110px;
}


#preview ul a:hover span {
display: block;
}

#preview p a {
	text-indent: -999em;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 55px;
	top: 405px;
	height: 30px;
	width: 156px;
}

#wiki #preview {
	background: #4978ac;
	height: 30px;
	margin: 0;
	padding: 0 55px;
	position: relative;
}

#wiki #preview p {
	padding: 5px 0 0 0;
}

#wiki #preview p a {
	text-indent: 0;
	display: inline;
	overflow: visible;
	position: absolute;
	left: 55px;
	top: 0;
	height: 0;
	width: 0;
	color: lime;
}


#content {
	margin: -360px auto 0 auto;
}

#home #content {
	margin: 0 auto;
}

.col1,
.col2 {
	float: left;
	width: 285px;
	margin: 0 15px 0 0;
}

.col3 {
	float: left;
	width: 185px;
}

.col_footer {
	float: right;
	width: 310px;
}

.col2span {
	float: left;
	width: 585px;
	margin: 0 15px 0 0;
}

.col2span .col2 {
	margin: 0;
}

div.oldCamino {
	float: left;
	width: 780px;
	margin: -10px 5px -5px 0;
	padding: 0;
}

p.oldCamino {
	text-align:right;
}

.rbox {
	margin: 16px 0 0 0;
}

.rbox div  {
	margin: 0 0 8px 0;
}

.rbox div div {
    padding: 5px 12px;
	margin: -10px 0 0 0;
}

.rbox h4 {
	border-bottom: 2px solid #FFFFFF;
	margin: 0 -6px;
	padding: 7px 6px 4px 6px;
}

.intro {
	color: #000;
	font-size: 16px;
	line-height: 1.8em;
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 90px;
	padding: 40px 0 0 210px;
}

.intro a {
	color: #fff;
	font-weight: bold;
}

#wiki .intro {
	top: 40px;
	padding: 0;
	min-height: 80px;
}

.intro-r {
	color: #000;
	font-size: 16px;
	line-height: 1.8em;
	padding: 0;
}

.preview-box {
	color: #000;
	font-size: 16px;
	line-height: 1.8em;
	background-position: 50px 5px;
	background-repeat: no-repeat;
	background-color: #efefef;
	padding: 10px 40px 10px 175px;
	border: 2px solid #a3a3a3;

}

.preview-box a {
/*	color: #fff; */
	font-weight: bold;
}

.preview-box a:visited {
/*	color: #fff; */
	font-weight: bold;
}

.req {
	list-style-image: url(media/bullet.gif);
}

.req li {
	margin: 0 0 0 -8px;

}

#footer {
	margin: 18px 0;
	padding: 1.5em 0;
	border-top: 1px solid #ccc;
	overflow: auto;
}

#footer p {
	font-size: 10px;
	color: #666;
	width: 450px;
	float: left;
	margin: 0 15px 0 0;
}

#footer p:first-line {
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

#footer ul {
	font-size: 11px;
	color: #666;
	margin: 3px 0 0 0;
	padding: 0;
	text-align:right
}

#footer li {
	display: inline;
}

#footer li {
	margin: 0 0px 0 0;
	padding: 0 3px 0 0;
	border-right: 1px solid #ccc;
}

#footer li.last {
	border-right: 0 !important;
	}


/* misc styles */

input,
label {
	vertical-align: middle;
}

img {
	display: block;
	border: 0;
	margin: 6px 0;
}

img .inline {
	display: inline;
}

.hide  {
	display: none;
}
.fr {
	float: right;
	margin: 0 0 6px 15px;
}
.dr {
	float: left;
	margin: 2px 15px 6px 0;
}
.fl {
	float: left;
}
.nowrap {
	white-space: nowrap;
}

#searchbox {
	   margin-bottom: 40px;
}

#searchradios {
	   padding: 0;
	   margin: 0;
}

#ss1 {
	   margin-left: 15px;
}




/* --------- TIPOGRAFIA ---------------------------------------------- */

/* Eric Meyers Reset CSS rules */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.5;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

body { 
    font-size: 75%; /* for IE */
    font-family: Lucida Grande, Lucida Sans Unicode, Bitstream Vera Sans, Geneva, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    }
    
html>body { 
	font-size: 12px; 
	line-height: 18px;	
} /* for the rest */

/*typography*/

a {
	font-weight: bold;
	color: #0164e5;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
	
table, thead, tbody, tr, th, td {font-size:1em}


h1 {
	font-size:24px;
	margin:0.5em 0 0.7em 0;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin:18px 0 2px 0;
	color: #000;
}

.big {
	margin-top: 0;
	font-size: 26px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:16px 0 2px 0;
	color: #000;
}

h4 {
	font-size:13px;
	color: #000;
	margin:0.5em 0;
	font-weight:bold;
}

p {
	font-size:1em;
	margin:0 0 1.5em 0;
}

h5, h6 {
	font-size:1em;
	font-weight:bold;
	margin:1.5em 0 0 0;
}

.sidenote {
	font-size:0.8333em;
}

.colorverde {
	font-weight: bold;
	color: #7DBA00;
}

.tituloazul {
	font-weight: bold;
	color: #00599C;
	font-size: 14px;
}

.tituloverde {
	margin:1.5em 0;
	font-weight:bold;
	color: #0164e5;
	font-size: 14px;
}

.salud {
	background: #669BC3;
	padding: 8px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}

.saludverde {
	background: #D8EAB3;
	padding: 8px;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	text-align: center;
}

.italic {
	font-style: italic;
}

.italicazul {
	font-style: italic;
	color: #00599C;
}
.footnote {
	border-top:0.08333em solid #000;
	margin-top:2.25em;
	padding-top:0.667em;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.relnote {
	list-style-type: disc;
}

ol, ul {
	font-size: 1em;
	margin: 1em 0 1em 2em;
}

li {
	line-height: 1.8em;
}

li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monaco, courier, monospace;
	}
strong, b {
	font-weight: bold;
	}
em {
	font-style: italic;
}
#index h1, #preview h2 {
	text-indent: -999em;
	overflow: hidden;
	margin: 0;
	height: 0;
}

#preview h2 a {
	text-indent: -999em;
	position: absolute;
	left: 55px;
	top: 45px;
	overflow: hidden;
	display: block;
	height: 140px;
	width: 150px;
}

.small {
	font-size: 0.8em;
}

/* new styles for kybd entry, shortcuts, menus, menu items, toolbar buttons */ 
/* prefPanes and preference names */

.prefName:before {
	content: "\201C"; /* localize these quotation marks appropriately */
}

.prefName:after {
	content: "\201D"; /* localize these quotation marks appropriately */
}

.prefPane {
	font-family: Lucida Grande, Lucida Sans Unicode, Geneva, Helvetica, Arial, sans-serif;
}

/* actual text for a user to type; we might want to style this (for actual kybd input) and then set the others to "inherit" to override */

kbd {
	font-family: monospace;
} 

/* menus, menu items to select, toolbar icons to click, kybd shortcut to use */

kbd.menu {
	font-family: Lucida Grande, Lucida Sans Unicode, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

kbd.toolbar {
	font-family: Lucida Grande, Lucida Sans Unicode, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

kbd.toolbar:before {
	content:  "\201C"; /* localize these quotation marks appropriately */
}

kbd.toolbar:after {
	content: "\201D"; /* localize these quotation marks appropriately */
}

/* forces Osaka to make sure cmd-shift-opt display properly in Geckos under 1.9 */
kbd.shortcut {
	font-family: Osaka, Lucida Grande, Lucida Sans Unicode, Geneva, Helvetica, Arial, sans-serif;
	border-bottom: dotted 1px #0577C1;
}

/* various docs styles */

ol.docs {
	list-style: decimal;
	padding-left: 1em;
}

ul.docs {
	list-style-image: url(/img/bullet2.png);
	padding-left: 1em;
}

dl.docs dt {
	font-weight: bold;
}

dl.docs dd { margin-left: 2em; }

code {
  font-family: monaco, courier, monospace;
  color: #090;
}

abbr, acronym {
	border-bottom: dotted 1px #0577C1;
}
