/*
File:		No Gueis pos 3	custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

/**body.custom {
background:#000000 url(images/body_bg.jpg) repeat-x scroll 0 0;

} */
body.custom{
background:url(/images/bgTile.gif) #000f2b top repeat-x;
color:#333;
}
#banner {
float:center;
width:auto;
text-align: center;
}

#cabecera {
font-family:Georgia,"Times New Roman",Times,serif;
width:100%;
z-index:100;
}


.headerP{
font-size:40px;
color:#fff;
font-family:"Times New Roman",Times,serif;
letter-spacing:2px;
}
.headerP2{
font-size:20px;
color:#fff;
font-family:"Times New Roman",Times,serif;
letter-spacing:2px;
}


/* #container{
background:url(/images/contentBgTile.gif) top repeat-y;
line-height:20px;
padding:20px 0;
position:relative;
} 

#page{
background:url(/images/containerShadow.png) top repeat-y;margin:0 auto;
width:978px;
}
*/
.menu{
background:url(/images/navBgTile.gif) top repeat-x;border-bottom:0px solid #000;
border-top:0px solid #000;
float:left;
font-family:Georgia,"Times New Roman",Times,serif;
height:39px;
position:relative;
width:100%;
}

.custom .sidebar h3 {
background-image:url('/images/side_header_tj.jpg');
background-repeat:repeat-x;
border:1px solid #627D36;
color:#FFFFFF;
display:block;
font-size:15px;
font-weight:bold;
line-height:100%;
padding:7px 5px;
width:195px;
}


