
/*  TEXTO  */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 16px;
}
.textSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}


/*  VÍNCULOS  */

a {
	text-decoration: none;
	color: #0094ED;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}


/*  FORMULARIOS  */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 3px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 3px;
}


/*  ELEMENTOS COMUNES EN LOS LISTADOS  */

.bullet {
	position: absolute;
	top: 1px;
	left: 2px;
	width: 15px;
	height: 12px;
	background: url('images/bullet.gif');
}
.separator {
	height: 5px;
	margin-left: 4px;
	margin-right: 4px;
	border-bottom: dashed 1px #999999;
}
.noimage {
	border: solid 1px #E8E8E8;
}
.noimage a {
	width: 100%;
	height: 100%;
}
.link_more {
	color: #666666;
	font-size: 8pt;
}
.link_more:hover {
	color: #0094ED;
}
.pagination {
	padding: 8px;
}
.pagination a {
	padding: 8px;
	font-weight: bold;
}
.section_bar {
	padding-top: 3px;
	padding-bottom: 3px;
}


/*  LISTADO DE NOTICIAS, ETC.  */

.list td {
	vertical-align: top;
	padding-top: 4px;
}
.list .col_image {
	width: 1%;
}
.list .image {
	padding-top: 2px;
	padding-left: 10px;
}
.list .noimage {
	width: 69px;
	height: 51px;
}
.list .col_text1 {
	position: relative;
	padding-left: 18px;
	padding-right: 4px;
}
.list .col_text2 {
	position: relative;
	padding-left: 12px;
	padding-right: 4px;
}
.list .date {
	color: #666666;
}
.list .title {
	font-weight: bold;
}
.list .abstract {
}
.list .section {
}


/*  DETALLE DE NOTICIAS, ETC.  */

.detail .date {
	padding-bottom: 6px;
	color: #666666;
}
.detail .page_title {
	padding-bottom: 8px;
	color: #0094ED;
}
.detail .image {
	float: left;
	width: 135px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #666666;
}
.detail .image img {
	margin-top: 3px;
	margin-bottom: 3px;
}
.detail .abstract {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 14px;
}
.detail .body {
	padding-bottom: 10px;
}
.detail .section_bar {
	margin-bottom: 5px;
}


/*  TEXTOS DINÁMICOS  */

.body p {
	margin-top: 0px;
}
.body h1 {
	font-size: 12pt;
}
.body h2 {
	font-size: 12pt;
}
.body h3 {
	font-size: 12pt;
}
.body h4 {
	font-size: 10pt;
}
.body h5 {
	font-size: 10pt;
}
.body h6 {
	font-size: 10pt;
}


/*  DECORACIÓN DE REGIONES  */

.rws_include {
	border: dashed 1px #0000A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rws_region {
	height: 250px;
	border: dashed 1px #FF8040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*  DECORACIÓN DE EJEMPLO  */

.page_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 6px;
	background-color: #E0E0E0;
}
