@import "uni-form.css";
@import "iconize.css";

/* Reset hoja de estilos ********************************* */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a img {
	border: none;
}

/* fin de reset ********************************* */


.uniForm fieldset{
  margin: 1.1em 0; 
}
.uniForm .inlineLabels label, .uniForm .inlineLabels .label{
  width: 20%;
}
.uniForm .inlineLabels .textInput, .uniForm .inlineLabels .fileUpload{
  width: 75%;
}
.uniForm .resetButton, .uniForm .submitButton, .uniForm .Button, .uniForm fieldset legend { 
	color: #57B5E0 !important;
}
.uniForm .textInput {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    border: none;
    border-bottom: dotted 1px #cccccc;
}
.uniForm .inlineLabels textarea{
  height: 8em; 
}
.uniForm .buttonHolder{
  text-align: center;
}

/* slimbox *******************************************************/

#lbOverlay {
/*	background-color: #486C5C !important;
    background-color: #74157C !important;*/
    background-color: #fff !important;
}
#lbImage {
	border: 20px solid #fff !important;
}

/* jd gallery *******************************************************/

#myGallery {
	width: 510px !important;
	height: 385px !important;
}
.jdGallery .slideInfoZone h2 {
	font-size: 100% !important;
}
.jdGallery .slideInfoZone p {
	font-size: 100% !important;
}

/* ESTRUCTURA ********************************************************************* */

body {
	background:#FFF url('../images/body_bg.gif') left 10px repeat-x;
	font-size: 1.0000em;
	font-weight: normal;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color:#333333;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#header {
	float: left;
	width: 780px;
    height: 300px;
	margin: 10px auto 0 auto;
	padding: 0 0 20px 0;
    background: #000000 url("../images/header_bg_bottom.gif") left bottom no-repeat;
}
#header #headerTop {
	float: left;
	width: 780px;
    height: 70px;
    background: #000000 url("../images/header_bg_top.gif") left top no-repeat; 
}
#header img {
	float: left;
	margin: 10px 0 0 30px;
}
#header #headerMain {
	float: left;
	width: 780px;
    height: 230px;
    background: #000000 left top no-repeat;
}
#header #headerMain h1 {
	float: left;
	width: 180px;
    height: 40px;
    margin: 190px 0 0 10px;
    font-size: 1.2500em;
	color: #57B5E0;
    text-transform: lowercase;
    background: url("../images/h1_bg.gif") left top no-repeat;
}
#header #headerMain h1 a {
	color: #57B5E0;
    text-decoration: none;
}
#header #headerMain h1 span {
	float: left;
    width: 100%;
    padding: 15px 0 0 0;
    text-align: center;
}

#menu {
	float: left;
    width: 780px;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    background: #FFFFFF url('../images/slash_bg.gif') left bottom repeat-x;
    font-size: 0.8750em;
}
#menu #navigation {
	/* ver abajo */
}

#main {
	float: left;
	width: 780px;
	margin: 10px auto 0 auto;
    padding: 0 0 10px 0;
    background: #FFFFFF url('../images/slash_bg.gif') left bottom repeat-x;
	font-size: 0.8750em;
}

#sidecontent {
	float: left;
	width: 200px;
	margin: 10px 5px 20px 0;
}
#primarycontent {
	float: left;
	width: 340px;
	margin: 10px 5px 20px 0;
    padding: 0 0 0 14px;
    border-left: 1px dotted #000;
}
#secondarycontent {
	float: left;
	width: 200px;
	margin: 10px 0 20px 15px;
    padding: 0;
}

/* note here that specifying trescolumnas in the body will activate the following div instead of the default primaryContent */
#trescolumnas #sidecontent {
	/* conserva estilo predefinido */
}
#trescolumnas #primarycontent {
	/* conserva estilo predefinido */
}
#trescolumnas #secondarycontent {
	/* conserva estilo predefinido */
}

/* just incase doscolumnas is specified in body, and sidecontent is left in, we turn it off - not ideal, but it works */
#doscolumnas #sidecontent {
	display: none;
}
#doscolumnas #primarycontent {
	float: right;
	width: 510px;
    margin: 10px 0 20px 0;
}
#doscolumnas #secondarycontent {
	float: left;
	width: 250px;
	margin: 10px 5px 20px 0;
}

/* just incase unacolumna is specified in body, and secondarycontent is left in, we turn it off - not ideal, but it works */
#unacolumna #primarycontent {
	float: right;
	width: 560px;
    margin: 10px 0 20px 0;
}
#unacolumna #secondarycontent {
	display: none;
}

#sidecontent #igape, #secondarycontent #igape {
	float: left;
	margin: 30px 0 0 0;
}

