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

/* ************************************************************** */
/* 							INGRESO             					      */
/* ************************************************************** */
#ingresoT .btn_ingresa{
	border:1px solid #CCCCCC
}

#ingresoT {
	min-height:107px;
	margin-left:-5px;
	margin-right:15px;
	margin-top:-10px;
	color:#333333; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:5px;
	/*background:#FFFFFF;*/
	/*border:1px solid #FF0000;*/
	width:255px
}

#ingresoT a {
	color:#333333;
	text-decoration:none;
	font-size:13px;
	display:block;
	padding:3px 0
}
#ingresoT a:hover {
	text-decoration:underline
}
#ingresoT input {
	margin:0px 5px 5px 5px;
	width:150px;
}

#ingreso {
	margin-left:-20px;
	margin-right:15px;
	margin-top:-20px;
	font-size:13px;
	height:107px;
	/*width:500px;*/
	color:#000000;
	padding-left:10px;
}
#ingreso a{
	color:#333333;
	text-decoration:none
}

#ingreso a{
	text-decoration:underline
}

.ing_nombre{
	font-size:13px
}

