@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DDDDDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	position: relative;
}
.unacol #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none; /* this overrides the text-align: center on the body element. */
	height: 600px;
	position: relative;
}
.unacol #mainheader {
	background: #DDDDDD;
	width: 780px;
	height: 60px;
	position: relative;
	text-align: left;
	border: none;
}
.unacol #imgheader  {
	height: 50px;
	padding-left: 30px;
	float: left;
	position: relative;
	border: none;
	padding-top: 5px;
}
.unacol #menuheader  {
	height: 50px;
	height: 17px;
	width: 600px;
	font: bold 12px Verdana;
	position: relative;
	padding-top: 35px;
	margin-left: 150px;
	border: none;
}
.unacol #menuheader li {
	list-style: none;
	display: inline;
	border: none;

}
.unacol #menuheader li a {
	text-align:center;
	color: #00F;
	padding: 0 10px 0 10px;
}
.unacol #menuheader li a:visited{
	color: #00F;
}
.unacol #menuheader li a:hover {
	text-decoration: none;
	color: #00F;
}
#main_menu li a:active{
	color: #00F;
}
#main_menu li.selected a{ /*selected tab effect*/
	color: #00F;
}
.unacol #maincont {
	width: 780px;
	position: relative;
	text-align: center;
	height: auto;
}
.unacol #inicont  {
	width: 780px;
	height: 380px;
	background-image: url(imagenes/general/fondo.gif);
	background-repeat: no-repeat;
	position: relative;
      }
.unacol #rescont  {
	background: #FFFFFF;
	text-align: center;
	height: auto;
	position: relative;
	width: 780px;
	min-height: 380px;
      } 
.unacol #rescontn  {
	background: #000000;
	text-align: center;
	height: auto;
	position: relative;
	width: 780px;
	min-height: 380px;
      } 
.pizquierda {
	text-align: left;
	color: #6186af;
	margin: 5px 100px 5px 100px;
	font: bold 12px Verdana;
      }
.pcentro {
	text-align: center;
	color: #6186af;
	font: bold 12px Verdana;
      }
h3 {
	color: #000099;
      }
h6 {
	color: #6186af;
	font-style: italic;
      }	 
.table1 {
	text-align: center;
	margin: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #6186af;
	font-weight: bold;
	font-size: 14px;
	border: none;
     }
.td1 {
	padding: 3px 3px 3px 3px;
	border: none;
}
.imagen1 {
	padding: 3px 3px 3px 3px;
	border: none;
}
.table2 {
	text-align: center;
	width: 200px;
	margin: auto;
	position: relative;
	border: none;
     }
.td2 {
	padding: 3px 3px 3px 3px;
	border: none;
}
.imagen2 {
	padding: 3px 3px 3px 3px;
	border: none;
}
.td3 {
	border-color: #6186af;
	padding: 3px 3px 3px 3px;
	text-align: left;
	border: none;
}
.table4 {
	background-color: #DDDDDD;
	width: 780px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
.unacol #mainfooter {
	height: 170px;
	background: #FADD70;
	position: relative;
	background-color: #FADD70;
	width: 780px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
 #main-menu {
	padding: 3px 0;
	margin-left: 20px;
	font: bold 12px Verdana;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: left;
}
#main-menu li {
	display: inline;
	margin: 0;
}
#main-menu li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #FADD70;
	color: #00F;
}
#main-menu li a:visited{
	color: #00F;
}
#main-menu li a:hover {
	background-color: #DDDDDD;
}
#main-menu li a:active{
	color: #00F;
}
#main-menu li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #DDDDDD;
	color: #00F;
}
 #main-menu2 {
	margin-left: 141px;
	font: bold 12px Verdana;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
#main-menu2 li {
	display: inline;
	margin: 0;
}
#main-menu2 li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #FADD70;
	color: #00F;
}
#main-menu2 li a:visited{
	color: #00F;
}
#main-menu2 li a:hover {
	background-color: #DDDDDD;
}
#main-menu2 li a:active{
	color: #00F;
}
#main-menu2 li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #DDDDDD;
	color: #00F;
}
.Estilo0 {
	color: #6186af;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	font-weight: normal;
}

.Estilo1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background: #6094C6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: normal;
}

.Estilo2 {
	color: #000099;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: normal;
}
.Estilo3 {
	color: #6186af;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
}
.Estilo4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	text-align: center;
	font-weight: bold;
	font-style: normal;
}
.Estilo5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
#fram{
	height: 580px;
	width: 780px;
	border: no;
	padding: 0 0 0 0;

}

