/*-- ESTILOS DE DISEÑO --*/
body {
	margin:0;
	padding:0;
}
.izq {
	background-image:url(../images/izq.gif);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#dfdfdf;
	}
.dcha {
	background-image:url(mages/dcha.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#dfdfdf;
	}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #247018;
	background-image: url(../images/topteide_02.jpg);
}
.menu table tr td {
	padding:0;
	/*padding-bottom:10px;*/
	text-align:center;
}
.menu table tr td a{
	color:#247018;
	text-decoration:none
	}
.menu table tr td a:Hover {
	color:#000000;
	}
.contenido {
	background-image:url(../images/topteide_03.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-size:14px;
	color:#333333;
	padding-left:15px;
	padding-right:15px;
	height:600px;
	vertical-align:top;
	}
h1{
	color:#247018;
	margin-left:135px;
	font-size:24px;
	padding-top:0px;
	margin-top:20px;
}
h2 {
	color:#000000;
}
.contenido img .imag {
border-width:1px;
border-style:solid;
border-color:#247018;
margin:5px;
}
.pie {
	background-color:#CCCCCC;
	text-align:center;
	font-size:10px;
	color:#999;
	border-style:none;
	border-color:#666666;
	border-width:1px;
	border-top-style:solid;
}
.pie a{
	color:#999999;
	text-decoration:none;
	}
.pie a:Hover{
	color:#000000;
	text-decoration:underline;
}
/*-- FIN DE ESTILOS DE DISEÑO --*/


/*-- ESTILOS AÑADIDOS --*/

.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:justify;
}
.texto_neg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align:justify;
	font-weight:bold;
}
table#datos{ margin-left:5px; }
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: 0px 5px 5px 0px;
}
table#login .campo{
	border: 1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	width:90px;
}
table#login .form{
	border: 2px solid #c7c7c7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	width:100px;
}
div#mensaje_error{
	width:100%; 
	text-align:right; 
	font-size:10px; 
	font-family:Verdana; 
	color:red;
}
fieldset{
	border:1px solid #000;
	width:800px;
}
legend{
	font-weight:bold;
}
.clave{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	font-weight:normal;
}
.clave a{
	color:#999999;
	text-decoration:none;
}
.clave a:HOVER{
	color:#ffffff;
}


/*-- TABLA DE DATOS DE ADMINISTRACIÓN --*/
table#datos{ 
	width: 98%; 
	border-bottom: 1px dotted #666666;
}
table#datos .cabeza{
	background-color: #aaa;
}
table#datos .cabeza td{
	color: #000;
	font-weight:bold;
	text-align:center;
}
table#datos .odd{
	text-align: center;	
}
table#datos .even{
	background-color: #ccc;
	text-align: center;
}
table#datos .total{
}
table#datos .total td{
	font-weight:bold;
	text-align:center;
	border-top: 6px solid #aaa;
}
.google{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
}
.yahoo{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}
.ms{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
}
.tableando .leftie {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	text-align:right
}
.tableando .rightie {
	padding:1px;
	padding-left:10px;
}
.tableando .under {
	border-style:none;
	border-width:1px;
	border-color:#666666;
	border-top-style:dotted;
}
.progreso {
	background-color:#666;
}
.progresofinal {
	border-width:1px;
	border-color:#247018;
	border-style:solid;
}