/*============================================================
  Theme Styles - contains all the base styles for the theme.
  To receive automatic updates and bug fixes, we recommend
  leaving this import and overriding specific styles below.
============================================================*/



/*============================================================
  Basic Styles - used for the simple controls. 
============================================================*/

/* @gui Font */
* 
{font-family: mono, Courier, "Courier New";}


/* @gui Background */
body 
{
	background-color: #ffffff;
	overflow:auto;
}


/* @gui Text */
body, 
p, 
input, 
textarea,
h2
{color: #666666;
font-size: 12px}

h1
{
	color: #666666;
	font-size: 13px;
	font-weight: normal;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #8B8B8B;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.link-active {
	color: #000000;
	text-decoration: underline;
}


#wrap {
	width: 900px;
	float:left;
	}

#main {
	width: 750px;
	height: 900px;
	position: relative;
	margin-top: 20px;
	margin-left: 0px;
	left: 260px;
}


#navigation {
	font-size:12px;
	height: 374px;
	width: 140px;
	position: absolute;
	z-index: 1;
	left: 100px;
	top: 250px;
}
#contacto {
	text-align: center;
	left: 0px;
	position: relative;
}
	
	
#header {
	float: left;
	height: 227px;
	width: 240px;
	margin-top: 20px;
	margin-left: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#image-col {
	width: 600px;
	height: 600px;
	position: absolute;
	left: 10px;
}
.gallery_unstyled {
	visibility: hidden;
	display: inline;
}

/* hide from ie on mac (SimpleViewer \*/
html {
	height: 100%;
}

#flashcontent {
	height: 100%;
}
/* end hide */
#video {
	font-size: 16px;
	position: relative;
	left: 25px;
	top: 25px;
}
#creditos {
	height: 200px;
	width: 710px;
	position: absolute;
	top: 550px;
	z-index: 3;
	left: 0px;
}
#publicaciones {
	margin: 50px;
	position: absolute;
	width: 550px;
}
