/*
Colores:

header:
	#008CEE (brillante)

h2: 
	#0062A3 (oscuro)

	#C4E1F4 (claro)
	
	#CDEBFF (clarito)
*/

@media screen 
{
	/* BEGIN: HEADER */
	body 
	{
		background-color: #FFF;
		font-family: sans-serif;
		font-size: 11px;
		margin: 0;
		padding: 0;
	}
	
	
	#container 
	{
		margin: 0 auto;
		min-width: 750px;
		position:absolute;
		width: 100%;
	}	

	#header 
	{
		padding: 0px;
		margin: 0px;
		height: 37px;
		color: #FFF;
		background-color: #008CEE;
		margin-left: 150px;
	}
	
	#logo 
	{
		margin: 0px 0px 0px 5px;
		width: 132px;
		height: 110px;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
	}
	/* END: HEADER */
	
	/* BEGIN: DISTRIBUCIÓN DE LA PÁGINA */
	#contents 
	{
		width: 71%;
		float: left;
		margin-right: 3%;
		margin-top: 80px;
	}


	#sidebar 
	{
		margin-top: 20px;
		width: 25%;
		float: right;
	}
	
	.credits-strip 
	{
		bottom: 0;
		width: 100%;
		border-top: 1px dotted #0062A3;
		min-height: 55px;
		background: #C4E1F4;
		clear: both;
		margin-top: 20px;
	}

	/* END: DISTRIBUCIÓN DE LA PÁGINA */
}

@media print
{
	/* BEGIN: HEADER */
	body 
	{
		background-color: white;
		font-family: sans-serif;
		font-size: 1em;
		margin: 0;
		padding: 0;
	}
	
	
	#container 
	{
	}
	
	#header 
	{
		display: none;
	}
	
	#logo
	{
		display: none;
	}
	/* END: HEADER */
	
	/* BEGIN: DISTRIBUCIÓN DE LA PÁGINA */
	#contents {
		margin-top: 10px;
	}


	#sidebar 
	{
		display: none;
	}
	
	.credits-strip 
	{
		display: none;
	}
	/* END: DISTRIBUCIÓN DE LA PÁGINA */
	
}

/* BEGIN: GLOBALES */

h2 
{
	margin-top: 0;
	margin-left: 100px;
	margin-bottom: 3px;
	font-size: 160%;
	font-weight: normal;
	color: #0062A3;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0062A3;
}

h3 
{
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 140%;
	font-weight: normal;
	clear: left;
}


/* END: GLOBALES */

/* BEGIN: TABLA */
table 
{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 16px;
	clear: both;
}

table img 
{
	border: 1px solid #ccc;
}

th, td 
{
	text-align: left;
	font-size: 85%;
	padding: 6px;
	border-bottom: 1px solid #ddd;
}

th.short, td.short 
{
	text-align: center;
}

th.short a, td.short a 
{
	text-decoration: none;
	display: block;
	padding: 3px 0;
	border: 1px solid #FFF;
}

th.short a:hover, td.short a:hover 
{
	text-decoration: underline;
	border: 1px solid #000;
	background: #FFF;
}

tr:hover td 
{
	background: #CDEBFF;
}

th a.info, th a:hover.info 
{
	padding: 0 12px 0 0;
	display: inline;
	border: none;
}

th img 
{
	border: none;
	margin-right: 1px;
	vertical-align: middle;
}

th span.info_s 
{
	padding: 0 12px 0 0;
	font-size: 120%;
	color: #0062A3;
	text-decoration: none;
	border: none;
}

td.count 
{
	font-size: 140%;
	text-align: right;
}
/* END: TABLA */

/* BEGIN: HEADER */
#logo img
{
	border: 0;
}


#header ul 
{
	margin: 0px;
	list-style: none;
}

#header li 
{
	float: right;
	margin: 8px 0 0 0;
	padding: 0;
}

#header li a, #header li a:visited 
{
	color: #FFF;
	float: left;
	font-size: 110%;
	border-left: 3px solid #0062A3;
	padding: 2px 10px 2px 10px;
}

#header form 
{
	margin: 0px;
	padding: 2px 10px 0 0px;
}

#header form input 
{
	width: 100px;
	font-size: 100%;
	color: #FFF;
	padding: 0 3px 0 3px;
	background: #0062A3;
	border: 1px solid #FFF;
	margin: 0;
	margin-top: -1px;
}

#header form input:hover 
{
	background: #FFF;
	color: #0062A3;
	border: 1px solid #0062A3;
}

#header label.inside 
{
	position:absolute;
	visibility:hidden;
}

* html #header h1 a, * html #header h1 span 
{
	bottom: -1px;
}

