*{
	margin: 0;padding: 0;

}
body{
	background-color: #dfdfdf;
	margin: auto;
	padding: auto;
	}
	
#fondo{
	background-color: #fff;
		color: #2a2a2a;
		font: 12px Helvetica, Arial, sans-serif;
		margin:auto;
	border-bottom: 5px solid #000;
	border-top: 5px solid #000;
}	

#col_izq{
	width: 600px;
	float: left;
}
#col_izq_doble{
	width: 450px;
	float: left;
}
#col_der{
	width: 300px;
	float: left;

}
#col_der_doble{
	width: 450px;
	float: left;
}

#video{
	border-bottom: 1px dotted #5e5e5e;
	padding: 40px;
}

.nota{
font-size: 11px;
color:#666;
	line-height: 15px;
}

#footer{
	clear: both;
	width: 100%;
	padding-top: 60px;
	font-size: 10px;
	font-weight: normal;
}
	
h1{
	color: #000;
	font: bold 25px Helvetica, Arial, sans-serif;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #e6e6e6;
}

h2{
	color: #e1b513;
	font: bold 17px Helvetica, Arial, sans-serif;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 30px;

}
p{
	line-height: 18px;
	padding-left: 50px;
	color: #000;
	font-size: 12px;
}

ul li{
	line-height: 18px;
	margin: 0 20px 0 40px;
	padding-top: 20px;
	list-style-type: none;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #000;
}

a{
	color: #7f7670;
}

a:hover{
	color: #000;
}

.none{
	background-color: #f9f3f3;

}
