@charset "UTF-8";
/* Front Page CSS */

html {
	margin:0;
	padding:0
}

p {
	margin:0 0 1em 0;
	padding:0
}

body {
	margin: 1em 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

#main
{
	width: 800px;
	margin: auto;
}

#pics
{
	margin:0;
	padding:0;
	width: 270px;
	height: 270px;
	float: left;
	display: inline;
}

#pics #current_image
{
	height: 270px;
	width: 270px;
	display: inline;
}

#pics #picsbtns
{
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	top: -20px;
	height: 20px;
	width: 50px;
	background-color: #cccccc;
	float: right;
	opacity: 0.5;
	filter: alpha(opacity = 50); /* IE! */	
}

#pics #picsbtns:hover
{
	opacity: 0.75;
	filter: alpha(opacity = 75); /* IE! */	
}

#text
{
	margin-left: 270px;
	width: 378px;
}

#text a
{
	color: #000099;
	text-decoration: none;
}

#text a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

#text p
{
	padding: 10px 10px 0px 10px;
	text-align: justify;
	text-indent: 10px;
}

#text #vanguardia
{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 18px;
	padding: 10px 10px 0px 10px;
	color: #0000aa;	
}

#right
{
	float: right;
	width: 150px;
	font-size: 14px;
	background-image: url(imgs/background.png);
	background-repeat: no-repeat;
	border-left: 1px /* thanks IE */ solid #0000FF;	
}

#links ul
{
	list-style-type: none;
}

#links ul li
{
	padding-top: 10px;
	height: 42px;
	vertical-align: middle;
	margin-left: -25px;

}

#links a
{
	color: #333333;
	text-decoration: none;
}

#links a:hover
{
	color: #0000FF;
	text-decoration: underline;
}
