body, html {
	margin: 10;
	padding:0;
	background:#FFFFFF;
	color:#666666;
}

body {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

h3 {
	font-size: 18px;
	margin: 0px 0px 20px 0px ;
}


input, textarea, select {
	font-size: 10px;
}

label {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 15px;
}

br.form {
	clear: left;
}

a, a:hover, a:visited {
	color: #0066FF;
	text-decoration: underline;
}

p{
	margin: 0px;
}

p.titulo{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px
}

ul{
	margin-top: 5px; 
	margin-bottom: 5px; 
}

#base {
	background:#FFFFFF;
	margin: 0 auto;
	width:770px;
	border: 1px solid #316F58;
}

#menusuperior {
	background:#FFFFFF;
}

#menusuperior ul{
	margin: 0 0 0 0px;
	padding:0;
	list-style:none;
	background-color : #FFFFFF;
	color : #316F58;
	height: 40px;
}

#menusuperior li{
	display : inline;
	height: 40px;
	display:inline;
	margin:0;
	padding:0;
}

#menusuperior li a{
	width: 97px;
	height: 36px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 4px;
	background-color : #FFFFFF;
	color : #316F58;
	font-size: 11px;
	font-weight : bold;
	text-decoration : none;
	float : left;
	border-left : 1px solid #316F58;
	font-family: Trebuchet MS;
}

#menusuperior li a.sel, 
#menusuperior li a:hover{
   background-color : #F0E500;
   color : #316F58;
}

#banner {
	width: 630px;
	height: 150px;
	float: left;
	border-right: 1px solid #316F58;
	border-top: 1px solid #316F58;
	border-bottom: 1px solid #316F58;

}

#contacto {
	display: none;
	width: 139px;
	height: 150px;
	float: right;
	border-top: 1px solid #316F58;
	border-bottom: 1px solid #316F58;
}

#menuinferior {
	height: 40px;
	float: left;
}

#menuinferior ul{
	margin: 0 0 0 0px;
	padding: 0 ;
   background-color : #FFFFFF;
   color : #316F58;
	height: 30px;

}

#menuinferior li {
   display : inline;
	height: 40px;
}

#menuinferior li a {
	width: 124px;
	height: 11px;
   padding-left : 5px;
   padding-right : 5px;
   padding-top : 10px;
   background-color : #FFFFFF;
   color : #999999;
	font-size: 9px;
   font-weight : bold;
   text-decoration : none;
   float : left;
   border-left : 1px solid #316F58;
}

#menuinferior li a.sel, 
#menuinferior li a:hover {
   color : #316F58;
}

#template1_right {
	background:#FFFFFF;
	float:left;
	width:380px;
	padding: 50px 10px 30px 10px;
	text-align: justify;
}

#template1_right_noticias {
	background:#FFFFFF;
	float:left;
	width:380px;
	padding: 10px 10px 30px 10px;
	text-align: justify;
}

#template1_left {
	background:#FFFFFF;
	float:left;
	width:210px;
	padding: 10px;
}

#pie {
	border-top: 1px solid #316F58;
	clear:both;
}

#pie p {
	text-align: center;
	padding:5px;
	margin:0;
}



