/* ---- CSS RESET --- */
/* ---- CSS RESET --- */
/* ---- CSS RESET --- */
/* ---- CSS RESET --- */

/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	}
dfn, i, cite, var, address, em { 
	font-style: normal; 
	}
th, b, strong, h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td, center { 
	vertical-align: top;
	text-align: left;
	}
body { 
	background: white; 
	line-height: 1; 
	color: black; 
	}
q { 
	quotes: "" ""; 
	}
ul, ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
a { 
	color: inherit; 
	}
hr { 
	display: none; 
	}
font { 
	color: inherit !important; 
	font: inherit !important; 
	color: inherit !important; /* editor's note: necessary? */ 
	}
marquee {
	overflow: inherit !important;
	-moz-binding: none;
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
	}

/* ---- CSS RESET --- */
/* ---- CSS RESET --- */
/* ---- CSS RESET --- */
/* ---- CSS RESET --- */



body{
	margin: 0px;
	background-image: url(/images/backgrounds/background.jpg); 
	background-attachment: fixed;
	background-color: white;
	background-repeat: repeat-x;
	color: #001e5e;
}

/* fonts */ 

body{ 	font-family: Helvetica, Arial, sans-serif; font-size: 0.7em;}
h1{ font-family: Helvetica, Arial, sans-serif; font-size: 18px; color: #532209; border-bottom: 1px solid #ccc; padding: 0 0 6px 0; margin-bottom: 6px; } 
h2{ font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #532209;}
h3{ font-family: Helvetica, Arial, sans-serif; font-size: 14px; color: #532209; font-weight: bold;}
h4{ font-family: Helvetica, Arial, sans-serif; font-size: 0.9em; color: #532209; font-weight: bold;}
h5{ font-family: Helvetica, Arial, sans-serif; font-size: 0.4em; color: #532209;}

strong{ font-weight: bold;}

/* Posisionamiento de Cajas*/

#contenedor{
	margin: 20px auto 0px auto;
	width: 674px;
	background-color: white;
	border: 1px #013472 solid;
}

.medalla{ position: absolute; top: 115px; margin-left: -20px; z-index: 100000; }

a#login {
	background: url(/images/button-login.png) no-repeat 0 0;
	cursor: hand;
	cursor: pointer;
	height: 80px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 81px;
	z-index: 999;
}

.header-top{ width: 675px; margin: 0 auto;}


#header{
	width: 100%;
	height: 115px;
	margin-bottom: 0px;
}

#logo{
	float: left;
	width: 182px;
	height: 101px;
	background-image: url(../images/logo.png);
	margin-left: 15px;
}

#menu{
	margin-top: 300px;
	margin-right: 5px;
	float: right;
	width: 470px;
	font-family: "HELVETICA NEUE LIGHT"; 
	font-size: 20px;
	
	
}




.menutop{color: #ccc; font-size: 11px; text-align: right;}
.menutopover{ color: #001e5e; font-size: 11px; text-align: right}

#flash{
	width: 675px;
	height: 351px;
	margin-top: 0px;
	border-top: 1px #013472 solid;
	border-bottom: 1px #013472 solid;
	z-index: -1;
}

#boxes{
	width: 675px;
	height: 170px;
	line-height: 20px;
}

#box1{
	float: left;
	width: 208px;
	height: 155px;
	border-right: 1px #013472 solid;
	padding: 8px;
       
}

#box2{
	float: left;
	width: 208px;
	height: 155px;
	border-right: 1px #013472 solid;
	padding: 8px;
}

#box3{
	float: right;
	width: 208px;
	height: 155px;
	padding: 8px;
}

#bannerdownmain{
	width: 675px;
	height: 74px;
	background-image: url(../images/bannerdown.png);	
	float: left;
	border-bottom: 1px #013472 solid;
	border-left: 1px #013472 solid;
	border-right: 1px #013472 solid;
	margin-left: -1px;
}
#footermain{
	width: 663px;
	padding: 6px;
	float: left;
	background-color: white;
	border-bottom: 1px #013472 solid;
	border-left: 1px #013472 solid;
	border-right: 1px #013472 solid;
	margin-left: -1px;
font-size: 11px;
text-align: center;
}


/* INSIDE CONTENT */

#bannerdown{
	width: 674px;
	height: 74px;
	background-image: url(../images/bannerdown.png);	
	float: left;
	border-bottom: 1px #013472 solid;
	border-top: 1px #013472 solid;
}
#footer{
	width: 661px;
	padding: 6px;
	float: left;
	background-color: white;
	border-bottom: 1px #013472 solid;
font-size: 11px;
text-align: center;

}


#bannertop{
	width: 674px;
	height: 74px;
	background-image: url(../images/bannerdown.png);	
	border-bottom: 1px #013472 solid;

}

.sidebar{
	padding-right: 10px;
	float: right;
	width: 664px;
	background-color: white;
	text-align: right;
	line-height: 20px;
	border-right: 1px #013472 solid;
	border-left: 1px #013472 solid;
	
	
}

#sidebarcontent{
	margin: 10px;
	padding: 10px
	height: 100%;
	width: 100%;

	
}

#sidebarcontent ul{
	margin: 20px;
}

#contenido{
	text-align: left;
	width: 475px;
	float: left;
	border-right: 1px #013472 solid;
	line-height: 20px;
	background-color: white;
	padding: 10px;
	
}




/* Classes */ 

.downmenu{

}

.stylenormal{
	margin-left: 30px;
	list-style-type: circle;
}


/* FORMS */

.input, .cat_dropdown_smaller, .DOB, .cat_textbox{
	width: 170px;
	border: 0px;
	background-color: #d3e1ec;
	height: 15px;
	color: #013472;
	font-size: 12px;
	vertical-align: middle;
	padding: 5px;
}

.file{ 
	width: 170px;
	border: 0px;
	background-color: #d3e1ec;
	height: 25px;
	color: #013472;
	font-size: 12px;
	vertical-align: middle;
	padding: 5px;
	}

label{
	font-size: 9px;
	margin-bottom: -20px;
	
}

.inputdropdown{
	width: 180px;
	border: 0px;
	background-color: #d3e1ec;
	height: 25px;
	color: #013472;
	font-size: 12px;
	vertical-align: middle;
	padding: 5px;
}


.checkbox , {
	background-color: #d3e1ec;
	border: 0px;
	
}

.cat_button{
	background-color: #d3e1ec;
	border: 0px;
	font-size: 14px;
	padding: 5px;
	color: #013472;
	
}

.cat_button:hover{ background-color: #ccc;}

fieldset{ border: 1px solid #cccccc; padding: 10px;}

legend{font-family: Helvetica, Arial, sans-serif; font-size: 14px; color: #532209; font-weight: bold; padding: 5px;}


/* MOOTOOLS*/

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;

}

.element {
	
}

.element p {
	margin: 0;
	padding: 4px;
}

.float-right {
	padding:10px 20px;
	float:right;
}

blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}




.floatLeft 									{ float: left; }
.floatRight									{ float: right; }
.clear 										{ clear: both; }



/*
	SLIDER
*/
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 674px; height: 321px; }

.stripViewer .panelContainer				{ position: relative;}

.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 674px; }

.stripNavL, .stripNavR, .stripNav			{ display: none; }



.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }

.photo-meta-data span 						{ font-size: 13px; }

.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }


.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }







