html
{
	border: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #e5e5e5;
}

body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	height: 100%;	
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #000;
	border-bottom: 0px;	
}

form
{
	padding: 0; border: 0; margin: 0;	
}

input
{
	font-size: 10px;
	border: solid 1px #CCC;
	padding: 2px;
}

label
{
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

#content
{
	width: 777px;
	padding-left: 0px;
	*padding-left: 3px;
}

/* per Safari... tot i que aquest hack afecta també a Opera */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #content { padding-left: 1px; }
}

#logo_atep
{
	background-image: url(img/logo.gif);
	width: 143px;
	height: 80px;
	margin-left: 15px;
	margin-top: 10px;	
}

#logo_text
{
	margin-left: 15px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

#header_separator
{
	background: #000000;
	width: 100%;
	margin-top: 4px;
	height: 9px;
}

.top_button
{
	background-image:url(img/boton_superior.jpg);
	width: 79px;
	height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #777;
	margin-right: 25px;
	padding-top: 2px;
}

#login
{
	position: absolute;
	display: block;
	width: 300px;
	height: 30px;
	
	/*margin-top: 208px; només val per la Home */
	margin-left: 467px;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	background: #000;
	color:#FFF;
	opacity: 0.7;
	*filter: alpha(opacity=70);
	z-index: 10;
}

#form_search_submit
{
	background: url(img/magnifier.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src="img/magnifier.png");
	_background: none;
	width: 16px;
	height: 16px;
	
}

#form_login_submit
{
	background: url(img/key.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src="img/key.png");
	_background: none;
	width: 16px;
	height: 16px;
	border: none;
	margin-left: 5px;
}

#leftmenu
{
	position: absolute;
	width: 150px;
	
	/* margin-top: 37px; només val per la home */

	z-index: 10;		
}

#menu
{
	background: #000;
	color:#FFF;
	opacity: 0.7;
	width: 150px;
	*filter: alpha(opacity=70);	
}

.menu_main
{
	font-size: 12px;
	padding: 7px 8px 7px 10px;
	border-bottom: solid 1px #444;	
}

.menu_sub
{
	font-size: 12px;
	padding: 7px 8px 7px 23px;
	border-bottom: solid 1px #111;	
}

#atep_info
{
	background: #2064A2;
	color: #FFF;
	font-size: 11px;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-weight: normal;
	padding: 30px 10px 30px 10px;
	line-height: 16px;
}

#atep_info a
{
	text-decoration: none;
	color: #FFF;
	border-bottom: 0px;	
	font-weight: bold;
}

#manos_bajo_piscina
{
	background: url(img/manos_bajo_piscina.jpg) no-repeat;
	width: 104px;
	height: 212px;
	margin-top: 15px;
	margin-left: 15px;
}

.banner_home
{
	width: 185px;
	height: 129px;
	overflow: hidden;
	display: block;
	float: left;
	margin-left: 13px;
	margin-top: 20px;
}

#banners_home_container
{
	margin-left: 0px;	
	*margin-left: -13px;
}

.news_home
{
	margin-top: 15px;	
	margin-left: 10px;
	font-size: 12px;
}

.news_home a
{
	font-weight: bold;
	color: #2064a2;
}

.news_home_separator
{
	margin-top: 15px;	
	clear: both;
	height: 1px;
	width: 95%;
	border-bottom: dotted 1px #2064a2;
	margin-left: 10px;
}

#content-page
{
	padding: 10px;	
	font-size: 12px;
}

.content-title
{
	font-size: 15px;
	color: #2064a2;
	text-align: right;
	font-weight: bold;
}

.content-separator
{
	height: 10px;
	border-bottom: dotted 1px #2064a2;
	margin-bottom: 10px;
	
}

.boton_lateral
{
	background: url(img/boton_lateral.jpg);
	width: 140px;
	height: 29px;
	font-weight: bold;

	font-size: 12px;

	color: #777;
	padding-top: 10px;
	padding-left: 10px;

}

.menu_main a
{
	color: #FFF;	
}

.menu_main a:hover
{
	color: #FF0;	
}

.menu_sub a
{
	color: #FFF;	
}

.menu_sub a:hover
{
	color: #FF0;	
}

#contact-form input
{
	font-size: 12px;
	border-top: 0;
	border-left: 0;
	border-right: 0;	
	border: solid 1px #CCC;
	padding: 2px;
	width: 400px;
}

#contact-form textarea
{
	font-size: 12px;
	border: solid 1px #CCC;
	padding: 2px;
	width: 400px;	
}

#contact-form .checkbox
{
	width: 20px;	
}

.paginator-button
{
	display: block;
	border: dotted 1px #09C;
	padding: 4px;
	text-align: center;
	width: 100px;
	float: left;
	margin: 4px;
	cursor: pointer;
}

.associateds_tr_0 td
{
	border-top: dotted 1px #aaa;
	background: #EAEAEA;
}

.associateds_tr_1 td
{
	border-top: dotted 1px #aaa;	
	background: #EAEAFF;	
}


.associateds_tr_0 a
{
	color: #2064A2; /*#00A;	*/
}

.associateds_tr_1 a
{
	color: #2064A2 
}

.associateds_tr_0 a:hover
{
	color: #00A;	
}

.associateds_tr_1 a:hover
{
	color: #00A;	
}

.associated_detail td
{
	border-bottom: dotted 1px #ccc;
}

.associated_detail a
{
	color: #00A;
}

.associated_title
{
	font-weight: bold;
	font-size: 14px;
	margin-left: 2px;
	margin-bottom: 20px;

}