/* footer *************************************** */
#footer {
	float: left;
	clear: left;
	width: 780px;	
	height: 40px;
	margin: 0 auto 10px auto;
    padding: 10px 0 0 0;
	font-size: 0.7500em;
	color: #FFF;
	text-align: center;
    background: #000 url("../images/footer_bg.gif")  bottom center no-repeat;
}
#footer a {
	color: #FFF;
    text-decoration: none;
}
#footer a:hover {
	color: #FFF;
    text-decoration: underline;
}
#footer p {
	padding: 10px 0 0 0;
}


/* NAVEGACION ***************************************** */

/* navegacion principal ***************************************** */
#navigation {
	float: right;
	margin: 5px 0 0 0;
    padding: 0;
	line-height: normal;
    list-style: none;
}
#navigation li {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
    background-color: #000000;
}
#navigation a {
	float: left;
	background: url('../images/tableft.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
}
#navigation a span {
	float: left;
	display: block;
	background: url('../images/tabright.gif') no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span { float: none; }
/* End IE5-Mac hack */	
#navigation a:hover {
	/*background-position: 0% -42px;*/
	color: #57B5E0;
}
#navigation a:hover span {
 /* background-position: 100% -42px;*/
	color: #57B5E0;
}
#navigation .current a {
	color: #57B5E0 !important;
}
#navigation .current a:hover {
	color: #FFFFFF !important;
}  
#navigation .current a span {
	color: #57B5E0 !important;
}
#navigation .current a:hover span {
	color: #FFFFFF !important;
}
	  
/* acordeon ***************************************** */

#accordion {
	float: left;
    margin: 0 10px 0 5px;
	font-size: 0.8571em;
}
#accordion .elementHeader {
	cursor: pointer;
    font-weight: bold;
    margin: 5px 0 0 0;
}
#accordion ul {
	float: left;
	list-style: none;
    /*list-style-image: none;
	list-style-position: outside;
	list-style-type: none;*/
	padding: 5px 5px 5px 0;
	/*width: 180px;*/
}
#accordion ul li a {
	display: block;
    width: 172px;
	background: #FFF url('../images/accordion_li.gif') no-repeat left center  !important;
	border-bottom: 1px dotted #CCCCCC;
	color: #000;
	padding: 3px 3px 3px 10px;
	text-decoration:none;
}
#accordion ul li a:hover {
	background: #57B5E0 url('../images/accordion_li_on.gif') no-repeat left center  !important;
	color: #FFF;
}
#accordion ul li .current {
	background: #57B5E0 url('../images/accordion_li_on.gif') no-repeat left center  !important;
	color:#FFF;
}
#accordion ul li .current:hover {
	color:#000;
}

/* ********************************** */
#colecciones, #documentos {
	float: left;
    list-style: none;
    margin: 0 0 1em 0;
    clear: both;
    display: block;
}
#colecciones ul, #documentos ul {
	float: left;
    margin: 0;
}
#colecciones li a, #documentos li a {
	display: block;
	color: #57B5E0;
	text-decoration: none;
}
#colecciones li a:hover, #documentos li a:hover {
	text-decoration: underline;
}

/* estilos de texto ***************************************** */
h2 {
	margin: 0 0 15px 0;
    padding: 0;	
    font-weight: bold;
    font-size: 1.2857em;
    clear: both;
}
h3 {
	margin: 0 0 5px 0;
    padding: 0;	
    font-weight: bold;
    font-size: 1.1429em;
    clear: both;
}
p {
	margin: 0 0 1em 0;
}
p a, form a  {
	color: #57B5E0;
    text-decoration: none;
}
p a:hover, form a:hover {
    text-decoration: underline;
}
#primarycontent p {
	text-align: justify;
}
.negrita {
	font-weight: bold;
}
.cursiva {
	font-style: italic;
}
.tachado {
	text-decoration: line-through;
}
#wait {
	display: none;
}
.invisible {
	display: none;
}
.clearer {
	clear: both !important;
}

/* ********************************************** */
#loading {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 1.0000em;
	overflow: hidden;
}
#loading p {
	margin: 0 0 1em 0;
	padding: .4em 0;
}
#loading p.load span {
	padding: .4em 0 .4em 24px;
	background: url('../images/indicator.gif') no-repeat left center;
}
#loading p.error span {
	padding: .4em 0 .4em 24px;
	background: url('../images/cancel.gif') no-repeat left center;
}
#loading h3.error span {
	padding: .4em 0 .4em 24px;
	background: url('../images/cancel.gif') no-repeat left center;
}
#loading h3.ok span {
	padding: .4em 0 .4em 24px;
	background: url('../images/save.gif') no-repeat left center;
}



/* Google Maps ************************************ */
#map {
	float: left;
	margin: 20px 0 10px 0;
	width: 510px;
	height: 465px;
	overflow: hidden;
}
#map p {
	margin: 0 !important;
	padding: 0 !important;
}
/*v\: * {
	behavior: url(#default#VML);
}*/
