/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	/*background: #1c1c1c;*/
	background:url(../img/fondo_6.jpg) no-repeat fixed top left #1c1c1c;
	/*background:#FFF;*/
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
#menu {
	width: 215px;
	overflow:visible;
	top: 10px;
	bottom: 10px;
	left: 24px;
	position: absolute;
	height: 100%;
	/*background-color: #FFF;*/
	/*background:url(../img/top_bck.jpg) no-repeat;*/
	/*background:url(../img//bck_menu_trasn.png) no-repeat;*/
}
#menu ul {
	list-style: none;
	margin: 0 0 12px 10px;
}
#menu ul li.section-title {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #F03;
	border-bottom:solid 1px #333;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
}
#menu ul li, #menu ul li a, .details, #menu ul li a:hover {	
	font-size:11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	padding:2px;
}
#menu ul li a {
	/*background-color: #FFC;*/
}
#menu ul li a:hover {
	color: #F03;
	text-decoration:none;
}
#content {
	height: 100%;
	margin: 10px 0 0 265px;
	top: 0;
}
.container {
	padding: 0px 5px 25px 0px;
}
.container_text{
	padding: 138px 5px 25px 0px;
}
#content p, #content p a {
	width:700px;
	margin-bottom:20px;
	font-size:10px;
	font-family: Helvetica, Arial, sans-serif;
	color:#b9b9b9;
	/*font-style:italic;*/
	
}
#content p a:hover{
	color: #F03;
	text-decoration: line-through;
}
#content img{
	/*margin:80px 10px 0 0;*/
}
#tit_page{
	font-size:24px;
	letter-spacing:-0.05em;
	font-family: Arial, Helvetica, sans-serif;
	color:#b9b9b9;
	font-weight:bold;
	padding:10px;
	position: fixed;
	background-color:#393939;
	margin-top:33px;
	text-transform:uppercase;
	}
p {
	margin: 0 0 9px 0;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
#img-container {
	padding: 0;
}
#img-container p {
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
}
#once {
	clear: left;
}
/**/
#logo {
	margin:20px 0 10px 5px;
	padding:2px 0 2px 5px;
}
.logo_grmn, .german, .dotta, .barra {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	color: #333;
	background-color:#FFF;
}
.details{
	font-size:10px;
}
.desc, .desc a, .desc a:hover{
	border-top:solid 1px #333;
	margin-left:15px;
	padding-top:7px;
	padding-bottom:7px;
	width:180px;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration:none;
}
.desc a, .desc a:hover{
	color: #F03;
	margin:0px;
}
.desc a:hover{
	text-decoration: line-through;
}
/*///////////////////////////////
FORMULARIO DE CONTACTO
///////////////////////////////*/
#form_content{
	width:280px;
	float:left;
	padding-right:15px;
}
#form_text{
	width:200px;
	float:left;
	color:#c3c3c3;
	font-size:10px;
}
.field {
	height:18px;
	width:238px;
	background-color:#393939;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	color:#b9b9b9;
	border:0;
}
.comment {
	width:238px;
	background-color:#393939;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	color:#b9b9b9;
}
.required {
	font-weight:bold;
	color:#00ffd8;
}
.enviar {
	font-weight:bold;
	font-size:14px;
	letter-spacing:-0.06em;
	text-align:center;
	color:#b9b9b9;
	background-color:#393939;
	width:250px;
	height:40px;
	margin-top:12px;
	border:none;
	padding-bottom:3px;
	cursor:hand;
}
.enviar:hover {
	background-color:#f5f5f5;
	color: #F03;
	cursor:hand;
}
.borrar{
	width:250px;
	border:none;
	cursor:hand;
	height:23px;
	background-color:#333333;
	font-weight:bold;
	font-size:16px;
	color:#141414;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-0.06em;
	text-align:center;
	padding-bottom:3px;
	margin-top:6px;
}
.borrar:hover{
	background-color:#f5f5f5;
	cursor:hand;
}
.form{
	font-size:11px;
	color:#c3c3c3;
}
.asterisco{
	font-size:10px;
	color: #F03;
}