/* main.css*/



body#main_body {
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
    background-repeat: repeat-x;
}

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 844px;
}

#header {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0;
    width: 844px;
    height: 170px;
    top: 0px;
    left: 0px;
}

#main_container {
    position: relative;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    background-repeat: repeat-y;
}

#layout_table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    background-repeat: no-repeat;
}

#sub_nav_column {

}

#content_column {
	vertical-align: top;
	height: 400px;
	background-repeat: no-repeat;
}

#left_column_container {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	width: 162px;
	overflow: hidden;
}

#sub_container1 {
    margin: 0px 1px 0px 1px;
    padding: 25px 0px 0px 0px;
}

#sub_container2 {
    margin: 0;
    padding: 13px 25px 35px 13px;
    width: 651px;
}

#sub_container3 {
    margin: 0;
    padding: 13px 25px 35px 13px;
    width: 651px;
	background-image:url(resources/julia+pablo+banner.jpg);
	background-repeat:no-repeat;
}

#sub_container4 {
    margin: 0;
    padding: 13px 25px 35px 13px;
    width: 651px;
	background-image:url(resources/miguel+pelin+banner.jpg);
	background-repeat:no-repeat;
}

#content_container {
    overflow: hidden;
    margin: 0px;
    padding: 0;
    width: 651px;
}

#content_b {
    width: 844px;
    height: 55px;
    background-repeat: no-repeat;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    /*clear: both;*/

    position: relative;
    top: 0px;
    left: 0px;
    width: 832px;
    height: 170px;
    left: 6px;
    /*margin-left: 261px;*/

}

/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 21px 17px 9px 9px;
    width: 605px;
    height: 25px;
    text-align: right;
    voice-family: "\"}\"";
    voice-family: inherit;
    /*margin-left: 209px;*/

    float: right;
}

html>body #slogan {
	width: 500px;
	overflow: hidden;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	/*background: url(images/dynamic/logo.gif) no-repeat top right;*/

    background-repeat: no-repeat;
	width: 190px;
	height: 55px;
	position: relative;
	top: 0px;
	left: 16px;
	float: left;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    z-index: 1;
    position: relative;
    top: 0px;
    left: 0px;
    /*line-height: 0;*/
    padding: 0px 7px 0px 5px;
    margin: 0 0 0 0;
    overflow: hidden;
    width: 844px;
    /*height: 29px;*/

    voice-family: "\"}\"";
    voice-family: inherit;
    background-repeat: no-repeat;
}

html>body #main_nav_container {
	z-index: auto;
    /*width: 555px;*/

}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    margin: 0px 0 0 0;
    padding: 0px 0 0px 0;
    float: left;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    overflow: hidden;
    margin: 0px 1px 0px 0px;
    /*padding: 3px 19px 2px 10px;*/

    padding-left: 15px;
    padding-right: 15px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    background-position: bottom;
    background-repeat: repeat-x;
    float: left;
    line-height: 29px;
    text-align: center;
    height: 29px;
}

html>body #main_nav_list a {
    /*height: 38px;*/

}

a.main_nav_item {
    line-height: 29px;
    text-align: center;
    height: 29px;
}

a.main_nav_item:hover {
    background: transparent;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	position: relative;
	margin: 0px;
	width: 162px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*--- index buttons ---*/
#navigation {
	background-image:url(images/dynamic/navigation/navigation+background+dark.jpg);
	background-position: center;
	background-repeat:no-repeat;
    }

#navigation td {
	}
	
#navigation a {
	color: #FFFF97;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	display:block;
	margin-left: 35px;
	margin-right: 35px;
	font-weight: bold;
	}
	
#navigation a:hover {
	background-image:url(images/dynamic/navigation/navigation+background+bright.jpg);
	background-position: center;
	background-repeat:no-repeat;
	height: 100%;
	color: #FF0000;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	display:block;
	}

#navigationHigh {
	background-image: url(images/dynamic/navigation/navigationHigh+dark.jpg);
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	visibility:visible;
	}

#navigationHigh td {
	}
	
#navigationHigh a {
	color: #FFFF97;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	margin-left: 165px;
	margin-right: 165px;
	display: block;
	font-weight: bold;
	}
	
#navigationHigh a:hover {
	background-image: url(images/dynamic/navigation/navigationHigh+bright.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #FF0000;
	font-size: 18px;
	height: 100%;
	text-align: center;
	text-decoration: none;
	display: block;
	}
	
#navigationB {
	background-image:url(images/dynamic/navigation/navigation+b+dark.jpg);
	background-position: center;
	background-repeat:no-repeat;
	height: 100%;
    }

#navigationB td {
	}
	
#navigationB a {
	color: #FFFF97;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	display:block;
	font-weight: bold;
	}
	
#navigationB a:hover {
	background-image:url(images/dynamic/navigation/navigation+b+bright.jpg);
	background-position: center;
	background-repeat:no-repeat;
	height: 100%;
	color: #FF0000;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	display:block;
	}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    margin: 0 0 0 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	overflow: hidden;
	display: block;
	font-family: Tahoma, serif;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-position: top;
	background-repeat: no-repeat;
	width: 150px;
	height:32px;
	font-variant: normal;
	padding: 5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

html>body .sub_nav_list a {
    /*width: 165px;*/

}

a.sub_nav_item {
	text-align: center;
	width: 150px;
	font-size: 12px;
}

a.sub_nav_item:hover {
    text-align: center;
}

a.sub_nav_active_item {
    text-align: center;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 844px;
    height: 22px;
    clear: both;
}

#footer_text {
    width: 827px;
    padding: 0px 17px 5px 17px;
    margin: 0 0px 0px 0px;
    text-align: center;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content table {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 15px 1px;
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content select {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

.content a {
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

/*--- tables ---------------------------------------------------------------*/

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content td {
	padding: 3px 5px 3px 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/

