*{
	FONT-FAMILY: Verdana,Helvetica;
	FONT-SIZE: 10px;
}

BODY {
	background: url('../img/fondo.gif') repeat-x;
	margin: 0;
	padding: 0;
	height:100%; /* this is the key! */
}

H1{
	color:#3399FF;
	font-weight:bold;
	margin:0;
	font-size: 13px;
}

A:link, A:visited{
	COLOR: #3E3E3E;
	text-decoration: underline;
}
A:hover{
	COLOR: #3399FF;
	text-decoration: underline;
}

A.linkConImagen{
	FONT-WEIGHT: bold; 
	text-decoration: none;
}
	A.linkConImagen IMG{
		border: 0;
	}

OL{
	FONT-WEIGHT: bold; 
	line-height: 20px;
}

UL{
	margin-left: 30px;
}

FORM{
	margin: 0;
}

FIELDSET{
	text-align:left;
	background-color: #FAFAFA;
	border:1px solid #3399FF;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	margin:0;
}

	FIELDSET LEGEND{	
		background-color: #3399FF;
		border:0;
		color: white;
		font-weight:bold;
		font-size: 11px;
		padding:2px 5px;
		margin-bottom:5px;
		position:relative;
		top: -12px;
	}
	
#contenedor{
	background-color: white;
	width: 780px;
	padding:10px;
	margin: 20px auto 20px auto;
	border:1px solid #BFDFFF;
	text-align:left;
}

#encabezado{
	/*background-color: gray;*/
	/*border: 1px solid #D4D4D4;*/
	margin-bottom: 15px;
	height: 70px;
	padding: 3px;
	padding-left: 0px;
}
	#encabezado H1{
		margin:0;
	}
	#encabezado H1 A{
		font-size: 23px;
		FONT-WEIGHT: bold; 
		color: #81A064;
		text-decoration:none;
	}
	#encabezado H2{
		FONT-WEIGHT: normal;
		margin:0;
	}
	#encabezado .izq{
		float: left;
	}
	#encabezado .der{
		text-align: right;
		overflow: hidden;
	}

	
#cuerpo{
	padding-top: 15px;
	margin: 0;
	height: auto;
	min-height: 200px;
}
	#cuerpo H1{
		color:#3399FF;
		font-weight:bold;
		margin:0;
		font-size: 14px;
	}
	#cuerpo H2{
		color:#3399FF;
		font-weight:bold;
		margin:0;
		font-size: 10px;
	}
	
#pie{
	background-color: #FBFBFB;
	margin:0;
	padding: 8px;
	text-align: center;
	height:auto;
	border: 1px solid #E5E5E5;
	margin-top: 25px;
}

.barraInferior{
	background: #EDEDED ;
	padding: 8px;
	height:auto;	
	border: 1px solid #E5E5E5;
	margin-top: 40px;
	clear:both;
}
	.barraInferior .titulo{
		margin-bottom:5px;
		padding:5px;
		background: #F7F7F7 url('../img/bg.gif') repeat-x;
		border:1px solid #E5E5E5;
		text-align: center;
		font-weight: bold; 
	}

.info {
	background: #e9eef3 url(../img/icon-info.png) 5px 5px no-repeat;
	border-top: 4px solid #aec9ef;
	border-bottom: 4px solid #aec9ef;
	color: #333;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tiptext {
	color: #797979;
}

