@charset "utf-8";
/* CSS Document */

.msg_exito, .msg_advertencia, .msg_error, .msg_info{
	clear:both;
	margin: 4px auto 4px auto;
	font-family:"Trebuchet MS";
	background-position: 10px 50%;
	padding:4px 5px 4px 30px; /* top right bottom left */
	font-size:12px;
}

.msg_advertencia{
	border:#dd6600 1px solid;
	background:url(../images/msg_advertencia.gif) #FFFFCC left no-repeat;
	color:#dd6600;
}

.msg_exito{
	border:#009900 1px solid;
	background:url(../images/msg_exito.gif) #CCFFCC left no-repeat;
	color:#009900;
}

.msg_info{
	border:#0000FF 1px solid;
	background:url(../images/msg_info.gif) #CCFFFF left no-repeat;
	color:#0000ff;
}

.msg_error{
	border:#ff0000 1px solid;
	list-style-type:none;
	background:url(../images/msg_error.gif) #FFEEEE left no-repeat;
	color:#CC0000;
}

.advertencia{
	border:#0000ff 1px solid;
	background:url(../images/advertencia.gif) #FFFFCC right no-repeat;
	clear:both;
	color:#0066CC;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	text-align:center;
	width:500px;
	padding:20px;
	margin: 4px auto 4px auto;
}

.alias{
	color:#0000FF;
	font-size:12px;
	font-weight:bold;
}

input.checkbox{
	height:13px;
	width:13px;
	padding:0px;
	margin:0px;
}

#encuesta{border:#CCCCCC 1px solid;}

.error{
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.errores{
	background-color:#FFFFFF;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	width:100%;
}

form{
	margin:5px;
}

#footer{
	background-color:#000000;
	color:#ffffff;
	line-height:15px;
	text-align:center;
}


.g_input{
	background-color:#EEEEEE; 
	border-width:1px; 
	border-color:#999999; 
	font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; 
	height:16px;
}

img{border-width:0 0 0 0}

.informeimg{
	border: solid 0px #666666;
}

.paginacion_seg{
	background-color:#CCCCCC;
	clear:both;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

.paginacion_seg a{
	color:#0000ff;
	text-decoration:none;
}

.botones_enc{
	clear:both;
	text-align:center;
	padding:10px
}

ul, ol{
	margin: 2px 2px 2px 12px; /* top right bottom left */
	padding: 2px 2px 2px 12px;
}

li{
	padding: 2px 2px 2px 2px;
}

li.iconos{
	display:inline;
	padding-right:10px;
}

.td_menu_enc{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	background-color:#D7DCFF;
}

.td_menu_inf{
	color:#FFFFFF;
	background-color:#000000;
}

.salto{
	clear:both;
	line-height:0px;
	margin:4px;
}

#submenu{
	background-color:#000000;
	color:#ffffff;
	line-height:15px;
	padding: 0 5px 0 5px;
}

.v_resultados{
	float:left; 
	width:100%; 
	height:200px; 
	overflow:auto; 
	border:#cccccc 1px solid
}
