/*
Diseño 2008 ArteGB Soluciones Web sl - Caracteristicas generales de la web */

html,body {
	font-family: Verdana;
	font-size: 85%;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d07306;
}
/*Contenedor web entera*/
#page {
	width: 1000px;
	height: 1000px;
	margin: 0 auto;
	background-image: url(../img/fondo.gif);
	background-repeat: repeat-y;
}
#page2 {
	width: 1000px;
	height: 1500px;
	margin: 0 auto;
	background-image: url(../img/fondo.gif);
	background-repeat: repeat-y;
}
/*Cabecera*/
#cabecera {
	width: 850px;
	height: 80px;
	margin: 0 auto;
	margin-top: 15px;
	float: none;
}
#logotipo {
	width: 450px;
	height: 80px;
	float: left;
}
#menu_arriba {
	width: 400px;
	height: 55px;
	margin-top: 25px;
	text-align:center;
	float: right;
}
/*Contenido central*/
#contenido {
	width: 850px;
	height: 700px;
	margin: 0 auto;
	float: none;
}
#contenido2 {
	width: 850px;
	height: 1100px;
	margin: 0 auto;
	float: none;
}
#content {
	width: 450px;
	height: 700px;
	float:left;
}
#content2 {
	width: 400px;
	height: 700px;
	float:right;
}
#content3 {
	width: 400px;
	height: 1100px;
	float:right;
}
#content4 {
	width: 450px;
	height: 1100px;
	float:left;
}
/*Pie de página*/
#pie {
	width: 850px;
	margin: 0 auto;
	text-align:center;
}
/*Enlaces*/
a {color: #FFFFFF;text-decoration: none}
a:hover {text-decoration: none;color: #F6AA07}

A.clase1:link {color:#F6AA07;text-decoration: none} 
A.clase1:visited {color:#F6AA07;text-decoration: none} 
A.clase1:active {color:#F6AA07;text-decoration: none} 
A.clase1:hover {color:#999999;text-decoration: none} 

/*Titulos */
.titulos {
	color: #F6AA07;
	font-weight: bold;
}

/*Menu código */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
    width: 418px;   
    height: 107px;   
    margin-bottom: 3px;   
}   
#kwick1 {    
    background-color: #000000;   
}   
#kwick2 {   
    background-color: #000000;   
}   
#kwick3 {   
    background-color: #000000;   
}   
#kwick4 {    
    background-color: #000000;   
    margin-bottom: none;   
}    

/*Campos formulario normales*/
.form{
	font-size: 10pt;
	font-family: "Verdana";
	color: #000000;
	height: 20px;
	width: 380px;
  }
.form3{
	font-size: 12pt;
	font-family: "Verdana";
	color: #000000;
	height: 35px;
	width: 150px;
  }
.form2{
	font-size: 10pt;
	font-family: "Verdana";
	color: #000000;
	height: 130px;
	width: 380px;
  }
  
.boton {
	font-size: 7pt;
	font-family: "Verdana";
	color: #000000;
	width: 75px;
  }
