body {
	background: #11549A;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

input, select, textarea {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	padding: 2px;
	font-size: 11px;
	color: #0C3D6D;
}

.boton {
	border: 1px solid #10569B;
	color: #0C3D6D;
	background: #FFFFFF url(../../images/fondo_inputs.gif) repeat-x left top;
	font-weight: bold;
}

.cabecera {
	background: url(../../images/cabecera_top.jpg) repeat-y center;
}

.arcos {
	vertical-align: bottom;
	padding-right: 33px;
}

.main {
	background: url(../../images/fondo_main.gif) repeat-y center;
}

.left {
	font-size: 11px;
	vertical-align: top;
	padding-left: 12px;
}

.menu {
	width: 149px;
	background: url(../../images/fondo_menu.jpg) no-repeat;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	padding: 0;
	margin: 0;
}

.menu a {
	font-weight: bold;
	color: #0C3D6D;
	text-decoration: none;
	padding: 6px;
	display: block;
	background: url(../../images/lineapuntos.gif) no-repeat center bottom;
	width: 137px;
	text-align: center;
}

.menu a:hover {
	color: #10569B;
	border-right: 3px solid #10569B;
	padding-right: 3px;
}

.directlinks {
	width: 149px;
}

.directlinks h1{
	color: #0C3D6D;
	font-size: 11px;
	background: url(../../images/cab_busquedas.gif) no-repeat right top;
	padding: 8px 6px;
	margin: 0;
	text-align: center;
}

.directlinks ul {
	margin: 0 0 12px 22px;
	list-style-type: none;
}

.directlinks a {
	text-decoration: none;
	color: #0C3D6D;
	display: block;
	width: 100%
}

.directlinks a:hover {
	text-decoration: underline;
}

.content p {
	text-align: justify;
}

hr {
	margin: 12px 0;
	border: 1px solid #10569B;
}

.logomore {
	float: right;
}

.picsright {
	float: right;
	border: 1px solid #000000;
	margin-left: 6px;
	margin-bottom: 6px;
}