/*
Diseņado por OT Sistemas
http://www.otsistemas.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
/*	margin: 10px 0; */
	background: #FFFFFF;
/*	background: #E0E0E0; */
	padding: 25px 0px 25px 0px;


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#fondo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 275px;
	background: #fff url('images/bg.jpg') repeat-x;
	z-index: 1;
}

#bordeexterno {
	z-index: 2;
	position: relative;
	width: 770px;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
}

strong { color: #707070; }

img { border: none; } 

h1, h2, h3 {
	font-family: "Trebuchet MS", "Times New Roman", "Tms Rmn", serif;
	font-weight: bold;
	color:#162A83;
}

h1 { font-size: 182%; }
h2 { font-size: 162%; }
h3 { font-size: 142%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 165%;
	font-size: 100%;
}

a:link {
	color: #162A83;
}

a:hover {
	text-decoration: none;
	color: #869AF3;
}

#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#header td {
	font-size: 100%;
	color: #333333;
}

#header a {
	text-decoration: none;
	font-size: 100%;
	color: #333333;
}

#header a:hover {
	color: #869AF3;
}

#submenu {
	float: left;
	width: 700px;
}

#submenu td {
	font-size: 100%;
	color: #333333;
}

#submenu a {
	text-decoration: none;
	font-size: 100%;
	color: #333333;
}

#submenu a:hover {
	color: #869AF3;
}

#splash {
	width: 770px;
	height: 120px;
	margin: 0 auto;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 10px;
}

#content {
	float: left;
	width: 550px;
	padding: 10px;
}

#content ol {
	margin-left: 2em;
}

#content ul {
	margin-left: 2em;
	list-style: url(images/bullet.gif) square;
}

#fullcontent {
	float: left;
	width: 750px;
	padding: 10px;
}

#fullcontent ol {
	margin-left: 2em;
}

#fullcontent ul {
	margin-left: 2em;
	list-style: url(images/bullet.gif) square;
}

#fullcontent td {
	margin-bottom: 10px;
	font-size: 100%;
}

#sidebar {
	float: left;
	width: 200px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin-left: 2em;
	list-style: url(images/bullet.gif) square;
}

#sidebar li {
	margin: 5px 0 5px 0;
	padding: 0 0 1px 0;
	font-size:85%;
}

#sidebar h3 {
	height: 17px;
	padding: 0 5px;
	background: #162A83;
	color: #FFFFFF;
	font-size: 120%;
}

#footer {
	clear: both;
	width: 770px;
	height: 20px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px solid #162A83;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 90%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#valido {
	clear: both;
	width: 770px;
	margin: 0 auto;
}

