.textogris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}
.textogrisclasico {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.textonegro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}






.linkgrisclasico:active {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration : none;
	font-weight : normal;
}
.linkgrisclasico:link {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration : none;
	font-weight : normal;
}
.linkgrisclasico:visited {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration : none;
	font-weight : normal;
}
.linkgrisclasico:hover {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration : none;
	font-weight : normal;
}






.linkgris:active {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration : none;
	font-weight : normal;
}
.linkgris:link {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration : none;
	font-weight : normal;
}
.linkgris:visited {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration : none;
	font-weight : normal;
}
.linkgris:hover {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration : none;
	font-weight : normal;
}



/*////divs*/
.texto_formulariogris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 555555;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	line-height: normal;
}


.upload{
	width:25px;
	height:20px;
		z-index:1;
	/*left: 92px;
	top: 149px;*/
	cursor:hand;
	border:0;
	color:#FFFFFF;
	background-color: #cecece;
}



.textarea {
	width=:10px;
	height:10px;
	background-color:#cecece;
	border-color:#000000;
	border:groove;
	

} 

.frmEditor {
	background-color:#cecece;
	border-color:#000000;
	border:hidden;
	height:200px;
	width:600px;
	

}


.cargador {
position: absolute;
top: 40%;
left: 50%;

/*background:#999999;*/

/*filter: alpha(opacity=50); opacity: .5;*/
}

.padre
{
background:#000000;
filter: alpha(opacity=50); 
pacity: .5;


  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  500px;
  height: 500px;
}


html,body{
margin:0px;
height:100%;
}
.global {
	position: absolute;
	top:0px;
	left:50%;
	width:1000px;
	margin-left:-500px;
	overflow:hidden;

	BORDER: #FFFFFF 1px solid;

/*	margin-top:0px;*/

//*margin-top:-150;*/


/*filter: alpha(opacity=50); opacity: .5;*/
}

.cabecera {
position: relative;
		/*nos posicionamos en el centro del navegador*/
/*top:0px;
left:50%;;*/
width:1000px;
/*indicamos que el margen izquierdo, es la mitad de la anchura*/
/*margin-left:-382px;*/
		/*determinamos una altura*/
height:172px;

/*indicamos que el margen superior, es la mitad de la altura*/
//*margin-top:-150;*/


/*filter: alpha(opacity=50); opacity: .5;*/
}




.contenido{
position: relative;
float:left;
/*left:500px;*/
top:0px;
width:172px;


}

.pie{
clear:both;
position:relative;
top:0px;
right:0px;


}


