* {
    margin: 0;
    padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
  font-size: small;
	color: #666666;	
	text-align: justify;
	line-height: 1.4em;
	text-align: center;
	background-color:white;
	
}


a:link {
	text-decoration: none;
	color: #FFFFFF;
	/*padding-left: 30px;*/
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	/*padding-left: 30px;*/
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #F58220;
	/*padding-left: 25px;*/
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	/*padding-left: 30px;*/
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
	width: 800px;
	text-align: left;
	height: 100%;
	background-image: url(site1/page.png);
	margin: auto;

}
/* Conten Page
------------------------------------------------------------------------- */
#content {
	float: left;
	text-align: left;
	width: 430px;
/*	margin: 0 40px 0 85px;*/
	margin: 0 0 0 60px;
	padding: 0;
}
#content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	color: #666666;	
}
#content a{
	color:#23455B;
	font-size: 11px;
	padding-left: 0px;
}
#content h3{/* Estilo del titulo del content*/
	color: #015075;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content h4{
	/*color: #EE8E40;*/
	color: #F58220;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/** Pagina de las noticias**/
#ListNews{
	width: 100%; 
	padding-top: 25px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;	
	text-align: justify;
}
#ListNews h3{font-size: 13px; 	font-family: Arial, Helvetica, sans-serif;}
#ListNews h4{font-size: 10px; 	font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
#ListNews p{text-align: justify; line-height: 1.4em;}
#ListNews img{
  max-width: 430px;
  /*Solución de max-width en IE*/
  width: expression(this.width > 430 ? 430: true);

}
/** Tres Ultimas Noticias **/
#TreeNews{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;	
	text-align: center;	
}
#TreeNews h3{font-size: 10.5pt;	font-weight: bold;}
#TreeNews a:hover h3{color:#EE8E40}
#TreeNews h4{font-size: 8pt;}
#IMGVerticcal{
	height: 330px;
	width: 1px;
}

#TreeNews_1{
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 20px;
	padding-bottom:10px;
	text-align: justify;	
}
#TreeNews_1 img{ max-width: 430px;  width: expression(this.width > 430 ? 430: true);}
   
#TreeNews_2{
	/*border-bottom: 1px solid #DCDCDC;*/
	width: 200px;
	height: 330px;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: left;
}
#TreeNews_2 img{ max-width: 200px;  width: expression(this.width > 200 ? 200: true);}
	
#TreeNews_3{
	/*border-bottom: 1px solid #DCDCDC;*/
	width: 200px;
	height: 330px;
	float: right;	
	margin-bottom: 20px;
	overflow: hidden;
	text-align: left;
}
#TreeNews_3 img{ max-width: 200px;  width: expression(this.width > 200 ? 200: true);}

/** Los numeros del paginado**/
#ListPaginate{text-align: center; padding-top: 15px;}	
#ListPaginate a{margin-left : 5px;}

/** Menu inferior de la pagina**/
#FootMenu{
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #999999;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	float: left;
}
#FootMenu a{border-bottom: none; font-size: 9px; color: #999999;}
#FootMenu a:link {text-decoration: none; color: #999999; }
#FootMenu a:visited {text-decoration: none; color: #999999;}
#FootMenu a:hover {text-decoration: none;	color:#EE8E40;}
#FootMenu a:active {text-decoration: none; color: #999999;}
/* Header 
------------------------------------------------------------------------- */

#header {
	height: 226px;
	width: 800px;
	background: url(site1/head.png) no-repeat bottom left;
	margin: auto;
	
}

/* Capa de los languages en Heder
------------------------------------------------------------------------- */
#languages{
	color: #015075;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	padding-left: 240px;
	float:left;

}

#languages img{width:24px;	height:17px; margin-left: 1px; padding-top: 5px;}
#languages div{ float: left; margin-top: 3px; padding-right: 2px;}
#languages a {	
	border-bottom: none; 
	font-size: 12px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#languages a:link {text-decoration: none; color:#015075;}
#languages a:visited {text-decoration: none; color:#015075;}
#languages a:hover {text-decoration: none;	color:#EE8E40;}
#languages a:active {text-decoration: none; color: #015075;}
	
/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
	float: right;
/*	margin: 0px 60px 0 520px;*/
	margin: 0 30px 0 0;
	font-size: 85%;
	line-height: 1.4em;
	color: #999;
	background-attachment: fixed;
	text-align: center;
	width: 220px;


}

/**	MENU	**/
#menu{width:197px; text-align: left;}	
#menu a{
	padding-left: 30px;
	border-bottom: none; 
	font-size: 11px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#menu a:link {text-decoration: none; color: #015075; }
