@charset "utf-8";

/* CSS Document */

a:link, a:visited, a:active{
	color: #004782;
	text-decoration: none;
}
a:hover {
	color: #B3C1D5;
	text-decoration: none;
}
.web_margen_contenido {
	padding: 15px;
}
.menu_bar {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #666;
}
.bg_tl {
	background-image: url(../img/bg_tl.jpg);
	background-repeat: no-repeat;
}
.bg_tr {
	background-image: url(../img/bg_tr.jpg);
	background-repeat: no-repeat;
}
.bg_t {
	background-image: url(../img/bg_t.jpg);
	background-repeat: repeat-x;
}
.bg_l {
	background-image: url(../img/bg_l.jpg);
	background-repeat: repeat-y;
}
.bg_r {
	background-image: url(../img/bg_r.jpg);
	background-repeat: repeat-y;
}
.bg_bl {
	background-image: url(../img/bg_bl.jpg);
	background-repeat: no-repeat;
}
.bg_br {
	background-image: url(../img/bg_br.jpg);
	background-repeat: no-repeat;
}
.bg_b {
	background-image: url(../img/bg_b.jpg);
	background-repeat: repeat-x;
}
.top_text {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	background-color: #cdd7e3;
}
.navigator {
	padding-right: 15px;
	padding-left: 15px;
}
.section_title {
	font-size: 18px;
}
th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: normal;
	color: #900;
	font-size: 13px;
}
.table_data {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.login_title {
	font-size: 14px;
}
input {
	font-family: Tahoma, Geneva, sans-serif;
}
textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
select {
	font-family: Tahoma, Geneva, sans-serif;
}
.cms_table_header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: normal;
	color: #900;
	font-size: 14px;
}
.menu_item_text {
	padding-top: 5px;
}
.thumb {
	border: 1px solid #000;
}
.form_subtitle {
	font-size: 14px;
	font-weight: bold;
}
.blue_text {
	color: #00F;
}

