@charset "utf-8";
body {
	font-family: tahoma;
	background-color:#64A7D0;
	background-image:url(../images/layout/bgBody.jpg);
	background-repeat:repeat-x;
	font-size: 0.9em;
	color: #000000;
	margin: 0px;
	padding: 0px;}

/* --- BODY LAYOUT --- */
#maincontainer{ width: 761px; margin: 0 auto; }

/* header */
#topsection{ height: 106px; position:relative;}
#topsection h1{ margin: 0; padding-top: 15px;}
#logo {	background-image:url(../images/layout/logo-publisoporte.gif); background-repeat:no-repeat; width:390px;	height:72px; position:absolute; top:24px; text-indent:-5000px;}
#btnContacto { position: absolute; width:93px; height:17px;	left: 600px; top: 86px;}

#headerImage { background-image:url(../images/headers/header.gif); background-repeat:no-repeat; height:258px;}

/* content */
#contentwrapper{ float: left; width: 100%; background-color:#FFFFFF;}
#contentcolumn{ margin: 0 250px 0 255px; }
#leftcolumn{ float: left; width: 255px; margin-left: -761px; }
#rightcolumn{float: left;width: 256px; margin-left: -256px; }

.contentDiv { margin:0; padding:0 10px 0 0;  background-color:#FFFFFF; padding:0;}
.whiteBg { background-color:#FFFFFF;}

/* footer */
#footer{clear: left;width: 100%; background-image:url(../images/layout/bgFooter.gif); background-repeat:no-repeat; height:80px; position:relative; color:#FFFFFF; font-size:11px; margin:-20px 0 0 0;}
#copy {	position:absolute;	left: 27px;	top: 28px;}
#credits {	position:absolute;	left: 595px;	top: 35px;}
#footer a{ color: #ffffff;}

/* --- TITLES, LINKS AND TEXT --- */

h1, h2, h3, h4 {margin:0; padding:0;}
h2 { color:#003366; font-size:1.6em; font-weight:normal; }
.h2container {background-image:url(../images/layout/bgTitle.gif); background-repeat:no-repeat; background-position:left; height:35px; padding-left:20px; clear:both; }

p { text-align:justify;}

.tituloItemPrincipal {height:49px;}

.midText { font-size:11px; color:#666666;}

a:link { color:#0082D9; text-decoration:none; font-weight:bold;}
a:visited { color:#0082D9; text-decoration:none; font-weight:bold;}
a:hover { color:#66CC33; text-decoration:none; font-weight:bold;}
a:active { color:#333333; text-decoration:none; font-weight:bold;}

/* --- ELEMENTS --- */
.innertube{ margin: 15px 19px 20px 20px; clear:both; position:relative;}
.alertBox { background-color:#E8E8E8; padding:4px; width:330px;}
.left-img { margin: 0 14px 0 0;}
.bannerRight { margin: 0 0 0 15px;}

/* galeria de fotos */
.label {margin-left:20px; margin-top:-20px; clear:both; font-size:0.8em; color:#FFFFFF;}

/* LISTAS */ 
ul li { list-style-image:url(../images/icons-buttons/arrow.gif); line-height:1.4em;}

/* Listado Items de la galería */
.galeria { clear:both;}
.galeria ul { margin:0;	padding:0;}
.galeria ul li { list-style:none; display:inline; float:left; margin:10px 10px 20px 0; width:132px;}
.galeriaImg { margin-bottom:7px; padding:4px; border:1px solid #cccccc; background-color:#FFFFFF;}

