/* CSS Document */

body {
	background-color: #f5f5f5;
	font-size: 11px;
	font-family: Tahoma;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

br {
	clear: both;
}

#dv_contenedor {
	margin: 0px auto;
	width: 751px;
	background-color: #ffffff;
}

#dv_cuerpo {
	width: 100%;
	clear: both;	
}

#dv_ruta {
	font-size: 9px;
	color: #666666;
	padding-left: 10px;
}

#dv_ruta a {
	font-weight: bold;
	color: #fd7f29;
}

#dv_ruta a:hover {
	text-decoration: underline;
}

#cuerpo_central {
	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
}

label.lbl_titulo {
	float: left;
	width: 100%;
	text-align: center;
	color: #fd7f29;
	font-weight: bold;
}

div.dv_comentario {
	margin: 0 auto;
	width: 80%;
	color: #666666;
}

.CSSbuttons {
	font-size: 10px;
}

#pie {
	float: right;
	width: 150px;
	text-align: center;
	clear: both;
}

#pie a {
	color: #fd7f29;
}

.css_rojo {
	color: #FF0000;
}

.css_naranja {
	color: #f75d00;
}