/* Generales*/
body {
	margin:0px;
	padding:0px;
}

form {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #CC0000;
	text-decoration:none;
}

/* Contenedor */
#Contenedor {
	clear:both;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#Contenedor_General {
	float:left;
	clear:none;
	width:760px;
	padding: 5px 0px 5px 0px;
}

/* Logo */
#Logo {
	float:left;
	clear:left;
	width:142px;
	height:25px;
}

/* Banner */
#Banner {
	float:left;
	clear:none;
	width:613px;
	height:55px;
}

/* Formularios */
.Contenido, label {
	font-family: Trebuchet MS,Verdana,Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

input, textarea {
	font-family: Trebuchet MS,Verdana,Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	margin-bottom: 5px;
}

Select.Contenido {
	font-family: Trebuchet MS,Verdana,Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 220px;	
}