/*-- ESTILOS DE DISEŅO --*/
html, body, #contenido {
	padding:0;
	margin:0;
	height:100%;
}
body {
	background-color: #CCCCCC;
}
.izq {
	background-color:#f3f3f3;
	border-style:solid;
	border-width:0px;
	border-right-width:3px;
	border-right-color:#e0e0e0;
}
h1 {
	color:#4454AC;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}
.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4454AC;
	padding-left:12px;
	padding-top:10px;
	padding-bottom:5px;
	font-weight:bold;
	border-width:0px;
	border-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#e0e0e0;
	text-align:left;
}
.menu a{
	color:#4454AC;
	text-decoration:none;
}
.menu a:Hover {
	color:#000033;
}
.txt {
	background-image:url(/images/fondo2_03.jpg); 
	background-repeat:no-repeat;
	border-style:none; 
	border-width:0px; 
	border-bottom-width:1px; 
	border-bottom-style:solid; 
	border-bottom-color:#e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	text-align:justify;
	}
.pie {
	background-color:#FFFFFF;
	border-style:none; 
	border-width:0px; 
	border-bottom-width:1px; 
	border-bottom-style:solid; 
	border-bottom-color:#e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	text-align:center;
	color:#999999;
	vertical-align:middle;
	}
.pie a{
	color:#999999;
	text-decoration:none;
	}
.pie a:Hover {
	color:#666666;
	}
.tabla1 {
	font-family:Arial, Helvetica, sans-serif; 
	background-color:#f3f3f3; 
	color:#000099; 
	border-width:2px; 
	border-style:solid; 
	border-color:#000000;
	padding:5px;
}
.tabla1 td {
	font-weight:bold;
	border-style:none;
	border-width:0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-width:1px;
	border-color:#e0e0e0;
	}
.tabla2 td{
	border-style:none;
	border-width:0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#e0e0e0;
	color:#666666;
	font-weight:bold;
}
.tabla3 {
	color:#9394CE;
	font-weight:bold;
	border-style:none;
	border-width:0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-width:1px;
	border-color:#e0e0e0;
	}
.table4{
	color:#000066;
}

/*-- FIN DE ESTILOS DE DISEŅO --*/



/*-- ESTILOS AŅADIDOS --*/

.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:justify;
}
.texto_neg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:justify;
	font-weight:bold;
}
table#datos{ margin-left:30px; }
table#datos .e{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight:bold;
	text-align:right;
	width: 100px;
	border: 0px solid #000;
}
table#datos .c{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-left: 4px;
}

table#d_check{ margin-left:30px; }
table#d_check .d_c{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-right: 20px;
}

div.bloque_oculto{
	visibility:hidden; 
	display:none;
}

div.bloque_visible{
	visibility:visible; 
	display:block; 
}


table#login{
}
table#login .etiqueta{
	font-family: "12 Frutiger", "AG Foreigner Light-Bold", Arial;
	font-size: 10px;
	color: #666666;
	padding: 2px 5px 5px 5px;
}
table#login .form{
	border: 2px solid #c7c7c7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	width:100px;
}