/**#################### DEFAULT and FORMS CSS ####################**/

body,html {
	padding          : 0;
	margin           : 0;
	margin-bottom    : 15px;
	background-color: #28517D;
           }
		   


td, tr, p, div {
  font-family      :  Arial, Helvetica, sans-serif;
  color            : #f5f5f5;
  font-size        : 13px;
  line-height      : 16px;
}

hr {
  color            : #395884;
  height           : 1px;
  width            : 100%;
}

a:link, a:visited {
	color            : #6699CC;
	text-decoration  : none;
 }

a:hover {
  color            : #6699FF;
  text-decoration  : underline;
  }

ul {
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}

li {  
  line-height      : 14px;
  padding-left     : 14px;
  padding-top      : 2px;
  background-image : url(../images/arrow.gif) ;
  background-repeat: no-repeat;
  background-position: 0px 5px;
}


form {
margin           : 0; 
padding          : 0;
}

.inputbox {
 color        : #f1f1f1;
 background   : #2B4A74;
 border       : 1px solid #395884;
 margin       : 3px 0;

}

input:hover,
  input:focus,
  textarea:hover,
  textarea:focus {
  color: #f1f1f1;
  background: #243E61;
  
}



form select.button{
 color        : #fff;
 background   : #2B4A74;
}

option {
background   : #2B4A74;
}

/**#################### Joomla CSS ####################**/

/** Buttons **/

.back_button {
  font-size        : 12px;
  font-weight      : normal;
  padding-bottom   : 3px;
  margin-right     : 4px;
  float            : right;
  line-height      : 20px;
    
  }
div.back_button a{
text-decoration  : none;
  }


.button {
  font-size        : 11px;
  color            : #EDF1F3;
  border           : 1px solid #395884;
  margin           : 3px 0;
  padding          : 2px;
  cursor           : pointer;
  background       : #2B4A74;
}


/** Contact **/

.contact_email  {
  width            : 100%;
}

.contact_email .inputbox {
}



/** Module table  **/


table.moduletable {
	margin           : 0 0 8px 0;
      width            : 100%;
      	}

table.moduletable th {
      
    font-family          : Arial, Verdana,  Helvetica, sans-serif;
	font-size          : 14px;
	font-weight        : bold;
	text-align         : center;
	width              : 100%;
      color              : #fff;
	padding            : 2px;
      line-height        : 25px;
      border-bottom: 1px solid #395884;
	height: 29px;    
	}

table.moduletable td {
    padding-top: 2px;
    	}



div.module{
    text-align: left;
    margin           : 0 0 20px 0;
    	}

div.module h3 {
      
      font-family        : Arial, Verdana,  Helvetica, sans-serif;
	font-size          : 14px;
	font-weight        : bold;
	text-align         : center;
	width              : 100%;
      color              : #fff;
	line-height        : 27px;
	border-bottom: 1px solid #395884;
      height             : 29px;
      margin             : 0 0 15px 0;
       }



.contentmod {
text-align   : left;
padding      : 8px 0;

}

.contentmod td {
padding      : 5px;
}

.contentmod table.moduletable {
margin           : 0 0 8px 0;
width            : 100%;
background       :  #314C72;
}


.contentmod table.moduletable th{
    font-size          : 14px;
	font-weight        : bold;
	text-align         : right;
	width              : 100%;
    color              : #fff;
	padding            : 2px 10px;
    line-height        : 25px;
    background         : url(../images/corner_content.gif) #314C72 no-repeat top right;
    border-bottom      : 1px solid #395884;
}



/** Read more **/

a.readon:link, a.readon:visited {
	color            : #CCCCCC;
	font-size        : 11px;
	font-weight      : normal;
	line-height      : 15px;
	text-decoration  : none;
	float: right;
	background-color: #1B3550;
	border: 1px solid #395884;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 10px;
}
a.readon:hover {
	color            : #6699FF;
	font-size        : 11px;
	white-space      : normal;
	font-weight      : normal;
	line-height      : 15px;
	text-decoration  : none;
	border-left      : 2px solid #314C72;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 10px;
 }




