﻿* { padding: 0; margin: 0; }

body
{
    font-family: Arial, Helvetica, sans-serif;
    background: white url(/Images/fondo.jpg) center 20px no-repeat;
	font-size:0.8em;
	color:black;
	text-align: center; 
}

#wrapper { 
	width:100%;
	margin-right:auto;	
	margin-left:auto;
	text-align:left; 
}

#tdContentColumn{
    width:950px;
    padding-top: 0px; 
    background: transparent url(/Images/drips.gif) 630px -200px no-repeat;
}

#header{
    color: white !important;
    padding-left: 48px;
    padding-right: 48px;
}    

#content
{
    margin-top: 250px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 10px;     
}    

#divLogo{
  font-size: xx-large;
  font-weight: bold; 
}

#divcopyright{
   margin-top: 40px; 
}

.sectionheader{
  margin-top:0.5em;
  color: black;
  font-weight:normal;
  font-size:2em;
}

#footer{
   margin-bottom: 5px;
}

h1{
  font-size:2.5em !important;
   color: #CFBD26;
   margin-top: 20px; 
   width: 100%;
   border-bottom: 2px solid;
   margin-bottom: 10px; 
}

h2{
   font-size:2em !important;
   color: #CFBD26;
   margin-top: 20px; 
   width: 100%;
   border-bottom: 2px solid;
   margin-bottom: 10px; 
}


a, a:link, a:visited  {
   text-decoration:none;
   color:#4933D5; 
}
a:hover, a:active, a:focus {
   text-decoration:underline;
}

.mini {
    font-size:13px !important;
}

.divVolver{
  font-size: large;
  text-align: right;
  padding-right: 50px;
}

.tdField{
  font-style: italic;
  width: 50px;
}

/*** ShareThis ***/
#divRecommend{
   margin-top: 30px;
   margin-bottom: 30px;
}

/**** Menu ****/
#divMenu{
  width: 100%;
  clear: both;
  margin-top: 25px; 
  padding-bottom: 2px;
  border-top: 2px solid #C3C3C3;
  border-bottom: 2px solid #C3C3C3;
}

#divMenu ul{
  list-style: none;
  text-align: center; 
}

#divMenu li{
  display: inline;
  margin-right: 35px;
}

#divMenu a{
  color: #C3C3C3 !important;
  font-size: 0.8em;
  font-weight: bold;
}

#divMenu a:hover, #divMenu a:active, #divMenu a:focus {
   color: white !important;
}

/**** Copyright ****/
#divcopyright{
    color: gray;
    text-align: center;
    font-size: smaller;
}

/*** Page title ***/
.cppagetitle{
  width: 100%;
  border-bottom: 2px solid #C3C3C3;
  margin-bottom: 10px;
  font-size: 1.9em;
  font-weight: bold;
}


/*** Generic Item Viewer ***/

.iv_divDividerNoShow , .iv_divDivider{
  height: 30px;
  margin-bottom: 20px;    
}

.iv_divDivider{
  height: 20px;
  border-bottom: 2px solid #C3C3C3;
}

.iv_divLead , .iv_divLead2col{
   text-align: left;
   padding-right: 15px;
}

.iv_divLead2col{
   padding-left: 20px;
}

