/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../imagenes/bg.gif) repeat;
}

#contenedor {
	width: 780px;
	margin: 45px auto;
	padding: 0px;
	}
	
#banner {
	width: 780px;
	margin: 0px;
	padding: 0px;
	background:url(../imagenes/index/banner.jpg) no-repeat;
	height: 213px;
	}

#banner h1, #banner h2, #banner h3 {
	display: none;
	}

#botones {
	width: 735px;
	clear: both;
	padding: 0px 0px 0px 45px;
	margin:0px;
	background: #C9E9F8 url(../imagenes/index/fondo.gif) no-repeat;
	height: 224px;
	}

#pto1 a:link, #pto1 a:visited {
	width: 210px;
	/*margin: 0px 0px 0px 45px;*/
	padding: 0px;
	background: url(../imagenes/index/bt1.jpg) no-repeat;
	height: 224px;
	float: left;
	display: block;
	}

#pto1 span, #pto2 span, #pto3 span {
	display: none;
	}

#pto2 a:link, #pto2 a:visited  {
	width: 210px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	background: url(../imagenes/index/bt2.jpg) no-repeat;
	height: 224px;
	float: left;
	display: block;
	}

#pto3 a:link, #pto3 a:visited {
	width: 210px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	background: url(../imagenes/index/bt3.jpg) no-repeat;
	height: 224px;
	float: left;
	display: block;
	}
	
#footer {
	clear: both;
	width: 780px;
	background:url(../imagenes/index/inf.gif) no-repeat;
	height: 33px;
	}
	