/********************************************************************
CSS < srv_vigilante >   
	(c) NetCentros WebSystems SL     www.netcentroseduca.net
*********************************************************************/
		

#Vigilante{
	width:724px;
	margin-left:auto;
	margin-right:auto;
}

#Vigilante .Imagen{
	display:block;
	width:382px;
	margin:auto;
	background:url(rec/img_css/monitor.png) no-repeat top left;
	height:118px;
	padding-top:10px;
	padding-left:150px;
}
#Vigilante .Imagen2{
	display:block;
	width:382px;
	margin:auto;
	background:url(rec/img_css/monitor2.png) no-repeat top left;
	height:118px;
	padding-top:10px;
	padding-left:150px;
}

#Vigilante h2{
	width:525px;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#Vigilante  .Campo{
	float:left;
	width:75px;
	font-weight:bold;
	margin-bottom:8px;
	margin-top:8px;
}
#Vigilante  .Campo label{
	font-size:13px;
}
#Vigilante  .Contenido{
	float:left;
	margin-bottom:8px;
	width:280px;
	margin-top:8px;
}
#Vigilante  .Contenido input{
	width:250px;
	height:20px;
	font-size:14px;
}

#Vigilante  .ContEntrar{
	margin-top:10px;
	margin-left:212px;
}

.FormVigilante{
	padding:20px;	
	margin:0px;
}

/** Botones **********************************************************/

a.BtnVolver{
 display:none;
}
 
#Vigilante .BtnEntrar input{
	margin:0px;
	padding:0px;
	border:none;
	margin-top:2px;
	background:url(rec/img_css/C_BtnNeutroVerdeMed.png) no-repeat top left;
	color:#fff;
	font-size:13px !important;
	font-weight:normal;
	padding-top:4px;
	padding-bottom:8px;
	padding-left:10px;
	cursor:pointer;	
	line-height:12px;
	vertical-align:middle;
}
#Vigilante .BtnEntrar span{
	background:url(rec/img_css/C_BtnNeutroVerdeMed.png) no-repeat top right;
	font-size:13px !important;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:7px;
	padding-right:5px;
	vertical-align:middle;
	
}
#Vigilante .BtnEntrar input:hover{
	color:#d3e6af;
	text-decoration:none;
}

