/**********************************************
	Hoja de estilos para portadas © miradas.net
	fichero: portada.css
	autor: Jose David Caceres Tapia
	version: 1.1
	fecha: noviembre 2005
***********************************************/

body {
	background-color: #777777;
	margin-top: 8px;
	margin-left: 8px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

/* cajas tooltips */ 

.tooltip h1 {
	font-size: 12px;
	border-bottom: 1px solid #000000;
	text-align: center; 
}

/* Estilos de los enlaces */
a {
	text-decoration: none
}
a:hover {
	text-decoration: none
}

/* Cabecera: titulo */
#header {
	width: 748px;
	_width: 750px;
	height: 30px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	margin: 0px;
	padding-left: 308px;
	padding-top: 14px;
	letter-spacing: 1px;
}


/* pie de pagina */
#footer {
	width: 750px;
	height: 20px;
	background-color: #ffffcc;
}

#footer div {
	width: 748px;
	_width: 750px;
	height: 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffcc;
}

#footer div.em {
	background: url(../graficos/copyright_isnn.gif) no-repeat;
}

#footer p {
	color: #777777;
	text-align: center;
	margin:0;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font: 10px Arial, Helvetica, sans-serif;
}

#footer .em  p {
	padding-top: 0px;
	padding-right: 9px;
	font-size: 12px;
	color: #000000;
	text-align: right;
}
#footer a {
	color: #000000;
}

#footer a:hover {
	color: #FFFFCC;
	background-color:#000000;
}

#content {
	width: 750px;
	height: 377px;
	_height: 379px;
}

#content table.main {
	width: 100%;
	height: 100%;
	border: 0;
}

#content td.left {
	border-left: 1px solid #000000;
	width: 300px;
	vertical-align: top;
	background-color: #ffffcc;
	padding-left: 10px;
	padding-top: 5px;
}

#content td.right {
	width: auto;
	border-right: 1px solid #000000;
	vertical-align: top;
	background-color: #ffffcc;
	padding-left: 3px;
	padding-top: 5px;
}

td.left table {
	width: 100%;
	border: 0;
}

td.left td {
	padding-bottom: 2px;
}

td.right table {
	width: 100%;
	border: 0;
}

td.right td {
	padding-bottom: 2px;
}

td.left p {
    margin: 0px;
    margin-bottom: 2px;
}

td.right p {
    margin: 0px;
    margin-bottom: 2px;
}

td.right img {
    margin-right: 1px;
}

td.left img {
    margin-right: 1px;
}

/* menu accesos directos para tabla */

.menu {
	height: 92px;
	vertical-align: bottom;
}

.menu a {
	color: #777777;
	text-decoration: none
}

.menu a:hover {
	color: #FFFFCC;
	background-color: #777777;
}

.menu table.menu-items {
	border: 0;
	width: 295px;
}

table.menu-items td {
	border-bottom: 1px solid #000000;
	width:50%;
	padding-bottom: 0px;
	font-size: 16px;
	line-height: 1.5em;
	vertical-align: middle;
}

/* menu 2006 de accesos directos */


#menu {
	margin-top: 10px;
	width: 295px;
	height: 80px;
}

#menu p {
	margin: 0px;
	margin-top: 2px;
}

#menu img {
	margin: 0px;
}

#menu form {
	margin: 0px;
	margin-top: 16px;
	_margin-top: 14px;
	font: 14px Arial, Helvetica, sans-serif;
}

#menu input {
	width: 295px;
	height: 14px;
	_height: 16px;
    font-size: 12px;
    border: 1px solid #999999;
    text-align: right;
    letter-spacing: 5px;
}

#menu input.boton {
	color: #FFFFCC;
	width: 15px;
	height: 16px;
	border: none;
	background: url('../graficos/logo-search.gif') no-repeat;
	background-color: #FFFFCC;
	cursor: pointer;
}


.tooltip {
	margin: 1px;
	font-size: 12px;
}

.tooltip h1 {
	margin: 0px;
	margin-bottom: 3px;
	text-align: left;
	border: none;
}
.tooltip p {
	margin: 0px;
	text-align: center;
}

.tooltip a {
	color: #777777;
	text-decoration: none;
	font-style: italic;
}

.tooltip a:hover {
	color: #CCCCCC;
	background-color: #777777;
}


/*
.copy {
	width: 295px;
	height: 28px;
}

.copy a {
	color: #777777;
}

.copy a:hover {
	color: #777;
}
.copy p {
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #777777;
}

td.left p.mdc {
	margin: 0px;
	margin-bottom: 0px;
}
*/
