/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	background-image: url(../images/background.jpg);
	background-repeat:  repeat-y;
	background-position: center;
}

a:link, a:visited {
	fcolor: #990000;
	text-decoration: none;
	font-weight: normal;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

#page_bg {
	margin-bottom: 0px;
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

div.center {
  text-align: center;
}
body div#wrapper {
	width: 980px;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: #000000;
}

div#wrapper_r {
	background-position: 100% 0;
}
div#header {

}
div#header_l {
	position: relative;
}

div#header_r {
	height: 90px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 0px;
	overflow: hidden;
	text-align: left;
}

div#logo {
	left: 0;
	top: 0;
	float: left;
	margin-left: 0px;
	margin-top: 5px;
	z-index: 1000;
	margin-bottom: 5px;
	height: 85px;
	width: 980px;
	position: absolute;
}
div#cu_datos {
	color: #FFFFFF;
	float: right;
	display: block;
	position: relative;
	top: -65px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#acceso_clientes {
	color: #FFFFFF;
	display: block;
	position: relative;
	top: -80px;
	font-weight: bold;
	font-size: 1em;
	border-left: 1px dashed #999999;
	text-align: right;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	width: 150px;
}

.log_in{
	font-size:0.9em;
	color: #999999;
	text-align: right;
	padding-top: 2px;
}
.log_in input {
	height: 12px;
	width: 120px;
	font-size: 9px;
	font-weight: normal;
	color: #990000;
	margin-top: 2px;
	text-align: right;
}
.log_in a:link, .log_in a:visited, .log_in a:active {
	font-size: 8.5pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-image: url(../../../images/login/boton_ok.gif);
	background-repeat: no-repeat;
	height: auto;
	width: 40px;
	background-color: #000000;
	padding: 0px 12px 0px 15px;
	background-position: right center;
	text-align: center;
	border-width: 0px;
	margin: 3px 0px 3px 0px;
}
.log_in a:hover {
	font-size: 8.5pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../../../images/login/boton_ok_f2.gif);
	background-repeat: no-repeat;
	height: auto;
	width: 40px;
	background-color: #000000;
	padding: 0px 12px 0px 15px;
	background-position: right center;
	text-align: center;
	border-width: 0px;
	margin: 3px 0px 3px 0px;
}
.reg {
	width: 60px;
	float: left;
	padding-left: 10px;
}
.reg a {
	color: #CCCCCC;
	text-decoration: none;
}
.reg a:hover {
	color: #666666;
	text-decoration: none;
}


div#tabarea {
	background-image: url(../images/menu/barra.png);
	background-repeat:  repeat-x;
	margin: 0px;
	padding: 0px;
}

div#tabarea_l {
	padding-left: 0px;
	background-image: url(../images/menu/barra_left.png);
	background-repeat: no-repeat;
}

div#tabarea_r {
	padding-right: 1px;
	background-image: url(../images/menu/menu_rigth.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 25px;
}
div .search {
	width: 150px;
	float: right;
	padding-top: 0.28em;
	padding-right: 20px;
}

div.search input {
	width: 150px;
	border: 1px solid #ccc;
	margin: 0;
	height: 14px;
	font-size: 12px;
	line-height: 12px;
}
div#bannermain {
	height: auto;
	width: 980px;
	padding-top: 10px;
}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}
#tabla_main {
	background-color: #CCCCCC;
	vertical-align: top;
	width: 980px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	margin-bottom: 0px; /* Para todos los Browsers */
    #margin-bottom: -5px; /*Para Internet Explorer */
    _margin-bottom: -5px; /* Para Internet Explorer 6 */	
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
td#leftcolumn {
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
td#rigthcolumn {
	width: 180px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#maincolumn,
#maincolumn_full {
	padding: 0;
	margin: 0px;
}

