/* CSS Document */
body{
	margin:0px;
	background:url(../images/fondo4.jpg) no-repeat  #F0F0F0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	
}
.mensajeLogin{
	color:#F00;
}
#center{
	
	width:544px;
	margin:auto;
	height:auto;
	
	
}
.sl{
	width:180px;
	height:50px;
}
#center #ubic{
	
	background-repeat:no-repeat;
	width:444px;
	margin-top:10px;
	float:left;
	padding-right:50px;
	padding-left:55px;
	padding-top:105px;
	height:435px;
}
#ubic .titutlo{
	width:auto;
	text-align:center;
	margin-top:10px;
	padding-left:15px;
	padding-right:15px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.contenidos{
	padding:20px;
	height:200px;
}
.contenidos input.i1{
	background:#f8f8f8;
	border:1px solid #ccc;
	width:200px;
	padding:7px;
	height:25px;
	font-size:18px;
	color:#999;
	
}
#derechos{
	float:left;
	font-size:12PX;
	color:#999;
	width:100%;
	text-align:center;
	margin-top:20px;
	height:auto;
}
#derechos a:link,#derechos a:visited,#derechos a{
	color:#33C;
	text-decoration:none;
}
#derechos a:hover{
	text-decoration:underline;
}
