@charset "utf-8";
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li, a, font, img, form, label {
margin:0px;
padding:0px;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#444444;
}

/*--*/

#global{
width:980px;
margin:0 auto;
}

/*--*/

#cabecera{
position:relative;
width:980px;
height:98px;
}

h1{
	background:url(../i/fondo_h1.gif) no-repeat left top;
	/*width:980px;*/
	height:47px;
	line-height:47px;
	color:#5e5e5e;
	font-size:20px;
	font-weight:bold;
	text-indent:10px;
	text-transform: uppercase;
	}
	
h1 strong{
	color:#008c00;
}

/*--*/

.contenido{
	width:970px;
	padding:0 0 0 10px;
	
	}
/*	.contenido *{
		color: #ff0000;
	}*/

/*--*/

h2{
	color:#252525;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 0 0;
	text-transform: uppercase;
	}

/*--*/

p{
	color:#525252;
	font-size:14px;
	margin:20px 0 0 0;
	}
	
p.alert{
	background:url(../i/alert.gif) no-repeat left top;
	color:#525252;
	font-size:14px;
	margin:20px 0 0 0;
	padding:0 0 0 40px;
	color: #ff0000;
	}

/*--*/


h3{
	font-size:14px;
	color:#252525;
	font-weight:bold;
	margin:10px 0 0 0;
	text-transform: uppercase;
	}

/*--*/

#pie2{
	background:url(../i/pie2.gif) repeat-x left top #eeeeee;
	width:100%;
	padding:15px 0 20px 10px;
	margin:30px 0 0 0;
	}

#pie2 a{
	color:#626262;
	font-size:11px;
	text-decoration:underline;
	}

#pie2 a:hover{
	color:#000;
	}

#pie2 p{
	width:980px;
	margin:0 auto;
	color:#626262;
	font-size:11px;
}

/*--*/

a.bt_facebook{
	background:url(../i/facebook.gif) no-repeat 0 0;
	width:73px;
	height:19px;
	display:block;
	border:0;
	margin:4px 0 0 0;
	}
	
a.bt_facebook:hover{
	background-position:0 -19px;
}
