@charset "utf-8";
/* CSS Document */

a{color:#313131;text-decoration:none;}
a:visited{color:#303030;}
a:hover{color:#666;text-decoration:underline;}
body { background-color:#cdcdcd; font-family: Arial, Helvetica, sans-serif; font-size:12px; }
p { margin-top: 0em; margin-bottom: 0em; }
img { border:none; }
#wrapper { width:768px; margin-left:auto; margin-right:auto; background-color:#FFFFFF; }
#header { height:232px; width:100%; background-image:url(images/header.jpg); }
#languages { float:right; margin:10px 20px; color:#FFFFFF; }
a.whiteLink{ text-decoration:none; color:#FFFFFF; }
#content { width:100%; min-height:413px; }
#menu { height:30px; width:100%; background-image:url(images/menu-bg.jpg); }
.menubutton { float:left; display:inline; /*para quitar el bug del IE6 y el doble espacio del left-float con left-margin*/ padding-left:24px; }
.textWhiteArea { padding-left:15px; padding-right:15px; padding-top:10px; }
.titulos { padding-left:15px; line-height:37px; font-size:14px; font-weight:bold; }
.col { float:left; min-height:413px; }
.leftborder { width:3px; background-image:url(images/border-left.jpg); }
.col1 { width:336px; background-image:url(images/bg-grad-left.jpg); }
.col2 { width:212px; border-left:#959595; border-left-width:1px; border-left-style:solid; border-right:#959595; border-right-width:1px; border-right-style:solid; background-image:url(images/bg-grad-mid.jpg); }
.col3 { width:204px; background-image:url(images/bg-grad-right.jpg); }
.rightborder { width:11px; background-image:url(images/border-right.jpg); }
#footer { clear:both; width:100%; height:75px; font-size:10px; background-image:url(images/footer.jpg); color:#666666; }
#textFooter { text-align:center; padding-top:5px; }
.thumbList { clear: both; margin:0; padding-left:0; vertical-align:top }
.thumbList li { float: left; padding: 0; margin: 5px 10px 5px 20px; list-style: none; text-align:center; /*center thumbnails in table cells*/ }
.galName { 	width:128px; 	text-align:center; }
.titulos a{ padding-left:15px;font-size:12px; }