﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}


/*
	Links Style
		a:link {color: #FF0000}
		a:visited {color: #00FF00}
		a:hover {color: #FF00FF}
		a:active {color: #0000FF}

*/

input.text
{
	background-color: #FFFFA0;
}
input.dropdown
{
	background-color: #FFFFA0;
}
input.button{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
      }


button
{
	background-color:Gray;
}
body {
	/*background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;*/
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	
	/*color de las letras*/
	color: #666666;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header 
{
/*	background-color:#C5E369;
	background-image: url(Images/shim_banner.gif);*/
	background-repeat:repeat-x;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:0;
	position: relative;
	width: 760px;
	height: 155px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}


html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 100%;
   }




.adjustedZIndex {
    z-index: 1;
}

.menua {
	position: absolute;
	right: 37px;
	top: 17px;
	text-transform: uppercase;
	font-size: 12px;
	color:Black;
}

.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	/*color: #d32525;*/
	color:Black;
}

.normal
{
	vertical-align:top;
	font-family:verdana;
	font-size:medium;
	text-align:justify;
	font-size:medium;
	color:Black;
}

.maintext
{
	vertical-align:top;
	font-family:Papyrus;
	font-size:medium;
	text-align:justify;
	color:Black;
}

/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page 
{
/*	padding-top:0;
	background-repeat: repeat-y;*/
	width:765px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*	background-color:#C5E369;*/
}

h3 
{
	font-family:Papyrus;
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	/*background-image: url(images/body-repeat.gif);*/
	position: relative;
	/*width: 686px;*/
/*	padding:0px 0px;*/
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
/*	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebarleft
{
	padding-left:15px;
	top:0;
	left:0;
	float: right;
	width: 210px;
	height: 100%;
	background-color:#C5E369;
}

#sidebar 
{
	padding-left:15px;
	top:0;
	left:0;
	float: right;
	width: 190px;
	height: 100%;
	background-color:#C5E369;
}

#content {
/*	margin-left: 256px;*/
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

/*
.item {
	padding: 20px 50px;
	color: #B2B2B2;
}
*/

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER */

.footerbg {
	/*background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;*/
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	/*background-image: url(images/footer.gif);
	background-color:#99CC00;*/
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 10px;
}

.menub {
	
	text-transform: uppercase;
	font-size: 12px;
	vertical-align:middle;
	color:White;	
}

.menub a:visited {
	color:Gray;
/*	color: #d32525;*/
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

/*BodyTable*/

.bodytable 
{
	vertical-align:top;
}

.bluetitlexlarge 
{	font-size:xx-large;
	color: #0000cc;
	font-family: Arial Black;	
}


.bluetitlelarge 
{	font-size: x-large;
	color: #0000cc;
	font-family: Arial Black;	
}
.redtitlelarge 
{	font-size: x-large;
	color:Red;
	font-family: Arial Black;	
}
.greentitlelarge 
{	font-size: x-large;
	color: #008000;
	font-family: Arial Black;	
}


.bluetitlemedium 
{	font-size:medium;
	color: #0000cc;
	font-family: Arial Black;	
}
.redtitlemedium 
{	font-size:medium;
	color:Red;
	font-family: Arial Black;	
}
.greentitlemedium 
{	font-size:medium;
	color:#008000;
	font-family: Arial Black;	
}

.bluetitlesmall 
{	font-size:small;
	color: #0000cc;
	font-family: Arial Black;	
}
.redtitlesmall 
{	font-size:small;
	color:Red;
	font-family: Arial Black;	
}
.greentitlesmall 
{	font-size:small;
	color:#008000;
	font-family: Arial Black;	
}

.darkbluesmall
{
	color:#0a4077;
	font-size:small;
	font-family:Arial Black;
}
.darkbluetext
{
	color:#0a4077;
	font-size:small;
	font-family:Arial;

}

.darkbluexsmall
{
	color:#0a4077;
	font-size:x-small;
	font-family:Arial;
}


.darkbluemedium
{
	color:#0a4077;
	font-size:medium;
	font-family:Arial Black;
}

.darkbluelarge
{
	color:#0a4077;
	font-size:x-large;
	font-family:Arial Black;
}

.normaltext
{
	color:Black;
	font-family:Arial;
	font-size:12px;
}

.papertitle
{
	text-transform:uppercase;
	font-family:Arial;
	font-size:10px;
}


.style3 {
	font-family: "Arial Narrow";
	color: #0000cc;
	font-weight: bold;
	font-size:medium;
}

.style4 {	color: #008000;
	font-weight: bold;
}
.style7 {color: #E80000}
.style8 {color: #0a4077}
.style18 {font-family: "Arial Narrow"}
.style20 {color: #008000; font-weight: bold; font-family: "Arial Narrow"; font-size: 18px; }
.style21 {font-size: 18px}
.style22 {color: #008000}
.style25 {color: #0000CC}
.style26 {font-size: 16px; }
.style28 {
	color: #0000CC;
	font-family: "Arial Narrow";
	font-size: x-large;
	font-weight: bold;
}
.style30 {color: #0000CC; font-size: x-large; }
.style31 {color: #FF0000}

 .toolbar
        {
         font-size: 12px;
         font-family: Verdana;         
         font-weight:bold;
         color:white;
         padding: 3px;
         filter: 
         progid:DXImageTransform.Microsoft.Gradient                (gradientType=0,startColorStr=#084273,endColorStr=#bbd4f8);
        }
 

/*
a {
	text-decoration: none;
	color: #0000CC;
}
a:link 
{
	color: #0000CC;
}

a:visited {

	color: #0000CC;
	
}

a:hover {
	text-decoration: underline;
	color: #0000CC;
}

a:active {
	color: #0000CC;
}
*/