@font-face
{  
  font-family: "Opensans";
  src: url("/mod/fonts/OpenSans-Light.eot"); /* IE */  
  src: local("OpenSans"), url( "/mod/fonts/OpenSans-Light.ttf") format("truetype"); /* non-IE */
}  

@font-face
{  
  font-family: "Newscycle";
  src: url("/mod/fonts/NewsCycle-Regular.eot"); /* IE */  
  src: local("Newscycle"), url( "/mod/fonts/NewsCycle-Regular.ttf") format("truetype"); /* non-IE */
}


/* elementos */

body
{
 font-family: Newscycle, Candara, sans-serif;
 font-size: 16px;
 background: #eee url('/files/##/###.jpg');
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:center; 
 color: #1a1a1a;
}

h1
{
  font-family: Opensans,Candara, Trebuchet, sans-serif;
  font-size: 25px;
  color: #333333;
  font-weight: 400;
}

h2
{
  font-family: Opensans, Candara, Trebuchet, sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
}

a
{
  color: #8698AF;
 font-size: 16px;
}

a:link
{
  text-decoration: none;
}

input[type=text]
{
  border: 1px solid #c8c8c8;
  padding: 5px 0px 5px 10px;
}

input[type=submit]:hover
{
  cursor: pointer;
}

textarea
{
  border: 1px dotted #c8c8c8;
  font-size: 18px;
  padding: 20px;
}

img
{
  border: 0px;
  margin:0px;
  padding:0px;
}

input
{
 outline:none;
}

table,td
{
 margin: 0px;
 padding: 0px;
 border: 0px;
}

td
{
  vertical-align: top;
}





/* classes */

.image-left {
    float: left;
    margin-bottom: 0;
    margin-right: 12px;
}
.image-right 
{
    float: right;
    margin-bottom: 0;
    margin-left: 12px;
}

.image-caption
{
   font-family: Arial;
   padding-top:5px;
   text-align: center;
   font-size:12px;
}

.album-td
{
  padding-bottom: 10px;
}

.form-textline, .form-text
{
  width: 400px;
}

.clist
{
  padding-bottom:25px;
}





/* ids  */


#wrapper
{
  background-position:center;
  padding-top: 10px;
  margin: auto;
  width: 990px;
}

#top 
{
  border: 0px;
  width: 990px;
  overflow:hidden;
  background: url("/files/##/##.png") no-repeat;
}


#menu
{
  width: 990px;
  background: url("/files/##/###.png") repeat-x;
  height: 55px;
  padding-top:10px;
}

#content
{
  background: #fff;
  width: 990px;
  overflow:hidden;
}

#left
{
  width: 484px;
  overflow: hidden;
  background-color: #fff;
  padding: 0px 65px 0px 65px;
  vertical-align: top;
  float:left;
}

#right
{
  width: 276px;
  overflow: hidden; 
  background-color: #fff;
  padding: 0px 65px 0px 35px;
  vertical-align: top;
}

#footer
{
  width: 990px;
  height: 68px;
}







/* Smooth menu */

.ddsmoothmenu
{
  font: 19px Opensans, Trebuchet, sans-serif;
  background: transparent;
  width: 900px;
  margin-left: 60px;
  height: 42px;
}

.ddsmoothmenu ul
{
  z-index:200;
  margin: 0;
  padding: 0;
  list-style-type: none;
}


/*Top level list items*/

.ddsmoothmenu ul li
{
  position: relative;
  display: inline;
  float: left;
}


/*Top level menu link items style*/

.ddsmoothmenu ul li a
{
  display: block;
  padding: 14px 15px;
  text-decoration: none;
  color: white;
}

* html .ddsmoothmenu ul li a
{ 
  display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited
{
  color: #4d3752;
  height: 20px; /**/
}

.ddsmoothmenu ul li a.selected
{ 
  background: #8698af; 
  color: white;
}


.ddsmoothmenu ul li a:hover
{
  background: #8698af;
  color: white;
}

	

/*1st sub level menu*/

.ddsmoothmenu ul li ul
{
  position: absolute;
  left: 0;
  display: none;
  visibility: hidden;
  background: white; 
  /*opacity: 0.8; */
}

/*Sub level menu list items (undo style from Top level List Items)*/

.ddsmoothmenu ul li ul li
{
  display: list-item;
  float: none;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.ddsmoothmenu ul li ul li ul
{
  top: 0;
}


/* Sub level menu links style */

.ddsmoothmenu ul li ul li a
{
  font: normal 16px Opensans, Trebuchet, sans-serif;
  width: 270px; 
  padding: 10px;
  margin: 0;
  border-top-width: 0;
  border-bottom: 1px solid silver;
}


/* Holly Hack for IE */

* html .ddsmoothmenu{height: 1%;} 


/* CSS classes for down and right arrow images */

.downarrowclass
{
  display:none;
  position: absolute;
  top: 14px;
  right: 7px;
}

.rightarrowclass
{
  position: absolute;
  top: 12px;
  right: 5px;
}


/* CSS for shadow added to sub menus  */


.ddshadow
{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: silver;
}


/*shadow opacity. Doesn't work in IE*/
.toplevelshadow
{ 
  /*opacity: 0.9; */
}


