html {
	background-color:#ffffff;
	background: url(../_images/html_bg.jpg) repeat-x 0 0;
}


body {
	font-family: arial, verdana, helvetica, sans serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	margin:0;
	padding:0;
}


ul, li, img, body, html {margin: 0; padding: 0;}

.clear {clear: both;}

#cabecera {
	width:1000px;
	height:195px;
	margin:0px auto;
	padding:0;
	text-align:left;
	overflow:hidden;
}

#logo {float:left; margin:25px auto;}

#menu_cabecera {
float:right; margin: -170px 50px;
position: relative;
background: url(../_images/menu_cabecera.gif) 0 0 no-repeat;
height:65px;
width:495px;
}

#menu_cabecera ul {
	position: absolute;
	width: 495px;
	height: 65px;
	top: 42px;
	margin:0px -2px;
	list-style-type:none;
	line-height:1;
}

#menu_cabecera li {
	float:left;
	padding:0;
}

#menu_cabecera a {
	font-family: arial, verdana, helvetica, sans serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
}


#contenedor {
	text-align: left;
	width: 1000px;
	margin: auto;
	background: url(../_images/contenido_bordes.png) repeat-y 0 0;
}

#contenido {
	text-align: left;
	width: 980px;
	margin: auto;
	background: #ffffff;
}

#contenido-1 {
	text-align: left;
	width: 950px;
	margin: auto;
	background: #ffffff;
}
