html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../images/fondo.jpg);
	background-repeat:  repeat-x;
}

h1 {
	color: #3F3F3F;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

h2 {
	color: #3F3F3F;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

a, a:link {
	color: #0071c4;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #0071c4;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #005B9F;
	text-decoration: underline;
}

a:focus {
	color: #005B9F;
}

a:active {
	color: #005B9F;
}

#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 20px;
}

#outerWrapper #contentWrapper #content {
	margin: 0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#outerWrapper #footer {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0071c4;
	text-align: center;
}
#outerWrapper #contentWrapper #content #formulario {
	width: 400px;
	margin-left: 350px;
}

.capsula {
	border: 1px solid #0071c4;
	margin-right: 200px;
	font-size: 11px;
	color: #000000;
}
.imagen {
	margin-right: 10px;
	margin-left: 10px;
}
#outerWrapper #contentWrapper #content #clientes {
	width: 500px;
}

