body{
 font-family:'Times New roman';
 font-size: 14px;
 color: #333333;
}

.divHeader{
	margin:0px;
	padding:0px;
	position:relative;
	top:15px;
}

.divcontenedor{
	background-color:#ffffff;
	border: 2px solid #525252;
}

.inputLogin{
	margin:0px;
	border:0px;
	border-bottom: 1px dashed;
}

.lineaForm{
	margin-top:50px;
	border-bottom: 1px solid #000000;
	margin-bottom:5px;
	height:1px;
}

.tablacontenedor{
	padding-left:10px;
	padding-right:10px;
	width:600px;
	font-family:'Times New roman';
	font-size: 14px;
	color: #333333;

}

.contieneBotonesLog{
	position:relative;
	top:-5px;
}

.textAreaContact{

}

.asteriscoAzul{
	color:#68ADBD;
}

.fakeinput{
	margin:0px;
	border:0px;
	background-color:#78797D;
	color:white;
	height:22px;
	width:146px;
}

div.fileinputs {
	position: relative;
    width:220px;
	display:inline;
		cursor:pointer;

}

div.fakefile {
	position: absolute;
	top: -6px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity:0);
	opacity: 0;
	z-index: 2;
	cursor:pointer;
	height:16px;
	width:220px;
}

.elinput22{
	margin:0px;
	border:0px;
	border-bottom: 1px dashed;
}

SELECT{ 
	font-family:'Times New roman';
	font-size: 14px;
	margin:0px;
	border:0px;
	border-bottom: 1px dashed;
} 


A:link {text-decoration: none;color:black;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: black;}