/** Pagenavigation **/

.pagenavcounter {
  font-size        : 11px;
  color            : #6699CC;
}

.pagenavbar {
  border-top      : 1px solid #395884;
  margin          : 10px 0;
  padding-top     : 5px;
  }

.pagenav, .pagenav_prev, .pagenav_next {
  font-weight      : normal;
  }

a.pagenav:link, a.pagenav:visited {
  font-size        : 12px;
  text-decoration  : none;
  font-weight      : normal;
}

a.pagenav:hover {
  font-size        : 12px;
  text-decoration  : none;
  font-weight      : normal;
}

table.contenttoc {
  border           : 1px solid #314C72;
  background       : #416496;
  padding          : 0;
  margin-left      : 2px;
  margin-bottom    : 2px;
}

table.contenttoc th{
  margin           : 0;
  padding          : 2px;
  background       : #314C72 ;
  color            : #ffffff;
 }
table.contenttoc td{
 margin           : 0;
 padding          : 3px 4px;
 border-bottom    : 1px solid #314C72;
 background-image   : url(../images/arrow.gif) ;
 background-repeat  : no-repeat;
 background-position: 4px 7px;
   }


table.contenttoc td a:link, table.contenttoc td a:visited{
padding-left        : 12px !important;
padding-left        : 0;
text-indent         : 12px;
text-decoration      : none;

}
table.contenttoc td a:hover{
color     : #314C72;
}

/** Content **/


.sectiontableheader {
  
  font-weight      : bold;
  letter-spacing   : 1px;
  color            : #ffffff;
  background       : #152136; 
  padding          : 3px 5px;
  border           : 1px solid #243E61;
}


.sectiontableentry1 {
  vertical-align   : top;
  background       : #243E61;
  border-bottom    : 1px solid #395884;
  line-height      : 20px;

}

.sectiontableentry1 td, .sectiontableentry2 td{
  padding          : 2px 5px;
  border-bottom    : 1px solid #395884;
  line-height      : 20px;

}

.sectiontableentry2 {
  vertical-align   : top;
  border-bottom    : 1px solid #395884;
  background       : #2B4A74;
  line-height      : 20px;
}
.sectiontableentry1 img{
margin: 2px;
}
.sectiontableentry2 img{
margin: 2px;
}


a.category:link, a.category:visited {
  font-size        : 12px;
  font-weight      : normal;
  padding: 5px;
}


.small {
  font-size        : 11px;
  color            : #39629A;
}
.smalldark {
  font-size        : 11px;
  color            : #39629A;
}
.createdate, .modifydate {
  font-size        : 11px;
  color            : #39629A;
  font-weight      : normal;
  text-align       : left;
  width            : 100%;
}
.content_vote {
  font-size        : 11px;
  height           : 22px;
  padding          : 2px 0;
  }
.content_rating {
  font-size        : 11px;
  color            : #39629A;
}

table.content{
  width            : 100%;
  padding          : 0;
  border-collapse  : collapse;
  border-spacing   : 0;
  margin-bottom    : 10px;
}

table.contentpane {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}
table.contentpaneopen {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}

.contentheading {
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  width            : 100%;
  font-size        : 16px;
  font-weight      : bold;
  line-height      : 21px;
  text-align       : left;
  text-indent      : 0;
  color            : #F3B500;
  padding          : 3px 5px;
  margin           : 3px 0;
  
  }
.contentheading a {
text-decoration:none;
}
.componentheading {
	font-family      : Arial, Verdana, Helvetica, sans-serif;
	font-size        : 16px;
	font-weight      : bold;
	text-transform   : uppercase;
	text-align       : left;
	color            : #F3B500;
	margin           : 0px!important;
	margin           : 5px 1px;
	padding: 5px;
  }



