@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#000;
	margin:0px;
	padding:0px;
	height:100%;
}

img {
	border:none;
	}
	
hr {
	border:1px;
	border-color:#CCC;
	border-style:dashed;
	}

a {text-decoration:none;}
a:link {color:#1164FF}      /* unvisited link */
a:visited {color:#CC2450}  /* visited link */
a:hover {color:#1164FF;}  /* mouse over link */
a:active {color:#FFBE05}  /* selected link */

#parent {
	width: 850px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-repeat:repeat-x;
	background-position:bottom;
	border:none;
	border-width: 0px;
}


#menu {
	margin-left:auto;
	margin-right:auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	margin-bottom:10px;
	color:#ccc;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image:url(images/transpBlack.png);
	background-repeat: no-repeat;
	background-position:center;
	height:26px;
	}
	
#menu a {
	text-decoration:none;
	margin:6px;
	padding-left:4px;
	padding-right:4px;Q
	font-weight: bold;
	letter-spacing: 2px;
}
#menu a:link {color:#ccc;} /* unvisited link */
#menu a:visited {color:#ccc;}  /* visited link */
#menu a:hover {color:#8EFEFF;}  /* mouse over link */
#menu a:active {color:#ccc; background-image:url(images/transpBlack.png);}  /* selected link */


/*CONTENIDO DE LA PAGINA============================================================================================================================*/

#content {
	width:800px;
	font-size:12px;
/*	background-image:url(images/transpBlack.png);*/
	color:#ccc;
	margin-top:214px;
	padding:20px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.contentSub {
/*	background-image:url(images/transpBlack.png);*/
	font-size: 14px;
	list-style-position: outside;
	margin-bottom:40px;
	padding:30px;
	}

.gallery {
	margin-top:15px;
	font-size: 14px;
	list-style-position: outside;
	margin-bottom:40px;
	text-align:center;
	}
	
.gallery img {
	padding:2px;
	margin-bottom:10px;
	}

#videoSolo {
	width:640px;
	margin-right: auto;
	margin-left: auto;
	}
	
.indentedText {
	margin-left: 300px;
	margin-bottom: 20px;
	color:#FFF;
	text-align: left;
}

.imgR {
	float:right;
	}
	
.imgL {
	float:left;
	margin-right:5px;
	}
	
h3 {
	font-size:19px;
	color: #78DAFD;
}

li {
	list-style-image: url(images/headbullet.png);
	list-style-type: none;
	list-style-position: outside;
}


/*Footer-----------------------------------------------------------------------------------------------------------------------------------------*/

#footer {
	width: 829px;
	height: 100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-repeat: repeat-x;
	margin-bottom: auto;
	}
	
.mailform {
	background-color: #303030;
}

#share {
	text-align:center;
	margin-top: 10px;
}

p {
	margin-bottom:30px;
}

