@charset "utf-8";

/* CSS Document */
* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapper {
	min-height: 800px;
	width: 100%;
}

#wrapper #page {
	margin: 0 auto;
	width: 940px;
}

#header {
	
}

#header #top {
	background-color: #323334;
	height: 36px;
	padding: 0 20px;
}

#header #top ul {
	list-style-type: none;
	margin-top: 8px;
}

#header #top ul,#header #top ul li {
	float: left;
}



#header #top ul li a:hover {
	text-decoration: none;
}

#header #top ul li,#header #top ul li a {
	color: white;
	font-size: 13px;
}

#header #top form {
	float: right;
	margin-top: 5px;
	width: 230px;
}

#header #top form table {
	border-collapse: collapse;
}

#header #top form table td:first-child {
	padding-right: 5px;
}

#header #top form table input[type="text"] {
	background-color: #c2c1c1;
	border: 1px solid #626262;
	height: 20px;
	width: 150px;
}

#header #top form table input[type="submit"] {
	background-image: url(/artwork/assets/bg-search-submit.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #626262;
	color: white;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	height: 22px;
	width: 75px;
}

#header #logo-box {
	height: 75px;
	margin: 20px 0 15px 0;
}

#header #logo-box #big-logo {
	float: left;
	width: 300px;
}

#header #logo-box #small-logo {
	float: right;
	margin-top: 37px;
	width: 294px;
}

#main {
	
}

#main #nav {
	height: 30px;
	list-style-type: none;
	margin-bottom: 1px;
}

#main #nav li {
	background-color: #e9ecf5;
	float: left;
	margin-left: 0;
	border-left: 1px solid #2c3a4a;
}

/*#main #nav li:first-child {
	margin-left: 0;
	border-left: 0px;
}*/

#main #nav li a {
	color: black;
	display: inline-block;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	width: 187px;
	
}

#main #nav li a:hover {
	text-decoration: underline;
}

#main #nav li a.selected {
	background-color: #2c3a4a;
	color: #f2f2f2;
}

#main #nav li ul {
	position: absolute;
	background: #313575;
	list-style: none;
	left: -999em;
	height: 25px;
	width: 185px;
	/*margin: -.01em 0em 0em 0em;*/
	margin:0px;
	border-top: 1px solid #2353b5;
	border-right: 1px solid #2353b5;
	border-left: 1px solid #2353b5;
	z-index: 999;
}

#main #nav li li {
	margin-left: -1px;
	width: 100%;
	border-bottom: 1px solid #2353b5;
	border-right: 1px solid #2353b5;
	border-left: 1px solid #2353b5;
}

#main #nav li li a {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
}

#main #nav li:hover ul ul,#main #nav li:hover ul ul ul,#main #nav li.sfhover ul ul,#main #nav li.sfhover ul ul ul
	{
	left: -999em;
}

#main #nav li:hover ul,#main #nav li li:hover ul,#main #nav li li li:hover ul,#main #nav li.sfhover ul,#main #nav li li.sfhover ul,#main #nav li li li.sfhover ul
	{
	left: auto;
}

#main #nav li:hover,#main #nav li.sfhover {
	background: #48a9e0;
	color: #ffffff;
}

#content #main-content #contacto {
	width: 575px;
}

#content #main-content #contacto label {
	float: left;
	width: 120px;
	font-weight: bold;
}

#main #content #news.lst { /*Listado*/
    padding-top: 10px;
    width: 100%;
}

    #main #content #news #news-head {
        background-image:url(/artwork/assets/news-head-background.gif);
        background-repeat: no-repeat;
        color: white;
        font-size: 12px;
        height: 17px;
        margin-top: 10px;
        padding-left: 10px;
        padding-top: 3px;
        width: 480px;
    }

    #main #content #news #news-head #title {
            background-image: url(/artwork/assets/arrow-black.gif);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 15px;
        }

    #main #content #news li {
        border-bottom: 1px solid #dadbdb;
        padding: 5px 10px 5px 10px;
    }

    #main #content #news li:last-child {
        border-bottom: none;
    }

        #main #content #news ul {
            list-style-type: none;
        }
        #main #content #news li span.date {
            background-image: url(/artwork/assets/arrow-blue-and-white.gif);
            background-position: left center;
            background-repeat: no-repeat;
            color: #616265;
            display: inline-block;
            font-size: 11px;
            margin-bottom: 8px;
            padding-left: 12px;
        }

        #main #content #news li h4 {
            margin-top: 0;
            margin-bottom: 0;
        }

        #main #content #news li h4 a {
            color: #00496b;
            margin-top: 0;
            margin-bottom: 0;
        }

        #main #content #news li p,
        #main #content #news li span {
            font-size: 11px;
        }

        #main #content #news li a.more-info {
            text-transform: capitalize;
            font-size: 11px;
        }
        
        #main #content #news #news-footer {
            background-image:url(/artwork/assets/news-footer-background.gif);
            background-repeat: no-repeat;
            height: 20px;
            text-align: right;
            width: 480px;
        }
        
            #main #content #news #news-footer a {
                background-image:url(/artwork/assets/arrow-trans.png);
                background-position: center right;
                background-repeat: no-repeat;
                color: white;
                font-size: 12px;
                margin-right: 10px;
                padding-right: 10px;
            }
/*#content #main-content #contacto input,textarea {
	width: 180px;
	margin-bottom: 5px;
}

#content #main-content #contacto textarea {
	width: 250px;
	height: 150px;
}

#content #main-content #contacto .boxes {
	width: 1em;
}

#content #main-content #contacto #submitbutton {
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

#content #main-content #contacto br {
	clear: left;
}
*/
#footer {
	margin-top: 20px;
}

#footer div.alpha {
	background-color: black;
	height: 84px;
	opacity: 0.5;
	width: 938px;
}

#footer #related-links {
	background-color: #050505;
	height: 84px;
	margin-bottom: 10px;
	width: 100%;
}

#footer #related-links td {
	color: white;
	padding: 0 8px;
	vertical-align: middle;
}

#footer p {
	font-size: 12px;
	padding-bottom: 20px;
	text-align: center;
}

#footer p,#footer p a {
	color: white;
}

#footer p a:hover {
	text-decoration: none;
}

.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%;
}

div.left-box {
	float: left;
}

div.right-box {
	float: right;
}

/*PAGING*/
.pages {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 5px 5px 2%;
}

.pages a,.pages span {
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #FFFFFF;
	display: block;
	float: left;
	margin-right: 0.1em;
	padding: 0.2em 0.5em;
}

.pages span.current {
	background: #2c3a4a none repeat scroll 0%;
	border: 1px solid #2c3a4a;
	color: #FFFFFF;
	font-weight: bold;
}

.pages a {
	color: #080;
	border: 1px solid #2c3a4a;
	text-decoration: none;
}

.pages a:hover {
	border-color: #2c3a4a;
}

.pages a.nextprev {
	background: white none repeat scroll 0%;
	border: 1px solid #2c3a4a;
	color: #2c3a4a;
	font-weight: bold;
}

.pages span.nextprev {
	color: #666666;
	font-weight: bold;
}

.pages span.nextprev {
	border: 1px solid #DDDDDD;
	color: #999999;
}

