* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul {
	list-style:none;	
}
.separador {
	clear:both;
	float:none !important;
}
.cleanclear {
	width:100%;
	overflow:hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
h1 {
	text-indent:-10000px !important;
	background-repeat:no-repeat;
	height:36px;
	display:block;
}
h2 {
	font-size:12px;	
}
a {
	color:#FFF;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#8B0606;

}
input.submit, a.submit {
	margin:11px 0px;
	border:none;
	width:74px;
	height:28px;
	background-image:url(../images/botones.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
	color:#CCC;
	font-weight:bold;
	outline:none;
}
a.submit {
	display:block;
	padding-top:7px;
	text-align:center;
}
input.submit:hover, a.submit:hover {
	background-position:-74px 0px;
	color:#FFF;
}
input.submit.disabled, a.submit.disabled {
	background-position:-148px 0px;
	color:#222;
}
input {
	border:1px solid #300505;
	padding:3px;
	font-size:11px;
	outline:none;
}
div.sangre {
	background-image:url(../images/fondo.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}