#maincolumn_full {
	margin: 0px;
	padding: 0;
}
.banner_left{
	margin: 0px;
	padding: 0px;
	height: 118px;
	width: 280px;
	display: inline;
}
.banner_left img {
	height: 118px;
	width: 250px;
}
.banner_left a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banner_left a:hover img{
	opacity: .70;
	filter:Alpha(Opacity=50, FinishOpacity=50, Style=1);
}
.banner_rigth{
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 180px;
	display: inline;
}
.banner_rigth img {
	height: 100px;
	width: 180px;
}
.banner_rigth a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banner_rigth a:hover img{
	opacity: .70;
	filter:Alpha(Opacity=50, FinishOpacity=50, Style=1);
}
.mini_banner_black {
	background-repeat: repeat-x;
	text-align: left;
	height: 103px;
}
.mini_banner_black .sep {
	width: 9px;
	height: 100px;
	float: left;
}

.mini_banner_black img {
	height: 100px;
	width: 166px;
	float: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mini_banner_black .sep img {
	height: 1px;
	width: 3px;
}

.mini_banner_black a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mini_banner_black a:hover img{
	opacity: .70;
	filter:Alpha(Opacity=50, FinishOpacity=50, Style=1);
}
.banner_black {
	height: 150px;
	margin: 0px;
	background-image: url(../images/banners_black/banner_m.jpg);
	padding-bottom: 0px;
	background-repeat: repeat-x;
	text-align: left;
}
.banner_black     .titulo_banner {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	background-image: url(../images/banners_black/banner_b.gif);
	background-repeat: no-repeat;
	background-position: 15px 18px;
	padding-left: 40px;
	text-align: left;
}
.banner_black .titulo_banner a {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
}
.banner_black .titulo_banner a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.banner_black   .texto_banner {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	padding-top: 10px;
	text-align: left;
}
.banner_black .texto_banner .leer_mas {
	color: #FFFFFF;
	text-decoration: none;
}
.banner_black .texto_banner .leer_mas:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #990000;
}
.banner_black .img_l {
	float: left;
	background-image: url(../images/banners_black/banner_l.jpg);
	height: 150px;
	width: 15px;
}
.banner_black .img_r {
	float: right;
	background-image: url(../images/banners_black/banner_r.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 15px;
}
.banner_black .img_seccion {
	float: right;
	height: 150px;
	width: 250px;
}
_#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}
_#menusup {
	height: 80px;
	overflow: hidden;
}


div#footer {
	background-image: url(../images/cu_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 980px;
	margin: 0px;
	padding: 0px;
}
div#footer_l {
	margin: 0px;
	padding: 0px;

}

div#footer_r {
	padding-top: 10px;
	overflow: hidden;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}
div#footer_r   a:link, div#footer_r   a:visited  {
	color: #666666;
	background-color: transparent;
	padding-bottom: 3px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
div#footer_r a:hover  {
	color: #CCCCCC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	text-decoration: none;
}
div#footer_r   #member   a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#footer_r   #member   a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-width: 3px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-color: #009966;
}
div#footer_r   #member a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#footer_r   #member   a img:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-width: 3px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
}


div#footerspacer {
	height: 10px;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}
#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
	margin: 0px;
}
td.greyline {
	width: 5px;
	background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Tahoma, Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Tahoma, Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
  margin-bottom: 10px;
  text-align: left;
}
h3, .componentheading, table.moduletable th {
  color: #135cae;
}
/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

.article_column {

}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}
/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.contentpanel_body {
}
.contentpane .contentpanel_body {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}



.highlight {
	background-color: #fffebb;
}

table.blog {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}	

