html, body { 
margin : 0;
padding : 0;
} 
body { 
font : 12px "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
background : #f2f2f2 url(/images/bg.gif) repeat-y top center;
} 
a:link, a:visited { 
color : #993b89;
background : transparent;
text-decoration : none;
} 
a:hover { 
text-decoration : underline;
} 
a img { 
border : none;
} 
img{
border:none;}
.imgleft { 
float : left;
padding : 5px;
margin-right : 10px;
} 
#container { 
width : 750px;
margin : 0 auto;
border : 10px solid #fff;
line-height : 2em;
background : #FFFEBE;
color : #666;
} 
#top { 
padding : 0;
height : 100px;
background : #cc99cc url(/images/head.jpg) no-repeat;
color : #484500;
} 
#top h1 { 
padding : 5px 0 0 175px;
margin : -60px;
font-size : 140%;
letter-spacing : 4px;
}



#menu{

float : left;
width : 130px;
margin : 10px 0 30px 0px;
font-size : 12px;
background : #eaeaea;
}
 
#leftnav { 
float : left;
width : 130px;
margin : 0;
padding : 1em;
} 
#leftnav p { 
margin : 0 0 1em 0;
} 
/*
#leftnavmenu { 
list-style : none;
float : left;
width : 130px;
margin : 30px 0 30px 0;
padding : 0;
font-size : 0.9em;
} 
#leftnavmenu ul { 
list-style : none;
width : 80px;
margin : 0 0 20px 0;
padding : 0;
font-size : 1.1em;
} 
#leftnavmenu li { 
margin-bottom : 2px;
} 
#leftnavmenu li a { 
font-weight : bold;
height : 20px;
text-decoration : none;
color : #505050;
background : #FEFF97 url(/images/up.gif) no-repeat left center;
display : block;
padding : 4px 0 0 30px;
border-left : 0 solid #cc99cc;
} 
#leftnavmenu li a:hover { 
background : #cc99cc url(/images/right.gif) no-repeat left center;
color : #ffff33;
border-left : 0 solid #003366;
}

*/

#iwithblockmsg-left{
float:left;
width:100%;
background : #ffff33;
padding: 10px;
}
 
#content { 
margin-left : 170px;
border-left : 10px solid #fff;
padding : 1em;
} 
#content p { 
padding : 0 2em 0 2em;
} 
#iwithblockmsg-footer { 
clear : both;
margin : 0;
padding : 0;
font-size : 0.9em;
border-top : 10px solid #fff;
color : #fff;
background : #cc99cc;
} 
#iwithblockmsg-footer p { 
padding : 0 0 0 5px;
} 
h2 { 
margin : 1em 0 0.5em 0;
font-size : 130%;
letter-spacing : 4px;
} 
* > html #iwithblockmsg-footer img { 
margin : 0;
} 
.quote { 
border-top : 1px solid #8fb8cc;
padding : 10px;
color : #036;
} 
#navcontainer { 
border-bottom : 10px solid #fff;
} 
#navcontainer ul { 
text-align : center;
padding-bottom : 5px;
padding-top : 5px;
padding-left : 0;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
background : #cc99cc;
color : white;
width : 100%;
font-family : Arial, Helvetica, sans-serif;
line-height : 18px;
} 
#navcontainer ul li { 
display : inline;
padding-left : 0;
padding-right : 0;
padding-bottom : 5px;
padding-top : 5px;
} 
#navcontainer ul li a { 
padding-left : 10px;
padding-right : 10px;
padding-bottom : 5px;
padding-top : 5px;
color : white;
text-decoration : none;
border-right : 1px solid #fff;
} 
#navcontainer ul li a:hover { 
background : #ffff33;
color : #993b89;
} 
#navcontainer #active { 
border-left : 1px solid #fff;
} 
form { 
float : right;
margin-bottom : 20px;
margin-right : 15px;
} 
input.search { 
width : 100px;
border : none;
background : url(/images/input.gif);
padding : 4px;
} 
input.login { 
width : 75px;
border : none;
background : url(/images/logininput.gif);
padding : 4px;
} 
blockquote { 
font-size : 90%;
font-weight: bold;
border : 1px solid #fff;
background : #FEFF97;
color : #666;
} 
.post { 
background-color : #FEFF97;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
} 
.post .date { 
background : url(/images/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(/images/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(/images/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 

/*PORTADA*/

 .gallery
{
	cursor: default;
	list-style: none;
	text-align: center;
	
	
}
.gallery a
{
	cursor: hand;
}

.gallery a .preview1
{
	display: none;
}
.gallery a:hover .preview1 
{
	display: block;
	position: absolute;
	top: 90px;
	left: 200px;
	z-index: 1;
}

.gallery .preview1
{
	width: auto;
	height: 300px;
}

.gallery a .preview2
{
	display: none;
}
.gallery a:hover .preview2 
{
	display: block;
	position: absolute;
	top: 90px;
	left: 550px;
	z-index: 1;
}

.gallery .preview2
{
	width: auto;
	height: 300px;
}


.gallery a .preview3
{
	display: none;
}
.gallery a:hover .preview3 
{
	display: block;
	position: absolute;
	top: 394px;
	left: 200px;
	z-index: 1;
}

.gallery .preview3
{
	width: auto;
   height: 300px;
}


.gallery a .preview4
{
	display: none;
}
.gallery a:hover .preview4 
{
	display: block;
	position: absolute;
	top: 390px;
	left: 550px;
	z-index: 1;
}

.gallery .preview4
{
	width: auto;
	height: 300px;
}

#iwithvideo-boxsnippet{
text-align:center;}