.contentdescription { 
  width          : auto !important;
  margin         : 0;
  padding        : 0;
  padding-top    : 5px;
  text-align     : left;
}

 .blog_more {
margin   : 10px 0 7px 7px;
}

.buttonheading {
padding  : 0 2px;
}

.blog {
width:100%;
}

.article_seperator{
display: block;
width: 100%;
height: 20px;
background: url(../images/separator.gif) no-repeat 50% 30%;
}

.moduletable .article_seperator{
background     : none;
height         : 3px;
}



/** Polls **/


.poll {
	line-height : 13px;
	font-weight : normal;
      text-align  : left;
}
table.poll td{
	font-weight : normal;
      text-align  : left;
}

.pollstableborder{
  border-color     : #395884;
  }



/** CSS for Mainmenu **/


a.mainlevel  {
	width             : auto !important;
	width             : 100%;
	margin           : 0px;
	font-size        : 12px;
	background       : none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 2;
}

a.mainlevel:link, a.mainlevel:visited {
	display          : block;
	font-size        : 12px;
	border-bottom    : 1px solid #314C72;
	font-weight      : normal;
	color            : #45699C;
	text-decoration    : none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 2px;
}
a.mainlevel:hover {
	border-bottom    : 1px solid #314C72;
	font-size        : 12px;
	font-weight      : normal;
	color            : #fff;
	text-decoration  : none;
	text-decoration	 : none;
	background       : #283F61;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#active_menu {
  color            : #ffffff;
  border-bottom    : 1px solid #314C72;
  background       : url(../images/menu.gif) #283F61 96% 50% no-repeat;
  text-decoration	 : none;

}
a#active_menu:hover {
  color            : #4970A8;
  border-bottom    : 1px solid #314C72;
}

ul#mainlevel{
 display           : block;
 width             : auto;
 background       : none;
 margin           : 0;
 padding         : 0; 
 list-style: none;
 text-align:left;
}
ul#mainlevel li{
 display           : block;
 width             : auto;
 background       : none;
 background-image : none;
 margin           : 0;
 padding         : 0;
 line-height      : 16px;
 text-align:left;
}


/** Sublevel for Mainmenu **/

.sublevel {
	font-family      : Arial, Helvetica, sans-serif;
	color            : #6699CC;
	padding    	  : 3px 1px 3px 5px;
	margin		  : 3px;
	font-size: 10px;
}
a.sublevel:link, a.sublevel:visited {
	color	      : #6699CC;
	text-decoration	: none;
	line-height      : 20px;
	font-size: 10px;
}
a.sublevel:hover {
	color            : #f1f1f1;
	text-decoration  : none;
	font-size: 10px;
}
a.sublevel#active_menu  {
	background      : transparent;
	color           : #f1f1f1;
	border          : 0;
	font-size: 10px;      
}



/** Topmenu styles for BOTTOM navigation (Position User3)**/

ul#mainlevel-nav {
  list-style       : none;
  padding-right    : 20px;
  margin           : 0;
     
}

#mainlevel-nav li {
  float            : right;
  display          : block;
  list-style       : none;
  background-image : none;
  padding          : 0;
  margin           : 0;
  width            : auto !important;
  font-size        : 13px;
  line-height      : 28px;
  white-space      : nowrap;
  

}
#mainlevel-nav li a {
  display          : block;
  padding-left     : 10px;
  padding-right    : 0;
  font-size        : 13px;
  color            : #60B5FF;
  text-decoration  : underline;
  
}

#mainlevel-nav li a:hover {
  display          : block;
  font-size        : 13px;
  color            : #cccccc;
    
}



/** images **/

.mosimage {
  border     : 1px solid #314C72;
  margin     : 5px;
  padding-top:  3px;

}

.mosimage_caption {
  margin-top: 3px;
  padding   :  2px;
  color     : #f1f1f1;
  font-size : 10px;
  background: #314C72;
}