div.module span.article_separator,div.module_rigth span.article_separator,div.module_left span.article_separator/* spacers */
 {
	display: block;
	height: 10px;
	background-image: url(../images/cu_separador.gif);
	background-repeat:  repeat-x;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#leftcolumn span.article_separator/* spacers */
 {
	display: block;
	height: 10px;
	background-image: url(../images/cu_separador.gif);
	background-repeat:  repeat-x;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#rigthcolumn span.article_separator/* spacers */
 {
	display: block;
	height: 10px;
	background-image: url(../images/cu_separador.gif);
	background-repeat:  repeat-x;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
div.moduletable, div.module {
	margin: 0px;
	padding: 0px;
}


div.module_menu h3 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;	
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
div.module_menu div {
	background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;
}
div.module_menu div div {
	background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;
}
div.module_menu div div div {
	background: url(../images/blue/mw_box_tl.png) 0 0 no-repeat;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}
div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

div.module_redbox {
	padding: 0;
	background-color: #660000;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-image: url(../images/redbox/button_r.jpg);
	margin: 0;
	height: 100%;
	display: block;
}


div.module_redbox a {
	color: #CCCCCC;
}
div.module_redbox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.module_redbox div.leer {
	color: #CCCCCC;
	font-size: 16px;
	background-color: #006666;
	height: 15px;
	background-image: none;
}
div.module_redbox a.leer_mas {
	color: #CCCCCC;
	margin: 0px;
	display: block;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.module_redbox a.leer_mas:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.module_redbox .img_pred     {
	float: left;
	padding-right: 20px;
}
div.module_redbox .img_flecha {
	float: left;
}

div.module_redbox h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B30000;
	background-image: url(../images/redbox/flecha_titulo.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	margin: 0px;
}
div.module_redbox   div {
	background: url(../images/redbox/button_l.jpg) 0 100% no-repeat;

}
div.module_redbox div div {
	background: url(../images/redbox/header_r.jpg) 100% 0 no-repeat;
}
div.module_redbox div div div {
	padding-top: 10px;
	padding-bottom: 15px;
	width: auto;
	background-image: url(../images/redbox/header_l.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
div.module_redbox   div   div   div   div {
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
}
div.module_redbox ul {
	margin: 10px 0;
	padding-left: 20px;
}
div.module_redbox div.redbox {
	background-color: #660000;
	background-image: none;
	padding: 0px;
	margin-top: 15px;
	width: 100%;
}


div.module_redbox ul li a:link, div.module_redbox ul li a:visited {
	font-weight: bold;
}
div.module_redbox li {
	list-style-type: none;
	list-style-image: url(../images/cu_flecha_lista_blanca.gif);
}
div.module_redbox .mod_placehere_redbox    {
	height: auto;
	width: 100%;
}
div.module_redbox  .mod_placehere_redbox {
	background-image: none;
}
div.module_redbox .mod_placehere_redbox .mod_placehere_leading {
	background-image: none;
}
.module_redbox .mod_placehere_redbox .contentpaneopen {
	width: 100%;
}



div.module_greybox {
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	background-color: #333333;
	background-image: url(../images/greybox/button_r.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 100%;
}
div.module_greybox a {
	color: #CCCCCC;
}
div.module_greybox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.module_greybox a.leer_mas {
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: right;
}
div.module_greybox a.leer_mas:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.module_greybox div {
	background: url(../images/greybox/button_l.jpg) 0 100% no-repeat;
}
div.module_greybox div div {
	background-image: url(../images/greybox/header_r.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
div.module_greybox   div   div   div  {
	padding-top: 10px;
	padding-bottom: 15px;
	width: auto;
	background-image: url(../images/greybox/header_l.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
div.module_greybox .mod_placehere_greybox    {
	height: auto;
	width: 100%;
}
div.module_greybox       h3         {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eee;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	background-image: url(../images/greybox/flecha_titulo.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	margin: 0px;
	padding-bottom: 3px;
}
div.module_greybox  .img_pred     {
	float: left;
	padding-right: 20px;
}
div.module_greybox div div div div {
	padding: 0;
	background-image: none;
}
div.module_greybox div.greybox {
	background-color: #333333;
	background-image: none;
	padding: 0px;
	margin-top: 15px;
}
div.module_greybox ul {
	margin: 10px 0;
	padding-left: 20px;
}
div.module_greybox li {
	list-style-type: none;
	list-style-image: url(../images/cu_flecha_lista_roja.gif);
}
div.module_greybox ul li a:link, div.module_greybox ul li a:visited {
	font-weight: bold;
}
/*LOGINS*/
div.module_login_redbox {
	padding: 0;
	margin-bottom: 0px;
	background-color: #660000;
	background-image: url(../images/redbox/button_r.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	height: 100%;
}
div.module_login_redbox a {
	color: #CCCCCC;
}
div.module_login_redbox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.module_login_redbox h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eee;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B30000;
	background-image: url(../images/redbox/flecha_titulo.gif);
	background-position: 5px 3px;
	background-repeat: no-repeat;
	text-indent: 15px;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
}
div.module_login_redbox   div {
	background: url(../images/redbox/button_l.jpg) 0 100% no-repeat;
}
div.module_login_redbox div div {
	background: url(../images/redbox/header_r.jpg) 100% 0 no-repeat;
}
div.module_login_redbox div div div {
	padding-top: 10px;
	padding-bottom: 15px;
	width: auto;
	background-image: url(../images/redbox/header_l.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
div.module_login_redbox   div   div   div   div {
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
}
div.module_login_redbox ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_login_redbox ul li a:link, div.module_login_redbox ul li a:visited {
	font-weight: bold;
}
div.module_login_redbox li {
	list-style-type: none;
	list-style-image: url(../images/cu_flecha_lista_blanca.gif);
}
div.module_login_greybox {
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	background-color: #333333;
	background-image: url(../images/greybox/button_r.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 100%;
}
div.module_login_greybox a {
	color: #CCCCCC;
}
div.module_login_greybox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.module_login_greybox div {
	background: url(../images/greybox/button_l.jpg) 0 100% no-repeat;
}
div.module_login_greybox div div {
	background-image: url(../images/greybox/header_r.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
div.module_login_greybox   div   div   div  {
	padding-top: 10px;
	padding-bottom: 15px;
	width: auto;
	background-image: url(../images/greybox/header_l.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
div.module_login_greybox       h3         {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eee;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	background-image: url(../images/greybox/flecha_titulo.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	text-indent: 15px;
	padding-top: 0px;
	padding-right: 10px;
}

div.module_login_greybox div div div div {
	padding: 0;
	background-image: none;
}
div.module_login_greybox ul {
	margin: 10px 0;
	padding-left: 20px;
}
div.module_login_greybox li {
	list-style-type: none;
	list-style-image: url(../images/cu_flecha_lista_roja.gif);
}
div.module_login_greybox ul li a:link, div.module_login_greybox ul li a:visited {
	font-weight: bold;
}
/*--------------------------------------*/
#leftcolumn div.module {
	padding: 0 10px;
}
#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }

div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.banneritem_left a:hover img {
	opacity: .70;
	filter:Alpha(Opacity=50, FinishOpacity=50, Style=1);
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.separador {
	background-image:url(../../../../cu-estudio%202008/imagenes/separador.gif);
	background-repeat:repeat-x;
	margin-right: 10px;
	margin-left: 10px;
	background-position: center center;
	line-height: 10px;	
	}


.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message {
	margin-bottom: 5px;
}
.contact_email {
	padding: 20px;
}


#system-message dd.message ul {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 4px center;
	background-image: url(../images/banners_black/banner_b.gif);
	margin:0px; 
	padding-left: 40px; 
	text-indent:0px;
}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}
div#contenido_banner {
	background-image: url(../images/banners_black/banner_portfolio_c.png);
	background-repeat:  repeat-x;
	height: 180px;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#contenido_banner_l {
	padding-left: 0px;
	background-image: url(../images/banners_black/banner_portfolio_l.png);
	background-repeat: no-repeat;
	height: 180px;
}

div#contenido_banner_r {
	padding-right: 1px;
	background-image: url(../images/banners_black/banner_portfolio_r.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 180px;
}
div#contenido_banner_r div  {
	padding-left: 14px;
	margin-right: auto;
	margin-left: auto;
}
div#contenido_banner_r  div.tmbs {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: center;
}
div#contenido_banner_r     div.tmbs img  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#contenido_banner a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#contenido_banner  a:focus    img, div#contenido_banner a:hover    img,.div#contenido_banner a:active img {
	opacity: .70;
	filter:Alpha(Opacity=50, FinishOpacity=50, Style=1);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.blog_footer_banner div#seccion_footer {
	margin: 0px;
	padding: 0px;
}
.blog_footer_banner div#seccion_footer_l {
	margin: 0px;
	padding: 0px;
}
.blog_footer_banner  div#seccion_footer_r {
	margin: 0px;
	padding: 0px;
}
table.blog_banner_port span.article_separator {
	line-height: 0px;
	margin: 0px;
	height: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imag {
	top: -30px;
	background-image: none;
	z-index: 1;
	margin-bottom: -20px;
}
.txt_1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	z-index: 1;
	margin-bottom: -10px;
	margin-left: 10px;
}
#rigthcolumn  .module_rigth  .module_greybox  .txt_2  div        {
	text-align: right;
	font-weight: bolder;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
div.bg{
	background-position: left bottom;
	background-image: url(../../../images/banners_black/background_home_center.png);
	background-repeat:  no-repeat;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div.bg   div.bg{
	background-position: left top;
	background-image: url(../../../images/banners_black/background_home_center.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #CCCCCC;
	width: 519px;
}
div.bg div.bg td.titulo {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	background-image: url(../../../images/banners_black/bullet_banner_inicio.gif);
	background-position: 10px;
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height: 24px;
}
div.bg div.bg td.titulo a {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
div.bg div.bg td.titulo a:hover {
	text-decoration: underline;
}
div.bg div.bg td.line_oro {
	color: #A0680B;
	font-weight: bold;
	font-size: 18px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
div.bg div.bg td.line_oro a{
	color: #A0680B;
	font-weight: bold;
	font-size: 18px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
}
div.bg div.bg td.line_oro a:hover{
	color: #EF9B10;
}
div.bg div.bg td.line_description {
	padding-right: 50px;
	padding-left: 50px;
	font-size: 14px;
	display: block;
	text-align: justify;
	color: #CCCCCC;
	font-weight: normal;

}
div.bg div.bg td.line_img {
	text-align: center;
}
div.bg div.bg td.line_img img {
	padding-right: 3px;
	padding-top: 10px;
	padding-left: 3px;
}
div.bg        div.bg        td   a img         {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.bg div.bg td a img:hover {
opacity: .50;
filter:Alpha(Opacity=50, FinishOpacity=50, Style=2);
}

table.blog_content td {
	vertical-align: top;
}a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.contenido * {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
div.contenido {
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 515px;
}


div#seccion_header{
	height: 50px;
	background-position: 0px 0px;
	background-image: url(../images/barra.png);
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: -5px;
	padding: 0px;
	background-repeat: no-repeat;
}
div#seccion_header img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#seccion_header  div.seccion_header{
	background-position: 100% 0px;
	background-image: url(../images/barra.png);
	height: 50px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	background-repeat: no-repeat;
}
div.contenido  .cbody {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 100%;
}
div.contenido  .cbody  .content {
	width: 495px;
	margin: 0px;
	height: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
span.resalto  {
	font-weight: bold;
	color: #990000;
}
span.resalto_N  {
	font-weight: bold;
	color: #990000;
}

div.contenido .cbody .content ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
div.contenido .cbody .content ul li {
	margin: 0px;
	padding: 0px;
}

div.contenido .cbody .content .resalto {
	color: #990000;
}


div#seccion_footer{
	height: 10px;
	background-position: 0px 0px;
	background-image: url(../images/borde_button.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 20px;
}
div.contenido .cbody .content .resalto b {
	font-weight: bold;
	color: #990000;
}

div.contenido .cbody .tseccion {
	font-size: 12px;
	width: 495px;
}
div.contenido   .cbody  .tseccion   a:hover    img   {
	opacity: .70;
	filter:Alpha(Opacity=50, FinishOpacity=50, Style=1);
}

div#seccion_footer  div.seccion_footer{
	background-position: 100% 0px;
	background-image: url(../images/borde_button.png);
	height: 10px;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
td.resalto_N {
	color: #990000;
}
table.contentpaneopen_full {
	width: 100%;
}
img.img_p5 {
	padding: 5px;
}
#maincolumn .contentpane_contacto {
	margin-right: 0px;
}
