/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
body  
	{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10pt;
	color: #fff;
	/*font-weight: bold;*/
	background-color: #000000;
	margin: auto;
	width: 840px;
}
TD, P 
	{ 
	font-family: Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A   	{  text-decoration: none; }
A:link	{  text-decoration: none; }
A:visited {  text-decoration: none; }
A:active {  text-decoration: none;  }
A:hover	{  text-decoration: none;  }

.topbkg{
	background: url(../images/logo_demo.jpg) no-repeat;
	font-size: 13px;
	font-weight: bold;
	height: 136px;
	line-height: 140%;
	width: 900px;
	background-position: center;
}/* 
   text styles 
*/

.seleccionado {
	    padding:2px;
}
.seleccionado a{
	border: medium solid Gray;
}

.title                          /* album titles on main page */
	{ 
	  font-size: 16px;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;
	  width: 100%;
	margin-left: 0px;
	}
.title a,
.title a:link,
.title a:visited,
.title a:active {
	font-family: Arial, Helvetica, sans-serif;
	  /*font-size:x-small;*/
	  font-size: 16px;
	  font-weight:bold;
	  /*letter-spacing: .2em;  */
	  text-decoration: none;
	}
.title a:hover {
      /*color: #E91414;*/
} 

.mod_title	/* album title  Text is controled by .title */ 
	{ 
        /*  background-image: url(../images/mod_titlebar.jpg);*/
          width: 100%;
          height: 28px;
			 text-align: center;
	}
.mod_title_bg	/* album title hightlight Text is controled by .title */ 
	{ 
	}
.mod_title_right  /* album title hightlight  Text is controled by .title*/ 
	{ 
	}
.mod_title_left  /* album title hightlight  Text is controled by .title */ 
	{ 
	}
.albumdesc  /*album description includes all text and background*/
	{
	font-family: Arial, Helvetica, sans-serif;
	  color:#ffffff;
	  font-size:x-small;
	  	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	}
.desc  /* album descriptions on main page just description and author*/
	{ 
	font-family: Arial, Helvetica, sans-serif;
	  color:#ffffff;
	  font-size:x-small;
	  
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  letter-spacing: .2em; 
	}
.caption  /* photo captions on all pages */
	{ 
	  font-size: 10px; 	
	}
.modcaption  /* modifies background for caption text to reside */
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	background-color: transparent;
	line-height: 140%;
	padding: 2px;
	margin-top: 2px;
	border: 0px dashed #000000;
	margin-bottom: 25px;
}
.error  /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}
.attention /* voting instructions */
	{
	}
.headbox  /* box around the page headers */
	{
	}
.head  /* page headers behind the Gallery title*/
	{
	font-family: Arial, Helvetica, sans-serif;
	/*color: #ffffff;
	font-size: 14px;
	font-weight: bold;*/
	/*background-image: url(../images/mod_titlebar.jpg);*/
	line-height: 140%;
	/*letter-spacing: .2em;*/
	height: 28px;
	
	width: 800px;
}
/*
.head a,
.head a:link,
.head a:visited,
.head a:active 
	{
	  font-weight: normal;
	  color:#ffffff;
	  text-decoration: none;
	}
.head a:hover
	{
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: underline;
	}*/
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
          /*background-image: url(../images/mod_titlebar.jpg);*/
          width: 100%;
          height: 28px;
	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	}
.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/ 
	{ 
	}
.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	}
.bread  /* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
	}
.bordertop
	{
	}
.borderright
	{
	}
.borderleft
	{
	}
.fineprint  /* used for fine print */
	{ 
	  font-size: 10px; 
	}

.fineprint2  /* used for fine print */
	{
	font-size: 12px;
	text-align: center;
	}
	
.fineprint2 a /* used for fine print */
	{
	font-size: 10px;
	text-align: center;
	/*font-weight: bold;*/
}
.popupbody {
    padding: 10px;
    color: #FFFFFF;
	 width: 400px;
}
.popuphead {
    font-size: 16px; font-weight: bold;
    color: #ffffff;
    background-image: url(../images/mod_titlebar.jpg);
	 width: 400px;
	 padding:0 5px;
}
	
.popup {
    font-size: 12px; 
    color: #ffffff;
    background-color: #363636;
	 width: 400px;
}

.editlink,  /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
	{
	  font-size: 10px;
	  font-weight: bold;	  
	}

.editlink a:hover {
    color: #E91414;
}

.modnavbox  /* main navigation bar next and previous */ 
	{
	font-size: 12px;
	font-weight: bold; /*background-image: url(../images/mod_navbar.jpg);*/
	line-height: 140%;
	width: 100%;
	height: 14px;
}
/*.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	  font-weight: normal;
	  color:#ffffff;
	  text-decoration: none;
	}
.modnavbox a:hover {
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: underline;
	} */
