/* elementos basicos */

html {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #fefefe url(imagenes/bg.gif) repeat-y;
	/*background: #eeeeee repeat; */
}
p {
	font: 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 10px;
	padding:0px;
}

img {
	border: 0px;
}

a:link, .blue {
	font-weight: bold;
	text-decoration: none;
	color: #6387B3;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6387B3;
}
a:hover, a:active {
	text-decoration: none;
	color: #666;
}

a.yellow {
	color: #ffcc00;
}

acronym {
	border-bottom: none;
}

ul.square {
	list-style-type: square;
}

ul.none {
	list-style-type: none;
}

.enf {
	font-size:120%;
	font-weight:bold;
}


/* divs especificos */
#mainRectangle {
	top: 0px;
	left: 0px;
	width: 850px;
	background: #fff;
	border-bottom-style: dotted;
	border-width: thin;
}


#rightBlock {
	margin-top: 0px;
	margin-left: 226px;
	background-color:#fff;
	border-left-style: dotted;
	border-width: thin;
	padding: 2mm 2mm 2mm 2mm;
}

#titleImage {
	text-align: right;
}

#headerMenu {
	margin-left: 1px;
	margin-top: 18px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 4px;
	text-align:right;
/*	word-spacing: 1.5em; */
	background-color:#ededed;
}

#headerMenu a {
	color: #24668f;
}

#main {
	border-top-style: dotted;
	border-width: thin;
	padding-top: 80px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: justify;
}

#main a {
	color: #ffcc00;
}

#main p {
	text-align: justified;
}

#menuContainer {
	top: 0px;
	left: 0px;
	float: left;
	width: 226px;
	background: #fff;
	border-right-style: dotted;
	border-width: thin;
}

#imageBox {
	width:226px; 
	height:170px; 
	padding-left:0px;
	left:0px;
	top:0px;
	background: #fff url(imagenes/penguins.jpg) no-repeat 0px 0px;
}

#menuImage {
	margin-top: -10px;
	background: #fff;
}

#linksMenu ul, #patrocinadores ul, #colaboradores ul, #moreInfoContent ul, #adminMenu ul {
	margin: 0;
	padding: 0;
	margin-top:20px;
	margin-bottom: 20px;
	padding-right: 20px;
}

#linksMenu li, #patrocinadores li, #colaboradores li, #moreInfoContent li, #adminMenu li {
	padding-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#linksMenu a, #adminMenu a {
	padding-left:18px;
	background: transparent url(imagenes/link_star.gif) no-repeat 0px 2px;
}

#inicio {
        padding-right: 20px;
        background: #fff;
        text-align: right;
}

#inicio a {
        padding-left: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #6387B3;
        background: transparent no-repeat 0px 2px;
}

#adminMenu {
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-width: thin;
	padding-right: 20px;	
	background: #fff9e1;
}


#moreInfoContent {
	text-align: justify;
	padding-right: 20px;
	padding-left: 8px;
}

#patrocinios {
	padding-bottom: 20px;
}

#menuImage .title, #patrocinios .title, #moreInfo .title {
	border-top-style: dotted;
	border-width: thin;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 20px;
	background-color:#ededed;
}

#patrocinadores ul, #colaboradores ul {
	padding-right: 20px;
	padding-left: 40px;
}

#footer {
	background-color: #fff;
	text-align: right;
	border-top-style: dotted;
	border-width: thin;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 850px;
        clear: both;
}
span.legend {
    background: White;
    font-size: 120%;
    font-weight: bold;
    padding: 0.5em;
    position : relative;
    top: -0.8em;
    left: 0em;
}
input {
    font: bold 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #aaaaaa;
    color: Black;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
}

br.limpia { clear: both; }

#confs a {
	color: #6387B3;
}
#confs {
	text-align: left;
}

h1, h2 {
	line-height: 125%;
}

.title0 {
	margin-top: 0;
	margin-right: 5px;
	font-weight: bold;
	font-size: 125%;
	line-height: 125%;
	padding: 1mm;
	background-color: #6387B3;
	color: white;
	width: 100%;
}