.error {
	background: #F7F1EF url(../img/icon-alert.png) 5px 5px no-repeat;
	border-top: 4px solid #EF8585;
	border-bottom: 4px solid #EF8585;
	color: #000;
	margin-top: 5px;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.atencion {
	background: #ffffe6 url(../img/icon-star.png) 5px 5px no-repeat;
	border-top: 4px solid #f6f086;
	border-bottom: 4px solid #f6f086;
	color: #333;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.recuadro{
	background: #f7f7f7;
	border: 1px solid #dbdbdb;
	color: #333;
	padding: 8px;
}

.recuadro_fotos{
	background: #f7f7f7;
	border: 1px solid #dbdbdb;
	color: #333;
	padding: 8px;
	overflow:auto;
}
	.recuadro_fotos .titulo{
		background: #F7F7F7 url('../img/bg.gif') repeat-x;
		border:1px solid #E5E5E5;
		text-align: center;
		line-height: 24px;
	}
	.recuadro_fotos .foto{
		border: 1px solid #C4C4C4;
	}
	.recuadro_fotos .foto:hover{
		border: 1px solid #3399FF;
	}
	.recuadro_fotos .fotoPrincipal{
		border: 2px solid #3399FF;
	}
	.recuadro_fotos .fotoPrincipal:hover{
		border: 2px solid #C4C4C4;
	}
	.recuadro_fotos .contFoto{
		display:inline;
		float:left;
		margin:8px;
	}
	.recuadro_fotos .contFotoMis{
		display:inline;
		float:left;
		margin:17px;
	}
	
.recuadro_mensajes_enc{
	background: url('../img/spiral.png') repeat-x;
	height: 22px;
	margin-top: 20px;
}
.recuadro_mensajes{
	background: #FEFEFE;
	border: 1px solid #dbdbdb;
	border-top: 0;
	padding: 8px;
	min-height: 100px;
}
	.recuadro_mensajes .mensaje{
		border-bottom: 1px dashed #E5E5E5; 	
		overflow:auto;	
		margin-bottom: 8px;
	}
	.recuadro_mensajes .foto{
		float: left;
		border: 1px solid #DBDBDB;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	.recuadro_mensajes .texto{
		margin-bottom: 8px;
	}
	.recuadro_mensajes TEXTAREA{
		border:1px solid #DBDBDB;
		height:70px;
		width:400px;
	}
	.recuadro_mensajes SMALL{
		font-size: 9px;
	}

/* estilo de los listados */
.listado{
	border:1px #E5E5E5 solid;
	border-collapse:collapse;
}
	.listado TH{
		FONT-WEIGHT: normal; 
		text-align: left;
		BACKGROUND-COLOR: #F7F7F7;
		color: #3399FF;
		padding: 5px;
		border:1px solid #E5E5E5;
	}
	.listado TH A{
		color: black !important;
		text-decoration: none;
	}
	.listado TH A:hover{

	}
	.listado TD{
		padding: 5px;
		border-left:1px solid #E5E5E5;
		border-right:1px solid #E5E5E5;
	}
	.listado TR.rallado1{ /* filas impares */
		BACKGROUND-COLOR: #FDFDFD;
	}
	.listado TR.rallado{ /* filas pares */
		BACKGROUND-COLOR: #F7F7F7;
	}
	.listado THEAD TH{
		background: url('../img/bg.gif') repeat-x;
		line-height: 25px;
		FONT-WEIGHT: bold; 
		font-size: 11px;
		text-align: left;
		BACKGROUND-COLOR: #F7F7F7;
		color: #565656;
		padding: 5px;
		border:1px solid #E5E5E5;
		border-bottom:0;
	}
	.listado TFOOT TH{
		FONT-WEIGHT: normal; 
		text-align: left;
		BACKGROUND-COLOR: #E3E3E3;
		color: black;
		padding: 5px;
	}
	.listado TFOOT TH A{
		color: #688150 !important;
	}
	.listado TFOOT TH A{
		text-decoration: underline !important;
	}

/* para los formularios de ingreso de datos */
.formulario{
	border:1px #C1C1C1 solid;
	background-color: #F7F7F7;
	margin-top:10px;
	margin-bottom:10px;
}
	.formulario THEAD TH{
		FONT-WEIGHT: bold; 
		text-align: center;
		BACKGROUND: #F7F7F7 url('../img/bg.gif') repeat-x;
		line-height: 25px;
		font-size: 12px;
		padding: 5px;
		border:1px solid #E5E5E5;
		height: 20px;
		padding: 3px;
		color: #565656;
	}
	.formulario TFOOT TH{
		FONT-WEIGHT: bold; 
		text-align: center;
		BACKGROUND: #F7F7F7 url('../img/bg.gif') repeat-x;
		line-height: 30px;
		font-size: 12px;
		padding: 5px;
		border:1px solid #E5E5E5;
		height: 20px;
		padding: 3px;
		color: #565656;
	}
	.formulario TH{
		FONT-WEIGHT: normal; 
		text-align: right;
		padding-right: 10px;
		padding-left: 10px;
		BACKGROUND-COLOR: #EDEDED;
		border-bottom:1px solid silver;
	}
	.formulario TD{
		border-bottom:1px dotted #DDDDDD;
	}

.paginado{
	font-weight: bold;
	font-size: 16px;
	color: #B1B2B4;
	border: 1px solid #D4D4D4;
	padding: 8px;
	padding-bottom:12px;
}
	.paginado .rotuloTotalRegistros{
		font-weight: bold;
		font-size: 16px;
		color: #B1B2B4;
	}
	.paginado .link_pagina_actual, .paginado .ant_desact, .paginado .sig_desact{
		background-color: #ffffff;
		border: 1px solid #D4D4D4;
		padding: 8px;
		margin: 2px;
		text-decoration: none;
	}
	.paginado .link_pagina{
		background-color: #EFEFEF;
		border: 1px solid #D4D4D4;
		padding: 8px;
		text-decoration: none;
	}
		.paginado a.link_pagina:hover{
			background-color: #E3E3E3;
			border: 1px solid #D4D4D4;
			text-decoration: none;
		}
	.paginado .link_ant, .paginado .link_sig{
		background-color: #EFEFEF;
		border: 1px solid #D4D4D4;
		padding: 8px;
		text-decoration: none;
	}
		.paginado a.link_ant:hover, .paginado a.link_sig:hover{
			background-color: #E3E3E3;
			border: 1px solid #D4D4D4;
			text-decoration: none;
		}
		
.paginado_mini{
	font-size:11px;
	margin: 3px;
}
	.paginado_mini .rotuloTotalRegistros{
		font-weight: bold;
	}
	.paginado_mini .ant_desact, .paginado_mini .sig_desact{
		padding:3px 3px 2px;
	}
	.paginado_mini .link_pagina_actual{
		padding:3px 3px 2px;
		border-bottom:2px solid #3B5998;
	}
	.paginado_mini .link_pagina{
		color: #3B5998;
		padding:3px 3px 2px;
		outline-style:none;
		text-decoration:none;
	}
		.paginado_mini a.link_pagina:hover{
			background-color: #3B5998;
			text-decoration:none;
			color: #FFFFFF;
		}
	.paginado_mini .link_ant, .paginado_mini .link_sig{
		color: #3B5998;
		padding:3px 3px 2px;
		outline-style:none;
		text-decoration:none;
	}
		.paginado_mini a.link_ant:hover, .paginado_mini a.link_sig:hover{
			background-color: #3B5998;
			text-decoration:none;
			color: #FFFFFF;
		}

.persona_H{
	background: #DCEEFF url(../img/fondo_h.gif);
	border: 1px solid #91C8FF;
	color: #3198FF;
	padding: 8px;
	margin-bottom: 20px;
	overflow:auto;
}
	.persona_H .nick{
		font-size: 20px;
		display: inline;
	}
	.persona_H .foto{
		float: left;
		margin-right: 8px;
	}
		.persona_H .foto IMG{
			border: 1px solid #91C8FF;
		}
	.persona_H .datos{
		line-height: 15px;
	}
		.persona_H .datos a{
			text-decoration: underline !important;
		}
		.persona_H .datos small{
			font-size: 9px;
		}
	.persona_H .web{
	}
		.persona_H .web a{
			text-decoration: underline !important;
		}
	.persona_H .mensaje{
		margin-top:5px;
		clear:both;
	}
	.persona_H .botones{
		float: right;
	}
		.persona_H .botones IMG{
			margin-left: 3px;
		}
	.persona_H A:link, .persona_H A:visited{
		COLOR: #3198FF;
		text-decoration: none;
	}
	.persona_H A:hover{
		COLOR: #0C62B9;
		text-decoration: none;
	}

.persona_M{
	background: #FFE7FF url(../img/fondo_m.gif);
	border: 1px solid #FFAEFF;
	color: #E707E7;
	padding: 8px;
	margin-bottom: 20px;
	overflow:auto;
}
	.persona_M .nick{
		font-size: 20px;
		display: inline;
	}
	.persona_M .foto{
		float: left;
		margin-right: 8px;
	}
		.persona_M .foto IMG{
			border: 1px solid #FFAEFF;
		}
	.persona_M .datos{
		line-height: 15px;
	}
		.persona_M .datos a{
			text-decoration: underline !important;
		}
		.persona_M .datos small{
			font-size: 9px;
		}
	.persona_M .web{
	}
		.persona_M .web a{
			text-decoration: underline !important;
		}
	.persona_M .mensaje{
		margin-top:5px;
		clear:both;
	}
	.persona_M .botones{
		float: right;
	}
	.persona_M A:link, .persona_M A:visited{
		COLOR: #E707E7;
		text-decoration: none;
	}
	.persona_M A:hover{
		COLOR: #BC06BC;
		text-decoration: none;
	}
	
.colorH{
	color: #0080FF !important;
}

.colorM{
	color: #FF80FF !important;
}
	
.recuadro{
	background: #f7f7f7;
	border: 1px solid #dbdbdb;
	color: #333;
	padding: 8px;
	margin-bottom: 20px;
}
	.recuadro A{
		text-decoration: underline;
	}

.recuadroUsr{
	margin-top: 2px;
	padding: 4px;
	font-size: 11px;
	background: #F7F7F7;
	border: 1px solid #D4D4D4;
}
	.recuadroUsr A{
		font-weight:bold;
		font-size: 13px;
		font-size: 11px;
	}
	
.separador{
	height: 0px;
	clear: both;
}

A.volver{
	background-color: #EFEFEF;
	border: 1px solid #D4D4D4;
	padding: 8px;
	text-decoration: none;
}
	A.volver:hover{
		background-color: #E3E3E3;
		border: 1px solid #D4D4D4;
		text-decoration: none;
	}
	
.aceptado{
	color: #009400;
}

.rechazado{
	color: #E40000;
}

.pendiente{
	color: #9D8800;
}

div.recuadros{
	float:left;
	margin:20px;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	border:1px solid silver;
}
	div.recuadros:hover{
		border:1px solid gray;
	}

/*para los tooltip con mootools*/
span.tooltip{
}
.tip {
	Z-INDEX: 13000; WIDTH:auto; MAX-WIDTH: 400px; COLOR: #000; position: relative;
}
.tip-title {
	PADDING-RIGHT: 8px; 
	PADDING-LEFT: 8px; 
	FONT-SIZE: 11px; 
	PADDING-BOTTOM: 4px; 
	PADDING-TOP: 8px; 
	MARGIN: 0px; 
	BACKGROUND: #fff; 
	COLOR: #000000; 
	BORDER: 1px dotted #3399FF;
}
.tip-text {
	PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-SIZE: 11px; BACKGROUND: #cfdfa7; PADDING-BOTTOM: 8px; PADDING-TOP: 4px;
}

.linkScript{
	text-decoration: underline;
	cursor:pointer;
}