﻿/* CSS style document */

@media all 
{
	
#webyList {
	width: 220px;
	margin-left: 30px;
	float: left;
	}

#webyImgs {
	width: 552px;
	margin-left: 10px;
	/*background: yellow;*/
	float: left;
	}

.refPol {
	font-family: Microsoft Sans Serif, 'Trebuchet MS', Tahoma, 'Arial CE', Arial;
	cursor: pointer;
	margin-top: 7px;
	padding-bottom: 7px;
	}

.refPol h2 {
	font-size: 11pt;
	color: #f4f4f4;
	margin: 0px;
	padding: 0px;
	}

.refPol h2 span {
	font-size: 9pt;
	color: #af0;
	}

.refPol p {
	font-size: 9pt;
	color: #888;
	margin: 0px;
	padding: 2px 0px 2px 22px;
	}


#imgFRM {
	width: 530px;
	background-color: #0e0e0e;
	padding: 10px;
	border: 1px #2b2b2b solid;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	}

#imgFRM img {
	width: 525px;
	height: 225px;
	border: 1px #2b2b2b solid;
	/*
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	*/
	}


#imgGAL {
	width: 530px;
	text-align: center;
	padding: 30px 0px 0px 0px;
	}

#imgGAL img {
	border: 0px;
	margin-left: 12px;
	}

#urlWebu {
	margin-top: 15px;
	text-align: right;
	padding-right: 25px;
	font-size: 9pt;
	background: transparent url('../images/externiLink.png') no-repeat right center;
	}

#urlWebu a {
	text-decoration: none;
	color: #af0;
	}

#urlWebu a:hover {
	text-decoration: underline;
	}


}

/* end of CSS document */