body        {
	color: #333333;
	font-size: 12px;
	font-family: Arial;
}
.form_field {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #dcdcdc;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

A:link              {
	color: #CC0033;
	text-decoration: none;
}

A:visited              {
	color: #CC0033;
	text-decoration: none;
}

A:hover              {
	color: #000000;
	text-decoration: none;
}

A:active              {
	color: #000000;
	text-decoration: none;
}
.parrafo {
	line-height: 18px;
}
.bloque_tit {
	font-size: 18px;
	color: #000000;
	padding-bottom: 10px;
}
.bloque_text {
	line-height: 15px;
}
.secc_submenu_top {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #dcdcdc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.secc_submenu {
	display: block;
	float: left;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.secc_submenu  a {
	display: block;
	float: left;
	color: #646464;
	padding-top: 5px;
	padding-left: 20px;
	font-weight: normal;
	width: 180px;
	padding-bottom: 5px;
}
.secc_submenu  a:hover {
	display: block;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	font-weight: bold;
	width: 180px;
	padding-bottom: 5px;
	color: #000000;
}
.subtitulos {
	font-size: 24px;
	color: #000000;
	line-height: 30px;
}
.tabla_row {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 18px;
}
.proyectos_img {
	padding: 30px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
}
.proyectos_tit {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
}
.footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
.header_R {
	background-image: url(img/gen/bg_lineas_header.jpg);
	background-repeat: repeat;
	background-position: left;
}
.header_L {
	background-image: url(img/gen/bg_lineas_header.jpg);
	background-repeat: repeat;
	background-position: right;
}
.navbar {
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