/** #################### index.php #################### **/

#body {

/*background:#152136;*/
}

.main { 
  text-align       : left; 
  width            : 100%;
 }

div.mod {
  background       : none;
  width            : 6px;
}


#centertb {

}

#contenttb{
	padding          : 0;
	background-color: #23415D;
	margin: 0px;
}
#contenttb td.contentmod{
padding   : 10px;

} 
  

.footer_right {
  width            : 550px; 
  float            : right;
  font-size        : 12px;
  font-weight      : normal;
  text-align       : right;
     
 }

.footer_right p{
padding-right    : 20px;
color            : #385890;
}


.leftcol {
	background-color: #283F61;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/leftcolumna.gif);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	vertical-align: top;
}


.leftcol #leftmod{
	vertical-align   : top;
	text-align       : left;
	width: 132px;
}


.leftcol div{ 

}

.foot {
	background-color: #1A3450;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


#logo {
  background     : url(../images/logo.gif) no-repeat 50% 50%;
  height         : 66px;
  width          : 100%;
  padding:0;
    }
#light {
  background     : url(../images/light.jpg) #152137 no-repeat top right;
  height         : 66px;
  width          : 100%;
  padding:0;
    }

#header {
  background     : url(../images/city.jpg) no-repeat top left;
  height         : 223px;
  padding:0;
    }

#left_bottom{
position      : absolute;
left          : 62px;
bottom        :0;
background    :url(../images/man.gif) no-repeat;
width         : 80px;
height        : 198px;
}

#outconteiner2{
position    :relative;
text-align  : center;
width       : 900px;
margin      : 0px auto; 

}
#outconteiner1{
text-align  : center;
}

table.adminform, #images-page, #publish-page, #meta-page{
background: #314C72;
}

/* -------- Agregados -----------*/
		   
/*----- Links del Top Menu -----*/
a.pathway:link, a.pathway:visited{
	text-decoration: none;
	color: #006699;
}

a.pathway:hover{
	color: #003366;
	text-decoration: none;
}
/*-------- End links del top menu  -------*/

/*----------Top Menu ------------*/
.topmenu {
	background-image: url(../images/topmenu.gif);
	background-repeat: repeat-x;
	height: 25px;
	text-align: left;
	color: #1A3450;
	font-size: 10px;
	text-decoration: none;
	padding-left: 10px;
}

/*---------------End Top Menu---------------*/





.topcolumder {
	background-image: url(../images/columnader.gif);
	background-repeat: repeat-y;
	background-color: #1A3450;
	background-position: right;
	width: 180px;
}

.rightcol {
	background-image: url(../images/columnader2.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #23415D;
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.rightcol #rightmod{
	vertical-align   : top;
	text-align       : left;
	width            : 150px;
	background-image: url(../images/columnader2.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	padding: 0px;
}

.bannerprincipal {
	background-image: url(../images/bannerprincipal.jpg);
	background-repeat: no-repeat;
	height: 216px;
	background-position: left top;
}
.fondomain {
	background-image: url(../images/fondotablacont.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #1A3450;
}
.logotiposuperior {
	background-color: #1A3450;
	background-image: url(../images/logosuperior.gif);
	height: 100px;
	width: 703px;
	background-repeat: no-repeat;
	background-position: left top;
}
.bannermediosup {
	background-color: #1A3450;
}
.footer {
	background-color: #1A3450;
	padding: 5px;
	text-align: center;
	font-size: 9px;
}
/*Marquesina*/

.marquesina_resaltado {
	color: #FFFFFF;
	font-weight: bold;
}




/*.grischico {  font-family: Arial; font-size: 9px; color: #CCCCCC}
*/
.marquesina {
	font-family: "Courier New", Courier, monospace;
	color: #1a3450;
	font-size: 10px;
	text-transform: uppercase;
	vertical-align: middle;
}


