@charset "utf-8";
#contenedor {
	background-color: #000;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#cabezote {
	height: 160px;
	width: 960px;
}
#contenido {
	width: 960px;
	background-color: #000;
}

#colizquierda {
	height: 400px;
	width: 960px;
}
.textos {
	font-family: arial,tahoma,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF9;
	text-decoration: none;
	text-transform: none;
}
.subtitulos {
	font-family: arial,tahoma,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #063;
	text-decoration: none;
	text-transform: capitalize;
}

p { color:#f2f2f2; }

ul { list-style:square; }

li { margin-bottom:5px; padding:4px; color:#f2f2f2; }

li span { border-bottom:1px dotted #063; }