@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../img/fondo.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FF6600;
	margin:0px 0px 0px 0px;
}
a{
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
.top{
	background-image:url(../img/top.gif);
	height:24px;
}
.izq_1{
	background-image:url(../img/izq_1.jpg);
	background-repeat:no-repeat;
	height:140px;
	width:24px;
}
.izq_2{
	background-image:url(../img/izq_2.jpg);
	background-repeat:no-repeat;
	height:80px;
	width:24px;
}
.izq{
	background-image:url(../img/izq.gif);
	background-repeat:repeat-y;
}
.dcha_1{
	background-image:url(../img/dcha_1.jpg);
	background-repeat:no-repeat;
	height:140px;
	width:24px;
}
.dcha_2{
	background-image:url(../img/dcha_2.jpg);
	background-repeat:no-repeat;
	height:80px;
	width:24px;
}
.dcha{
	background-image:url(../img/dcha.gif);
	background-repeat:repeat-y;
}
.pie{
	background-image:url(../img/pie.jpg);
	height:80px;
	font-size:10px;
	vertical-align:bottom;
}
.pie a{
	color:#000000;
}
.bottom{
	background-image:url(../img/bottom.jpg);
	height:30px;
}
h1{
	font-size:14px;
	margin-bottom:0px;
}
.caja{
	border:1px solid #FF6600;
	background-color:#FFFFFF;
}

ul li{
	list-style-image:url(../img/lista.gif);
	margin-bottom:10px;
}

ol li{
	margin-bottom:10px;
}

.borde{
	border:1px solid #FF6600;
}