/* ======================================================================

	enelnombredelARTE.com © 2010
	
	style.css

====================================================================== */

Body{
	margin: 0px;
	background-color:#ffffff;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:center top;
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-size:8pt;
	color:#666666;

}

#container{
	position:absolute;
	top:50%;
	left:50%;
	width:950px;
	height:450px;
	margin-top:-225px;
	margin-left:-490px;
}

form, hr, div{margin:0px;}

.contenido{
	padding:12px 16px;
	text-align:justify;
}

.catalogo{
	padding:0px 16px;
	background:url(../images/arrow.gif) no-repeat;
	background-position:left;
	height:30px;
}

.catalogo a{
	margin:0px 15px;
	color:#999;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}

.catalogo a:hover{
	color:#CC3300;
}

.sep-catalogo hr{
	margin:0px 16px;
	height:1px;
	width:390px;
	border:0px;
	background:#ccc;
	color:#ccc;
}

.form{
	padding-left:16px;
}

#username{
	width:151px;
	height:31px;
	background:url(../images/input-user.gif) no-repeat;
	border:0px;
	padding:0px 4px;
}

#password{
	width:121px;
	height:31px;
	background:url(../images/input-pass.gif) no-repeat;
	border:0px;
	padding:0px 4px;
}

#username, #password{
	color:#999;
	font-size:10pt;
}

#submit{
	padding-bottom:2px;
}

