* {
	padding: 			0px;
}
body {
	background-color: 	#333333;
}
a img {
	border: 			none;
}
font {
	margin-left: 		5px; 
	color:				#666666;
	font-size:			16px;
	font-family:		Arial;
	font-weight:		bold;
}
p {
	font-size:			14px;
	font-family:		Arial;
	color:				white;
	font-weight:		bold;
}
/****************** HEADER ******************/
#inicio {
	width: 				100%;
	height: 			400px;
	background-image: 	url("../../images/t1/inicio-line.gif");
	background-repeat: 	repeat-x;
	top: 				0%;
	left:				0%;
	float: 				left;
	position:			absolute;
}
#banner {
	float: 				left;
	margin-top: 		0px;
	margin-left:		0px;
	position:			absolute;
}
#buscador {
	margin-left: 		567px;
	margin-top: 		38px;
	width: 				237px;
	max-width:			237px;
	height: 			19px;
	float:				left;
	position:			absolute;
	z-index:			1;
	border:				none;
}
#buscador-boton {
	float: 				right;
	width:				60px;
	margin-right:		0px;
	cursor:				pointer;
}
#buscador-frase {
	position:			absolute;
	float:				right;
	background-color:	white;
	width:				177px;
	height:				19px;
	border:				none;
}
/****************** BODY ******************/
#menu {
	position:			absolute;
	float:				left;
	margin-left: 		125px;
	margin-top:			125px;
	z-index: 			3;
}
#menu img {
	cursor: pointer;
}
#cuerpo {
	position:			absolute;
	float:				left;
	margin-top:			137px;
	margin-left: 		41px;
	width: 				auto;
	height:				auto;
}
#up {
	width:				900px;
	height:				9px;
}
#up img {
	float:				left;
}
#center {
	background-color:	#cccccc;
	width:				900px;
	height:				auto;
}
#center #header {
	width:				786px;
	height:				auto;
	padding-top:		10px;
	padding-left:		54px;
}
#center #info {
	width:				730px;
	height:				auto;
	padding-left:		25px;
	margin-left:		68px;
	margin-top:			0px;
	padding-top: 		10px;
	padding-bottom:		10px;
	background-color:	#666666;
}
#bad {
	width:				730px;
	height:				auto;
	padding-left:		25px;
	margin-left:		28px;
	margin-top:			0px;
	padding-top: 		5px;
	padding-bottom:		5px;
	background-color:	#cccccc;
	font-size:			18px;
	font-family:		Arial;
	color:				white;
	font-weight:		bold;
}
#good {
	width:				730px;
	height:				auto;
	padding-left:		25px;
	margin-left:		28px;
	margin-top:			0px;
	padding-top: 		5px;
	padding-bottom:		5px;
	background-color:	#cccccc;
	font-size:			18px;
	font-family:		Arial;
	color:				white;
	font-weight:		bold;
}
.campos {
	font-size:			13px;
	font-family:		Arial;
	color:				black;
	font-weight:		bold;
}
/****************** FOOTER ******************/
#pie {
	font-size:			11px;
	font-family:		Arial;
	color:				white;
	font-weight:		normal;
	padding-bottom:		20px;
	padding-top:		10px;
	text-align:			center;
	width:				900px;
	margin-left:		20px;
	float:				left;
}
#pie a {
	color: red;
	text-decoration: none;
}
