﻿/*****************************  Cuerpo *******************************/

body
{
	background-color: #000;
	text-align: center;
	font-size: 100%;
	padding: 0em;
	margin: 20px 0px 20px 0px;
}

p
{
    margin: 0em 0em 0em 0em;
}

img
{
    border-width: 0px;
}

label
{
    font-family: Arial, Heveltica, sans-serif;
    font-size: 0.9em;
}

a:link, a:visited
{
    color: #006699;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:focus, a:active
{
    color: #006699;
    text-decoration: none;
    background-color: #cccccc;
}

#contenedor
{
	text-align: left;
	width: 46.5em;
	margin: auto;
	color: #000;
	border: 2px solid #ccc;
}


/***************************** Cabecera ******************************/

#contCabecera
{
	width: 46.5em;
}

.header
{
	width: 23.5em;
	height: 3.2em;
	background-color: #eee;
	float: left;
}

.header img
{
	margin: 0.6em 0em 0em 0.4em;
	padding: 0em 0em 0em 0em;
}

.search
{
	width: 23em;
	height: 3.2em;
	background-color: #eee;
	float: left;
	text-align: right;
}

.search form
{
	margin: 0.75em 0.5em 0em 0em;
	padding: 0em 0em 0em 0em;
}


/***************************** Navegador del Sitio ******************************/

#contNavSitioLang
{
	width: 46.5em;
	background-color: #eee;
}

.navTop
{
	width: 42.5em;
	background-color: #eee;
	float: right;
	height: 1.45em;
	line-height: 1.17em;
	border-bottom: 1px solid #999;
}

.navTop ul
{
	list-style: none;
	padding: 0em 0em 0em 0.4em;
	background-color: #eee;
	margin: 0em;
	display: inline;
	float: left;
}

.navTop	ul li
{
	float: left;
	position: relative;
	display: block;
	margin: 0em 0.4em 0em 0em;
	text-align: center;
	top: 0.05em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

.navTop ul li a:link, .navTop ul li a:visited
{
	padding: 0.1em 0.4em 0.1em 0.4em;
	color: #000;
	border-bottom: 1px solid #999;
	display: block;
	background: #CCC;
	border: 1px Solid #999;
	text-decoration: none;
}

.navTop	ul li a:hover, .navTop	ul li a:active, .navTop	ul li a:focus
{
	background: #999;
	text-decoration: none;
}

.navTop	ul li a#actual
{
	padding: 0.1em 0.4em 0.1em 0.4em;
	display: block;
	background-color: #FFF;
	border: 1px solid #999;
	border-bottom: 1px solid #FFF;
}

.navTop	ul li a#actual:active, .navTop	ul li a#actual:focus
{
    text-decoration: underline;
}

.navTop p
{
    text-transform: uppercase;
}

.lang
{
	width: 4em;
	height: 1.45em;
	background-color: #eee;
	float: right;
	text-align: right;
	border-bottom: 1px solid #999;
}

.lang p
{
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.3em 0.5em 0em 0em;
}


/***************************** Contenido ******************************/

#contNavSeccionArticulo
{
	width: 46.5em;
	padding-bottom: 1em;
	background-color: #fff;
	text-align: left;
}


/*********************** Informacion del sitio ************************/

#siteInfo
{
	clear: both;
	width: 46.5em;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin: 0em 0em 0em 0em;
}

#siteInfo p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	padding: 0.4em 0em 0.4em 0.8em;
}


/******************************* Otros ********************************/

.noVisible
{
    display: none;
}

.noVisibleJump
{
    position: absolute;
    top: -9000px;
    left: -9000px;
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #333;
}

.noVisibleJump a:active, .noVisibleJump a:focus
{
    position: absolute;
    top: 9020px;
    left: 9020px;
    background-color: #EEEEEE;
    color: #333333;
    padding: 5px;
    border: 2px solid #CCCCCC;
    width: 10em;
    z-index: 1;
}