/* CSS Document */
a:active {color: #999999; text-decoration:underline; font-weight:bold}
a:visited {color: #999999;	text-decoration:underline; font-weight:bold}
a:link {color: #999999;	text-decoration:underline; font-weight:bold}
a:hover {color: #999999; text-decoration:underline; font-weight:bold}

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 604px;
	margin-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}
#head{
	display:block;
 	margin-bottom: 0px;
	width:604px;
	text-align: center;
}
#main{
	text-align: center;
	margin-bottom: 0px;
	width:604px;
	background-color: #FFFFFF;
}
.foot{
	width:600px;
	font-family: Arial, Helvetica, sans-serif, "arial";
	font-size: 11px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #999999;
		
}
.previous{
	float: left;
}
.next{
	float: right;
}
.test{
	display:block;
	margin-bottom: 20px;
	padding-bottom: 15px;
	width:600px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

.test p{
	font-family:  Arial, Helvetica, sans-serif, "arial";
	font-size: 11px;
	color: #333333;
	text-align: left;
	padding:15px;
	margin-top: 0px;

}
.test p:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}
p.error {
	color:#000;
	text-align: center;
	margin:40px 0px 0px 0px;
	font-size: 38px;
	font-family: Arial, Helvetica, sans-serif, "arial";
	color: #000033;
}
p.error-small {
	font-family: Arial, Helvetica, sans-serif, "arial";
	color:#000033;
	text-align: center;
	margin-top:5px;
	font-size: 21px;
}


h6{
	font-family: Arial, Helvetica, sans-serif, "arial";
	color: #000033;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	background: url("images/item.gif");
  	background-repeat: no-repeat;
  	background-position: left;
	padding-left:15px;
	margin-bottom: 0px;
}
img.derecha {
	border: 1px solid #CCCCCC; 
	margin: 18px 15px 15px 10px; 
	float:right; 
}
img.izquierda {
	border: 1px solid #CCCCCC; 
	margin: 18px 15px 0px 10px; 
	float:left; 
}

