@charset "utf-8";
/* CSS Document */

* {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more-info {
	color: #f79200;
	font-size: 12px;
}

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #00496b;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
}

h2 {
	color: #00496b;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

h4 {
	color: #00496b;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h5 {
	color: #616265;
	font-size: 12px;
}

h6 {
    color: #616265;
    font-weight: normal;
    font-size: 12px;
}

ul img {
	border: 0px;
}

p {
	color: #616265;
	font-size: 12px;
	margin-bottom: 10px;
}

ul {
	list-style-type: none;
}

ol {
	color: #616265;
	font-size: 12px;
	padding-left: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#wrapper {
	margin: 0 auto;
	width: 957px !important;;
}

#head {
	background: #cccccc url(/artwork/assets/head-background.gif) repeat-x;
	height: 155px;
}

    #head .breadcrumb {
        color: #004a6d;
        font-family: Arial, Helvetica, sans-serif;
        padding: 8px 0px 0px 15px;
        text-decoration: none;
    }
    #head .breadcrumb a,
    #head .breadcrumb a:visited {
        color: #004a6d;
        font-weight: bold;
        font-size: 12px;
        text-decoration: underline;
    }
    #head .breadcrumb a:hover {
        color: #fc9b02;
    }

	#head #top-nav {
		float: right;
		margin-right: 10px;
	}

	#head #top-nav,
	#head #top-nav li {
		display: inline;
	}

	#head #top-nav li {
		margin-right: 10px;
	}

		#head #top-nav li a {
			color: #004a6d;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-decoration: none;
		}
		
		#head #top-nav li a.selected {
			background-color: #004b6f;
			color: white;
			font-weight: bold;
			padding: 2px 3px 2px 5px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}
		
		#head #top-nav li:last-child {
			margin-left: 20px;
			margin-right: 0;
		}


	#head #legends {
		margin-left: 20px;
	}

		#head #legends h1 {
			color: white;
			font-size: 18px;
			font-weight: normal;
			padding-top: 20px;
			margin: 0;
		}
	
		#head #legends h2 {
			color: #9fc8f7;
			font-size: 14px;
			font-weight: normal;
			margin: 0;
		}
	
		#head #legends #logo {
			float: left;
			margin-right: 20px;
			margin-top: 10px;
		}
		
		#head #legends #logo img {
            border: 0px;
        }

#main {
}

#main #sidebar {
	float: left;
	width: 244px !important;;
}
	#main #sidebar #nav-holder {
		background-image: url(/artwork/assets/menu-background.gif);
		background-repeat: repeat-y;
	}

	#main #sidebar #nav {
		background-image:url(/artwork/assets/menu-bottom.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
		padding-right: 5px;
		padding-top: 20px;
		width: 239px;
	}
	
	#main #sidebar #nav:last-child {
	}

		#main #sidebar #nav a {
			text-decoration: none;
		}

			#main #sidebar #nav a:hover {
				text-decoration: underline;
			}

		#main #sidebar #nav li {
			border-bottom: 2px solid white;
			padding-left: 20px;
			padding-bottom: 8px;
			padding-top: 8px;
		}

			#main #sidebar #nav li a {
				color: #616265;
				font-size: 12px;
			}
		
			#main #sidebar #nav li span.title {
				background-image: url(/artwork/assets/arrow-blue.gif);
				background-position: center left;
				background-repeat: no-repeat;
			}

			#main #sidebar #nav li span.title,
			#main #sidebar #nav li a.title {
				color: #00496b;
				font-size: 12px;
				font-weight: bold;
				padding: 20px;			
				text-transform: capitalize;
			}
			
			#main #sidebar #nav li ul li,
			#main #sidebar #nav #last-item {
				border-bottom: none;
				padding-bottom: 0;
				padding-top: 0;
			}

		#main #sidebar #nav #last-item {
			height: 85px;
			padding-right: 5px;
		}

#main #content {
	float: left;
	margin-left: 10px;
	width: 703px !important;
}

#content .go_back {
    color: #0000ff;
    font-size: 12px;
    text-align: right;
    padding: 5px 20px 0px 0px;
    font-weight: bold;
}

#content #gen_cont #contacto {
    width: 675px;
}

#content #gen_cont #contacto label {
    float: left;
    width: 120px;
    font-weight: bold;
}

#content #gen_cont #contacto input,textarea {
    width: 180px;
    margin-bottom: 5px;
    border: 1px solid #000080;
}

#content #gen_cont #contacto textarea {
    width: 250px;
    height: 150px;
}

#content #gen_cont #contacto .boxes {
    width: 1em;
}

#content #gen_cont #contacto #submitbutton {
    margin-left: 120px;
    margin-top: 5px;
    width: 90px;
}

#content #gen_cont #contacto br {
    clear: left;
}
#errors {
    font-size: 12px;	
}
    
    #errors .not_found {
        color: #fc7e02;
        font-size: 16px;
        font-weight: bold;
        padding: 5px 0px 15px 30px;
    }
    
    #errors .go_back {
        color: #0000ff;
        font-size: 12px;
        padding: 5px 0px 15px 80px;
        font-weight: bold;
    }
    
#footer {
	background-image: url(/artwork/assets/footer-background.gif);
	background-repeat: repeat-x;
	color: white;
	font-size: 11px;
	height: 140px;
	margin-top: 20px;
	padding-left: 25px;
	padding-top: 50px;
}

	#footer h6 {
		background-image: url(/artwork/assets/arrow-grey.gif);
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 15px;
		font-size: 12px;
		margin-bottom: 10px;
		color: white;
		font-weight: bold;
	}
	
	#footer ul {
		margin-bottom: 10px;
	}

	#footer div.left {
		float: left;
	}

		#footer div.left #copyright {
			font-size: 12px;
			font-weight: bold;
		}

	#footer div.right {
		float: right;
		margin-right: 50px;
		margin-top: -40px;
	}
	
		#footer div.right h4 {
			color: white;
			font-size: 19px;
			font-weight: normal;
			margin-bottom: 15px;
		}

		#footer div.right p {
			color: white;
			font-size: 14px;
			font-weight: bold;
		}