body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #3C0000;
}

#webcam {
	margin: 0 0 15px 0;
	padding: 0px;
	border: 3px solid #cccccc;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_top_10 { margin-top: 10px; }
.margin_top_20 { margin-top: 20px; }
.margin_top_30 { margin-top: 30px; }

.margin_right_40 { margin-right: 40px; }
.margin_right_60 { margin-right: 60px; }
.margin_right_80 { margin-right: 80px; }

.margin_left_20 { margin-left: 20px; }
.margin_left_40 { margin-left: 40px; }

.alt_500 { height: 300px; }

.h_divider { background: url(images/horitzontal_divisor.jpg) bottom repeat-x; }
.vl_divider { background: url(images/vertical_divisor.jpg) left repeat-y; }
.vr_divider { background: url(images/vertical_divisor.jpg); }

.fl { float: left; }
.fr { float: right }

.webcam {
	padding: 0 0 20px;
}

.header {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #900;
	font-weight: bold;
}

.enllac {
	padding: 0 0 10px 0;
	font-size: 15px;
}
.enllac a:link {
	text-decoration: none;
	color: #000;
}
.enllac a:active {
	text-decoration: none;
	color: #FFF;
}
.enllac a:visited {
	text-decoration: none;
	color: #111;
}

.boto {
	float: left;
	background-color: transparent;
	border-color: transparent;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 0;
	float: none;
	background: #999;
	box-shadow: 1px -20px 20px 6px #333;
}

#banner {
	float: left;
	width: 960px;
	height: 149px;
	margin: 0 auto;
}

#banner #poster {
	float: left;
	width: 617px;
	height: 149px;
	background: url(images/calldetenes2.png) no-repeat;
}

#banner #logo {
	float: left;
	width: 343px;
	height: 149px;
	background: url(images/logo1.jpg)  no-repeat;
}


/* menu */

#menu {
	clear: both;
    width: 960px;
	height: 42px;
	background: url(images/menu_bg.jpg) repeat-x;
}

#menu ul {
	float: left;
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#menu ul li a {
	position: relative;	
	float: left;
	display: inline-block;
	height: 30px;
	width: 130px;
	margin-right: 10px;
	text-align: center;
	padding: 12px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;	
	outline: none;
}

#menu li a:hover, #menu li .current {
	position: relative;
	color: #ffffff;
	background: url(images/menu_hover_right.jpg) top right no-repeat;
}

#menu li a:hover span, #menu li .current span	{
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 42px;
	top: 0;
	left: 0;
	background: url(images/menu_hover_left.jpg) no-repeat;
}

/* end of menu */



/* content */

#content {
	padding: 0 20px;
}

#content p {
	font-size: 14px;
}

.columna_2 {
	padding: 0 20px 0 60px;	
	margin-top: 40px;
	width: 330px;
}

.columna_1 {
	padding: 40px 60px 0 10px;
	width: 430px;
}

.columna_3 {
	width: 880px;
	padding: 0 20px;
}

.columna_31 {
	width: 190px;
}

.columna_31 a {
	color: #F60;
	text-decoration: underline;
}

.columna_31 a:hover {
	color: #F60;
	text-decoration: none; 
}

.columna_31 a:visited { 
	color: #006; 
	text-decoration: underline;
} 

	
/* end of content */


/* fotos */
#fotos {
}

.foto-esquerra {
	margin: 30px 40px 15px 100px;
	width: 300;
	height: 180;
	padding: 0px;
	border: 3px solid #cccccc;
	float: left;
}

.foto-dreta {
	margin: 30px 100px 15px 40px;
	width: 300;
	height: 180;
	padding: 0px;
	border: 3px solid #cccccc;
	float: right;
}

/* end of fotos */



/* tables */
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border-width: 0px;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#FC6; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#FFFF9E; }
.CSSTableGenerator td{
	vertical-align:middle;
	border:0px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 1px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 0px;
}

/* end of tables */

/* footer */

#footer {
	clear: both;
	width: 960px;
	padding: 20px 0 20px 0;
	text-align: center;
	border-top: 1px solid #8b8a8b;
	background: #343233;
}

.footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_list li {
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #cccccc;
}

.footer_list li a {
	color: #cccccc;
	text-decoration: none;
}

.footer_list li a:hover {
	color: #fcdd31;
}

.footer_list .last {
	border-right: none;
}

/* end of footer */