#nav-string 
{
	background: #0062A3;
	margin: 0 0px 10px 150px;
	font-size: 85%;
	color: white;
	text-transform: lowercase;
	padding-left: 30px;
	background-image: url(../../img/common/tri01.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav-string div 
{
	padding: 0px;
	color: #FFF;
}

#nav-string a 
{
	color: #FFF;
}

#nav-string a:hover 
{
	color: #FFF;
}

/* END: HEADER */

/* BEGIN: SIDEBAR */
.main-menu 
{
	list-style: none;
	margin: 80px 20px 0 0;
	padding: 0;
}

.main-menu li, .main-menu li a 
{
	text-align: center;
	font-size: 140%;
	color: #FFF;
	border: none;
	background: #0062A3;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
	margin-bottom: 20px;
}

.main-menu .dictionary, .main-menu .dictionary a
{
	text-align: center;
	font-size: 140%;
	color: #FFF;
	border: none;
	background: #008CEE;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
	margin-bottom: 20px;
}


/* END: SIDEBAR */

/* Formularios */
#genericform-contents
{
	margin: 0 30px 75px 150px;
}


#genericform-contents h2
{
	margin: 10px 0 0 0;
}

#genericform fieldset, #genericform-contents fieldset 
{
	background: #FFF;
	border: 1px solid #0062A3;
	font-size: 110%;
}

#genericform 
{
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	background: #FFF;
}

#genericform .sign, #genericform-contents legend 
{
	color: #0062A3;
	font-weight: bold;
	font-size: 110%;
}

#genericform .genericsubmit 
{
	background: #0062A3;
	color: #FFF;
	font-weight: bold;
	border: 1px dotted #FFF;
}

#genericform input, textarea, select
{
	background: #C4E1F4;
	border: 1px solid #0062A3;
	color: black;
}

#genericform .line
{
	height: 1px;
	font-size: 1px;
	border-bottom: 1px solid black;
}

#genericform .block_pending
{
	background: #C4E1F4;
	border: 1px solid #0062A3;
	color: black;
}

#genericform .nobold 
{
	font-weight: normal;
}

.form-error, .form-act
{
	color: #0062A3;
	font-size: 120%;
	font-weight: bold;
	padding: 40px 0 0 150px;
}

#genericform .recoverpass 
{
	color: #0062A3;
	font-size: 125%;
}

#genericform .recoverpass a:link, .recoverpass a:visited 
{
	color: #0062A3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 1px;
	text-decoration: none;
}

#genericform .recoverpass a:hover 
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 1px;
	text-decoration: none;
}

/* END: Formularios */

/* BEGIN: tabbed navigation */

.sub-nav 
{
	/*overflow: auto;*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.sub-nav ul 
{
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	list-style: none;
	font-size: 100%;
}

ul.shakeit-sub-nav 
{
	padding: 0 0 0 0;
	margin: 0 0 0 100px;
}

.sub-nav li 
{
	margin: 0 2px 0 0;
	padding: 0 0 0 0;
	float: left;
	border: 1px solid #0062A3;
}

.sub-nav li.active 
{
	border: 1px solid #0062A3;
	background: #FFF;
}

.sub-nav li a, .sub-nav li span 
{
	display: block;
	padding: 2px 5px 2px 5px;
	text-align: center;
	color: #FFF;
	background: #0062A3;
	text-decoration: none;
}

.sub-nav li a:hover 
{
	text-decoration: none;
	background: #008CEE;
}

.sub-nav li.active a, .sub-nav li.active span 
{
	background: #FFF;
	color: black;
}

.sub-nav li span 
{
	color: #0062A3;
}

.sub-nav br 
{
	clear: both;
}
/* END: tabbed navigation */

/* BEGIN: fieldsets */
fieldset 
{
	border: 1px solid #0062A3;
	padding: 10px 10px;
	margin: 10px 0;
}
 /* only for IE */ * html fieldset 
{
	background: none;
}

legend 
{
	font-weight: bold;
	padding: 0 5px;
	color: #0062A3;
	font-size: 125%;
}

fieldset dl 
{
	margin: 0;
	padding: 0;
}

fieldset dt 
{
	clear: left;
	float: left;
	width: 288px; /* increase for wider dt text */
	text-align: right;
	padding: 0 10px 4px 0;
}

fieldset dd 
{
	padding: 0 0 4px 0;
	font-weight: bold;
}

label 
{
	font-weight: bold;
}

fieldset.labels label 
{
	width: 160px;
	float: left;
	text-align: right;
	display: block;
	padding: 3px 8px 3px 0;
}

fieldset.labels div 
{
	padding: 3px 0;
	clear: left
}
/* END: Fieldset */

/* BEGIN: Document */
#document
{
	margin-top: 0;
	margin-left: 100px;
	margin-bottom: 3px;
	text-align: justify;
}

.document-summary 
{
	padding: 15px 0 10px 0;
	position: relative;
	clear: left;
}

.document-summary .without_translate
{
	font-style: italic;
	background-color: #C4E1F4;
}

.document-body
{
	padding-left: 100px;
}

.document-body h3, .document-body h3 a
{
	margin: 0;
	font-size: 140%;
	font-weight: normal;
	background: none;
	margin: 0 0 0 0;
	color: black;
}

.document-details
{
	color: #FF6400;
	margin: 10px 0 0 0;
}

.document-details a:link, .news-details a:visited 
{
	color: #0062A3;
}

.document-body-text 
{
	padding: 2px 0 10px 0;
	text-align: left;
	text-align: justify;
}

.document-submitted
{
	color: #666;
	font-size: 85%;
	margin: 0 0 0 0;
}

.document-submitted a:link, .document-submitted a:visited 
{
	color: #666;
}

.document-submitted a:hover 
{
	color: #333;
}

.document-draft
{
	color: black;
	font-weight: bolder;
}

.document-translation-guide
{
	text-align: justify;
	color: black;
	border: 1px #0062A3 solid;
	background: #CDEBFF;
	text-decoration: none;
	margin-top: 20px;
	padding: 10px;
}

.document-translation-guide h3
{
	color: black;
	font-weight: bolder;
	margin-bottom: 10px;
}

.document-export
{
	margin-top: 20px;
	text-align: right;
}

.air-with-footer 
{ 
	/* footer separator */
	clear: both;
	margin-bottom: 75px;
}

.credits 
{
	margin: 25px 0 0 100px;
	clear: left;
}

.credits h2 
{
	margin: 0 0 10px 0;
}

.credits-list 
{
	color: #FF6400;
	background: #FFF;
	position: relative;
	padding: 2px 2px 2px 2px;
	float: left;
	width: 99%;
	overflow: hidden;
	height: 150px;
	border: 1px solid #FFE2C5;
	margin: 0 0 5px 0;
}


.credits-list .item 
{
	float: left;
	overflow: hidden;
	display: block;
	width: 24%;
	height: 20%;
	font-size: 85%;
}

/* END: Document */

/* BEGIN: Pagination */
.pages 
{
	padding: 20px 0 0 0;
	border-top: 1px dotted #0062A3;
	margin: 0px 0 100px 0;
	clear: left;
	font-size: 90%;
}

#contents .pages 
{
	padding: 20px 0 0 0;
	border-top: 1px dotted #0062A3;
	margin: 0px 0 100px 100px;
	clear: left;
	font-size: 90%;
}


.pages a, .pages span 
{
	display: block;
	float: left;
	color: #0062A3;
	padding: 5px 7px 5px 7px;
	margin-right: 3px;
	border: 1px solid #FFF;
	background: #FFF;
}

.pages span.current  
{
	border: 1px solid #0062A3;
	font-weight: bold;
	background: #008CEE;
	color: white;
}

.pages span.current a 
{
	padding: 0;
	background: #FF6400;
	color: #FFF;
	border: 0px;
}

.pages a 
{
	border: 1px solid #0062A3;
	text-decoration: none;
}

.pages a:hover 
{
	border-color: #0062A3;
	background: #0062A3;
	color: #FFF;
}

.pages a.nextprev 
{
	font-weight: bold;
}

.pages span.nextprev 
{
	color: #FFE2C5;
}

.pages span.nextprev 
{
	border: 1px solid #C4E1F4;
	color: #C4E1F4;
}

/* END: PAGINATION */

/* BEGIN: credits */
.credits-strip-buttons 
{
	margin: 10px 10px 10px 0px;
	float: right;
}

.credits-strip-text 
{
	color: #0062A3;
	font-size: 85%;
	margin: 10px 0px 0px 20px;
	float: left;
	line-height: 18px;
}

.credits-strip a:link, .credits-strip a:visited 
{
	color: #0062A3;
}
/* END: credits */

/* BEGIN: FAQ */
#faq-contents
{
	margin: 0 30px 75px 150px;
}

#faq-contents h2
{
	margin: 0;
}

#faq-contents h3, #faq-contents ol
{
	margin: 20px 0 5px 0;
	font-weight: bolder;
	color: #0062A3;
}

#faq-contents ol p, #faq-contents ol li
{
	text-align: justify;
	font-weight: normal;
	color: black;
}

/* END: FAQ */