#menu a:visited {text-decoration: none; color: #015075;}
#menu a:hover {text-decoration: none;	color: #F58220; padding-left: 25px;}
#menu a:active {text-decoration: none; color: #015075 font-weight: bold;}


#submenu{
	width: 180px;
	margin-left: 10px;
}


.bgMenu{
	background-image: url(site1/fondoboton.png);
	background-repeat: no-repeat;
	height: 22px;
}
/** Marco **/
.marco{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	width: 200px;
	border: none;
	margin-top: 20px;
	color: #F08527;
	
}
.HeaderMarco{
	background-image: url(site1/marco01.png);
	height: 13px;	
}
.PageMarco{
	background-image: url(site1/marco02.png);
	border: none;
	border-collapse: collapse;
}
.FooterMarco{
	background-image: url(site1/marco03.png);
	background-repeat: no-repeat;
}
#ContentMarco{
	color: #FFFFFF;
	width: 180px;
	margin-left: 10px;
	margin-top: 10px;
	text-transform: capitalize;
	overflow: hidden;
}


#ContentMarco a{
	text-decoration: none; 
	color: White;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
#ContentMarco a:link {text-decoration: none; color: White; }
#ContentMarco a:visited {text-decoration: none; color: White}
#ContentMarco a:active {text-decoration: none; color: White font-weight: bold;}


#ContentMarcoMinuto{
	color: #FFFFFF;
	width: 180px;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;

}

#ContentMarcoMinuto h4{
	color:#F08527;
	font-size: 11px; 
}

/** Cuenta atras TIMER**/
#Timer{
	margin-top: 10px; 
	width: 200px;
	height: 100px;
	background: url(site1/fondocontador.png) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;	
	font-weight: bold;
}
#Timer table{
	text-align: center;
	margin-top: 0px; 
}
#Timer div{
	width: 17px;
	height: 20px;
	float: left;
}
#Timer .dospuntos{
	width: 7px;
	height: 25px;
}

#Timer .Regata{
	font-size: 11px;
	font-weight: bold;
	color: #015075;
}
#Timer .Faltan{
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	height: 14px;
	background-color: #015075;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	height: 100px;
	background: url(site1/foot2.png) no-repeat bottom left;
	width: 800px;
	margin-top: 0px;
	margin: auto;
	color:#015075;
	font-size: 10px;
}

#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 43px;
	padding-left: 50px;
	width: 300px;
	height: 30px;
	color:#015075;
	display: block;
}
#footer a {
	color:#015075;
}
#footer a:hover {text-decoration: none; color: #015075;}
/* AjaxSearch
------------------------------------------------------------------------- */
.cleardefault{
	border: 0;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #01354B;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #f8821d;
	width: 200px;
}
fieldset{
	width: 330px;
	border: none;
}
#ajaxSearch_submit{
	width: 100px;
}
/*- Menu Tabs 1--------------------------- */ 


    #tabs {
      float:right;
      width:100%;
 	  /* background:#F4F7FB;*/
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #BCD2E6;
      }
    #tabs ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:right;
      background:url("site1/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
   #tabs a span {
      float:right;
      display:block;
      background:url("site1/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#015075;      
		font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
 		color:#F58220;

      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }


/*- Menu Flickr--------------------------- */
		
		
#fflickr{
/*	width:420px;*/
	width: 100%;
	margin:auto;
	padding:0;
	color: #FFFFFF;	
/*	margin-left: -15px;*/
	overflow: hidden;

}


#fflickr .ul {
	list-style-type: none;
}

#fflickr .ul li {
	text-align: center;
	width: 90px;
	display: inline;
	float: left;
	border: 1px solid #686868;
	padding: 5px 0 5px 0;
	margin: 5px ;
/*	background-color:#333333;*/
	background-color:#DCDCDC;

}

#fflickr .ul li a {
	padding: 0px;	
}

#fflickr .a {
	width: 75px;
	height: 75px;
	padding: 0px;
}

/* LISTA DE BARCOS*/
.par{
	background-color:#EAF2FB;
	color: #062C66;
}
.impar{
	background-color:#D9E3EF;
	color: #062C66;
	}
.titulo{
	background-color:  #015075;
	font-weight: bold;
	text-align: center;
	/*color: #093980;*/
	color: #FFFFFF;

}

.marcoPage{
	width: 383px;
	border: none;
	margin-top: 20px;
	
}
.HeaderMarcoPage{
	background-image: url(site1/clasificaciones01.gif);
	height: 15px;	
}
.PageMarcoPage{
	background-image: url(site1/clasificaciones02.gif);
	border: none;
	border-collapse: collapse;
}
.FooterMarcoPage{
	background-image: url(site1/clasificaciones03.gif);
	background-repeat: no-repeat;
	height: 30px;
}