/*BÁSICOS*/
html {
	/*height: 100%; /* página de 100% de alto (Safari)*/
}
body {
	height: 100%; /* página de 100% de alto (Mozilla, IE)*/
	margin:0px; /* no sangría (IE)*/
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(img_constantes/bodyBG2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#contenedor {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	color:#330000;
}
/*PORTADA*/
#contenedor{
	height:100%;
	position:relative;
	display:table;
}
#portada{
	height:450px;
	width:740px;/**/
	position:absolute;
	/*top:50%;
	margin-top:-225px; /*mitad del alto*/
	visibility: visible;
}
#firmaPortada {
	padding:5px;
	width:100%;
	text-align:center;
}
#firmaPortada h1 {
	color:#003366;
	width:100%;
	font-size:12px;
	margin:0px;
}
#firmaPortada h2 {
	color:#003366;
	font-size:10px;
	margin:0px;
}
/*CABECERA
- Desaparece el texto dentro del span en el h1
- Usa el logotipo como background
*/
#contenedor #cabecera h1 {
	margin:0px;
	position:relative; /* para poder mover el em */
	/*background:url(img_constantes/logoEmpresa.gif) no-repeat;
	width:150px;
	height:100px;*/
}
/*Menues*/
/*PRINCIPALES*/
#menuPrincipal, #menuPrincipal2 {
	color:#330000;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding: 5px;
	background-color:#CC3300;
	height:20px;
}
#menuPrincipal a, #menuPrincipal2 a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	display:block;
	float:left;
	margin-left:10px;
	margin-right:10px;	
}
#menuPrincipal a:hover, #menuPrincipal2 a:hover {
	color:#000066;
	text-decoration:none;	
}
/*MENU1*/
#menu1{
	float: left;
	width: 200px;
	margin-top:15px;
}
#menu1 ul {
	margin: 0px;
	padding: 0px;
}
#menu1 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu1 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img_constantes/menu1BG2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 182px;
	padding-top: 28px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	display: block;
}
#menu1 ul li a:hover {
	background-image: url(img_constantes/menu1BG2.jpg);
	background-position:left center;
	color:#000000;
	border-bottom:none;
}
#menu1 ul li a.active {
	background-image: url(img_constantes/menu1BG2.jpg);
	background-position:left bottom;
	color:#FFFFFF;
}
#menu1 ul li a.active:hover {
	background-image: url(img_constantes/menu1BG2.jpg);
	background-position:left bottom;
	color:#FFCC00;
	border-bottom:none;
}
/*MENU2*/
#menu2{
	float: right;
	width: 300px;
	margin:0px;
}
#menu2 ul {
	margin: 0px;
	padding: 0px;
}
#menu2 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu2 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 12px;
	color: #000;
	text-decoration: none;
	background-image: url(img_constantes/menu2BG2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 280px;
	height:26px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 12px;
	display: block;
}
#menu2 ul li a:hover {
	background-image: url(img_constantes/menu2BG2.jpg);
	background-position:left center;
	color:#000000;
	border-bottom:none;
}
#menu2 ul li a.active {
	background-image: url(img_constantes/menu2BG2.jpg);
	background-position:left bottom;
	color:#FFFFFF;
}
#menu2 ul li a.active:hover {
	background-image: url(img_constantes/menu2BG2.jpg);
	background-position:left bottom;
	color:#FFCC00;
	border-bottom:none;
}
/*MENU3*/
#menu3{
	float: left;
	width: 200px;
	margin:0px;
}
#menu3 ul {
	margin: 0px;
	padding: 0px;
}
#menu3 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu3 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 12px;
	color: #000;
	text-decoration: none;
	background-image: url(img_constantes/menu3BG2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 182px;
	height:26px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 8px;
	display: block;
	overflow:hidden;
}
#menu3 ul li a:hover {
	background-image: url(img_constantes/menu3BG2.jpg);
	background-position:left center;
	color:#000000;
	border-bottom:none;
}
#menu3 ul li a.active {
	background-image: url(img_constantes/menu3BG2.jpg);
	background-position:left bottom;
	color:#FFFFFF;
}
#menu3 ul li a.active:hover {
	background-image: url(img_constantes/menu3BG2.jpg);
	background-position:left bottom;
	color:#FFCC00;
	border-bottom:none;
}
/*MIGAJAS*/
#principal #migajas {
	color:#CC0000;
	font-size:12px;
	padding: 5px;
	margin-left: 200px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#CC0000;
}
#principal #migajas a {
	color:#990000;
	text-decoration: none;
}
#principal #migajas a:hover {
	color:#003366;
	border-bottom:none;
}
/*CONTENIDO*/
#contenido {
	margin-left:200px;
	padding-right:10px;
}
#contenido #imgPrincipal {
	display:block;
	width:200px;
	margin-bottom:5px;
}
#contenido #contenidoTxt {
}
/*FIRMA*/
#firma {
	padding:5px;
	padding-left: 220px;
	clear:both;
}
#firma h1 {
	color:#003366;
	font-size:12px;
	margin:0px;
}
#firma h2 {
	color:#003366;
	font-size:10px;
	margin:0px;
}
/*CLASES*/
/*CLASES  ###  no modificar  ###*/
.noflotar { 
	clear:both;
}
.error {
	border:solid 1px #990000;
	background:#FFFF99;
	color:#990000;
	font-weight:bold;
	padding:5px;
	margin-bottom:10px;
	margin-top:10px;
}
.highlight, #contenidoTxt .highlight, #contenidoTxt p .highlight, #contenidoTxt h3 .highlight{
	color:#FF0000;
	font-weight:bold;
	text-transform:uppercase;
}
