/* CSS Document */

/* ------------- Logo ---------------- */
#logo
{
	margin-bottom: 2px;
	background-image: url(../images/logo7.png);
	height: 170px;
}

/* ------------- This box wrapper all web ---------------- */
#box
{
	position: relative;
	margin: auto;
	text-align: left;
	background: #ffedc9;
	width: 760px;
	height: 800px;
	
}

/* ------------- Adding style for body ---------------- */
body
{
	background-image: url(../images/lolo.png);
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000
}

/* ------------- Middle links ---------------- */
#links
{
	margin-bottom: 10px;
	text-align: center;
	height: 20px;
	background: #fff8d9 center top repeat-y;
}

#links a 
{
	font-size: 10px;
  	padding: 0px 5px 0 5px;
  	text-decoration: none;
  	text-transform: uppercase;
	color: #b1a360;
}

/* ------------- Main Box of web. ---------------- */
#main
{
	margin-left: 215px;
	position: relative;
	background: #ecfbff;
	width: 500px;
	height: 600px;
	border:5px solid #d0d7f6;
}


/* ------------- First main box. ---------------- */
#firstMain
{
	margin-left: 47px;
	position: relative;
	background: #ecfbff;
	width: 650px;
	height: 600px;
	border:5px solid #fff2a7;
	text-align: left;
	
}

#firstMain h1
{

}

/* ------------- Foot for credits and desing ---------------- */
#foot
{
	text-align: center;
	margin-top: 20px;
	width: 760px;
	height: 75px;
	background: transparent;
}

/* ------------- Navigation Menu -----------------*/

.sideBox {
  border-color: #e7c400;
  border-style: solid none solid none;
  border-width: 1px 0px 1px 0px;
  width: 11em;
  margin-top: 3px;
  margin-left: 10px;
  float: left;

}

.sideBox div {
  font-weight: bold;
  border-bottom-color: #e7c400;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
  background: #fff2ab;
}

.sideBox a, .sideBox span {
  color: black;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1.25ex 0.5em 1.25ex 0.75em;  
}

.sideBox a:hover{
	color: #999999;
	background: #ffef98;
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	padding: 1.25ex 0.5em 1.25ex 0.75em; 
}

.sideBox .thisPage {
  font-weight: bold;
}



/* ------------- Misc ---------------- */
h2 {
	margin:0 0 0 30px;
	font-size: 12px;
	text-align:left;
	color:#aeabab;
}

#secondTitle {/*Make a class for future styels*/
	margin:0 0 0 0;
	font-size: 12px;
	text-align:left;
	color:#aeabab;
}

hr {
	border:0;
	display:none;
}
 
h4 {
	margin: 0 0 10px 0;
	font-size:12px;
	font-weight:bold;
}

img {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
}

p {
	text-decoration: bold;
		font-weight:bold;
}

.fotoDes{
	border-color: #a8e4f3;
    border-style: dashed;
    border-width: 2px;
	margin-left: 5px;
	float: left;
	height: 98px;
	border-collapse:collapse;
}

.fotoCelda{
	border-color: #a8e4f3;
    border-style: dashed;
    border-width: 2px;
}

.fotoCelda2{
	border-color: #a8e4f3;
    border-left-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;	
}

.firstTitle{
	font-size: 16px;
}
a:link{ color:#999999; text-decoration:none; }
a:hover{ color:#999999; text-decoration:none; }
a:active{ color:#999999; text-decoration:none; }
a:active:hover{ color:#999999; text-decoration:none; }
a:visited{ color:#999999; text-decoration:none; }
a:visited:hover{ color:#999999; text-decoration:none; }

