@charset "utf-8";
*{ margin:0px; padding:0px;}
a{ outline-style: none; }
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../_img/bg.jpg) #333;
	background-repeat: repeat-x;
	background-position: center top;
	color: #666;
}

#cont-menu {
	background-image: url(../_img/bg-menu.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 39px;
	margin: auto;
}
#cont-menu #menu {
	margin: auto;
	width: 970px;
	padding-top: 10px;
}

#cont-header #header {
	width: 970px;
	margin: auto;
}
#cont-header {
	margin: auto;
	height: 120px;
}

#cont-main { background-color:#FFF;}
#main {
	text-align:justify;
	min-height:400px;
	margin: auto;
	width: 970px;
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 20px;
	font-family: arial;
	font-size: 12px;
	color: #666;
	background: url(../_img/bg-main.jpg) #FFF;
}
#main2 {
	min-height:400px;
	margin: auto;
	width: 970px;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: arial;
	font-size: 12px;
	color: #666;

}
#main #derecha {
	width: 294px;
	padding-right: 30px;
	padding-left: 30px;
	float: right;
	text-align: left;
	list-style-position: inside;
	list-style-image: url(../_img/li-img.png);
	background-color: #f3f3f3;
}
#main #derecha li {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding: 15px 0;
}

#main #izquierda {
	float: left;
	width: 590px;
}

#cont-footer #footer {
	height: 50px;
	background-color: #333;
	margin: auto;
	font-family: arial;
	font-size: 11px;
	color: #CCC;
	padding-top: 10px;
	text-align: center;
}

.ul {
	padding-left: 40px;
}