@charset "utf-8";
/* CSS Document */

body {
	background-color: #658dc0;
	clip: rect(0px,auto,auto,auto);
	top: 0px;
	margin: 0px;
}
.linea_punteada {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #CCC;
	width: 99%;
}

.tabla_principal {
	width: 100%;
}
.menu-small {
	background-image: url(imagenes/menu_small.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #06F;
}
.tabla_menu {
	border: 1px solid #666;
	background-color: #FFF;
}
.celdas_datos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #969696;
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
}
.tabla_datos_cabecera {
	border: 2px dotted #EBEBEB;
	background-color: #F6F6F6;
}
.celda_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66F;
}
.celda_titulo_dato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}



.celda_datos_titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #2E2E2E;
	background-color: #EBEBEB;
	font-variant: normal;
	text-transform: capitalize;
}
.usuario_label {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}


.formulario1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	width: 250px;
	border: 1px solid #666;
}
.links_menu{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #03F;
	text-decoration: none;
}

.links_menu:hover {
	color: #333;
	text-decoration: none;
}

links_menu:link;links_menu:active;links_menu:visited {
		
	color: #658DC0;
	text-decoration: none;
}.crear_pasos_titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #F19C0E;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	left: 4px;
}
.crear_formulario1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: center;
	border: 1px solid #CCC;
	height: 15px;
	width: 170px;
    }
.crear_formulario3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: left;
	border: 1px solid #CCC;
	height: 15px;
	width: 170px;
    text-align: left;
}
.crear_formulario2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #666;
	text-decoration: none;
	border: 1px solid #CCC;
	height: 20px;
	width: 174px;
}
.crear_pasos_subtitulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.crear_pasos_comentario {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #06F;
	text-decoration: none;
	display:block;
	position:absolute;
	top:1.5em;
	left:1.5em;
	width:190px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 30px;
	padding-left: 8px;
	height: 190px;
}
.boton_msn {
	
	
	border: 1px solid #4a95c9;
	background: url(bkbtn.gif) left center repeat-x #cfe8f5;
	height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

}

.globo {
	position:relative;
/*	z-index:50; */
	text-decoration:none;
	font-weight:bold;
	color: #F00;
	cursor:default;
	overflow: hidden;
	visibility: inherit;
}
	
.globo span {display: none;}

.globo:hover {
	background:none; /*correccíon bug IE*/

}

.globo:hover span { /*cuando el puntero del ratón pasa por encima*/
	display:block;
	position:absolute;
	top:1.5em;
	left:-1em;
	width:12em;
	text-align: center;
	background: url(imagenes/globo_ayuda.png) no-repeat top;
	padding: 25px 8px;
	overflow: hidden;
}
.formulario_titulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.formulario_textos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.formulario_textos2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.formulario_titulos2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.formulario_titulo_principal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.tabla_comentarios {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #666;
	background-color: #FF9;
	font-weight: normal;
}
.digip1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #06F;
	text-decoration: none;
}
.digip2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #666;
	text-decoration: none;
}
.tabla_configuracion {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #666;
	background-color: #E6FFFF;
	font-weight: normal;
}