.admin  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px; 
	  font-weight: bold;
	}
/* COLOR-DEPENDIENTE! */
.adminform {
          font-size: 10px;
          /*font-weight: bold;*/
          color: #fff ;
		  background-color:#222;
		  border:2px solid #555;
		  padding:2px;
        }
.search  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px;
	  color: #ffffff; 
	  font-weight: bold;
	}
.leftspacer /* amount of space to the left of the header and titles */
	{
	  width: 0px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{ 
	font-family: Arial, Helvetica, sans-serif;
	  color: #ffffff;
	  font-size: 10px;
	  line-height:140%;
	  letter-spacing: .1em;
	  border:0px dashed #000000;
	  width: 100%  
	}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	  font-weight: normal;
	  text-decoration: none;
	}
.modnavboxtop a:hover {
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: none;
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{ 
	font-family: Arial, Helvetica, sans-serif;
	  color: #ffffff;
	  font-size: 10px;
	  
	  line-height:140%;
	  border:0px dashed #000000;
	  width: 100%  
	}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	  font-weight: normal;
	  text-decoration: none;
	}
.modnavboxmid a:hover {
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: underline;
	}
.modfooter  /*footer where the Gallery version is located*/
	{ 
	  font-size: 8px;
	  font-weight:normal;

	  line-height:140%;
	  padding:2px;
	  width:100%   
	}
.modfooter a,
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
	  text-decoration: none;
	}
.modfooter a:hover {
	  text-decoration: underline;
	}

.pview /* brackets both the image and all text in one frame */
{
	margin:7px;
	padding: 7px;
 }

.pcaption /* brackets all text below photo */
{ 
	padding:2px;
	margin-top:2px;
 }

.vatable /* width of the div set for all photo sets - view albums  */
 { 
 	width: 100%;
 }

.vathumbs /* full background bracket for images and text - veiw albums  */
 { 
	margin:17px;
 }

.vafloat /* float for view album - text */
 {
	float: none; 
 }

.vafloat2 /* float for view album - images */
 {
 	float: none; 
 }

.vasummary /* controls the view of Album summary */
{
        padding:2px;
        margin-top:10px;
        width:80%;
}

#adminbox {
	background-color: transparent;
	/*border-bottom: 1px solid #E4E4E4;*/
}

#adminbox td {
	/*background-color: #363636;*/

}

/* COLOR-DEPENDIENTE ! */

   div.cartproduct { }
   div.cartproduct .caption { display:block;font-size:85%; }
   div.cartproduct .item { display:block;font-size:85%; }
   div.cartproduct select {
	/*display: block;*/
	color:#fff;
	background-color:#222;
	border:2px solid #555;
	padding:2px;
	/*background-color: #8E8E8E;*/
	font-weight: bold;
	font-size: 9.5px;
	/*border: outset 1px #000;
	padding: 0px;*/	
	font-family: Arial, Helvetica, sans-serif;
	
}  /*Add: display:block; in this to make select/add button stack vertically */
   .isincart {
	color: White;
} /* For item selectbox*/
  .carttotal {
	clear: both;
	margin: 0px 0 2px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
} /* In Cart: container */

   .fright { float:right; margin:2px; } /* view cart button container */
   .fleft {
	float: left;
	margin: 2px;
} /* back button container */

#photoholder {
  background-image: url(loading.gif) 50% 50% no-repeat;
  width: 100%;
  z-index:-1;
}

#thephoto{
	/*width: 100%;*/
}
#thephotob{
	/*width: 100%;*/
  border:8px solid;
}
/* #thephotob1{
  border:2px solid white;
}
#thephotob2{
  border:2px solid white;
}
#thephotob3{
  border:2px solid white;
}
#thephotob4{
  border:2px solid white;
}
#thephotob5{
  border:2px solid white;
}
#thephotob6{
  border:2px solid white;
}
#thephotob7{
  border:2px solid white;
}
#thephotob8{
  border:2px solid white;
}
#thephotob9{
  border:1px solid white;
}
*/
.note-album-header{
        position:relative;
        top: 0px;
        left: 15px;
        width: 270px;
        height: 20px;
	font-family: Arial, Helvetica, sans-serif;

	/*font-weight: bold;*/
	letter-spacing: normal;
	font-size: 25px;
        text-align: center;

}


#photoholder2 {
	/*background: #000 url(../images/loading.gif) no-repeat 50% 50%;*/
	width: 100%;
}
span.note-album-header{
	margin-left:0px;
	font-weight: bold;
	letter-spacing: normal;
	font-size: 18px;
        left: 0px;
}

.rojo{
	font-size: 0.85em;
	color: red;
}

.textoffline{
padding-top:150px;
padding-bottom:150px;
text-align:center;
}

	

