/*
Do you know Guillem - Página personal Portfolio
Abril 2009
Guillem Bellot Capellino
http://www.doyouknowguillem.es

Colores utilizados
#FFFFFF blanco
#000000 negro
#333333 gris
#7F7F7F gris		
#3D3A50 azul*/

* {
	border:0;
	padding:0;
	margin:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F7F7F;
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	text-align:center;
	scrollbar-track-color:#657095;
	scrollbar-face-color:#322B39;
	scrollbar-arrow-color:#80629F;
}

p{
margin-bottom:10px;
}

a:link {
	color: #9966CC;
	text-decoration:none;
}

a:visited {
	color: #999999;
	text-decoration:none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

a:active {
	color: #FFFF00;
}

a img {
	border:0;
	cursor:pointer; 
}
:focus {
	outline:0;
}

h1 {
	font-size: 20px;
	color: #FFFFFF;
	margin-top:10px;
	margin-bottom:20px;
}
h2 {
	font-size: 18px;
	color: #CCCCCC;
	margin-top:10px;
	margin-bottom:5px;
}
h3 {
	font-size: 16px;
	color: #999999;
	margin-top:10px;
	margin-bottom:10px;
}
h4 {
	font-size: 16px;
	color: #996699;
	margin-top:5px;
	margin-bottom:5px;
}
h5 {
	font-size: 14px;
	color: #666666;
	margin-top:10px;
	margin-bottom:10px;
}
h6 {
	font-size: 12px;
	color: #999999;
}

ul li {
margin-left:30px;
}

a.navegacion { 

	display:block;
	width:auto;
	height:25px;
	border: none;
	margin-right:8px;
	text-align:center;
	line-height:25px;
	color: #FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:14px;
	overflow:hidden;
	float: left;   

}

a.navegacionvert {

	display:block;
	width:auto;
	height:25px;
	border: none;
	margin-right:8px;
	text-align: right;
	line-height:25px;
	color: #999999;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:14px;
	overflow:hidden;
}  

a.navegacion:hover, a.navegacionvert:hover {
	color: #9966FF;
}

a.navegacion:active, a.navegacionvert:active {
	color:#FF0000;
}

a.imagensust { 
	display:block; 
	width: 180px; 
	height: 280px;
	background-image: url(../img/camara.jpg);
	background-repeat:no-repeat; 
}
a.imagensust:hover { 
	background-image: url(../img/camaraflash.jpg);
}

a.mapasust { 
	display:block; 
	width: 445px; 
	height: 415px;
	background-image: url(../img/mapaflickr.jpg);
	background-repeat:no-repeat; 
}
a.mapasust:hover { 
	background-image: url(../img/mapaflickr2.jpg);
}

.oculto {
display:none;
} 

.fondoflash{
background-color: #000000;
background-image:none;
}

#fondointro{
	position:absolute;
	left:50%;
	top:50%;
	width:900px;
	height:650px;
	z-index:1;
	background-image: url(../img/fondointro.png);
	background-repeat:no-repeat;
	background-position: 0 20px;
	margin-left:-450px;
	margin-top:-325px;
}

#fondointro #versiones{
	
	width:250px;
	height:240px;
	float:right;
	margin-top:150px;
	margin-right:100px;
}
	
#divintro{
	position:absolute;
	left:50%;
	top:50%;
	width:900px;
	height:665px;
	z-index:1;
	margin-left:-450px;
	margin-top:-332px;
}

#divflash{
	position:absolute;
	left:50%;
	top:50%;
	width:890px;
	height:550px;
	z-index:1;
	margin-left:-445px;
	margin-top:-250px;
	background-color: #000000;
}
	
#principal{	
	position:absolute;
	left:50%;
	top:50%;
	width:900px;
	height:665px;
	z-index:1;
	background-image:url(../img/cuerpo.png);
	background-repeat:no-repeat;
	background-position: 0 65px;
	margin-left:-450px;
	margin-top:-332px;
	text-align:left;
}

#principal #banner {
	width: 895px;
	height: 90px;
	float:right;
	background-image:url(../img/banner.gif);
}

#principal #menunav {
	width: 770px;
	height: 25px;
	float:right;
	margin-right:30px;
	margin-bottom:52px;
	text-align:right;
}
	
#principal #contenido{
	width: 500px;
	height: 440px;
	float:left;
	margin-left:80px;
	overflow:auto;
	text-align: left;
}
	
#principal #foto {
	width: 120px;
	height:155px;
	float:right;
	margin-top:10px;
	margin-right:80px;
}

#principal #menuder {
	width: 180px;
	height:155px;
	float:right;
	margin-top:10px;
	margin-right:50px;
	text-align:right;
}

#principal #fototematica {
	width: 180px;
	height: 280px;
	float: right;
	margin-right:53px;
}

#principal #fotoder {
	width: 180px;
	height: 450px;
	float:right;
	margin-right:53px;
}

#principal #derechos{
	width: 215px;
	height:15px;
	float: right;
	margin-top:50px;
	float:right;
	margin-right:80px;
	clear:both;	
}	


.rellenoformulario {/*Aplica relleno */
	padding: 10px;
}

form { 
}

fieldset { /*linea que rodea*/
	border:1px solid #CCCCFF;
}

legend { /* Aplicando estilo a una fuente */
	font-weight: bold;
	color: #D0D6E8;}

label { 
	cursor: pointer;
}

input[type=text], input[type=password], input[type=file], textarea, select {
	border: 1px solid  #003300;
	background-color: #CCCCFF;
	width:100px;
}

textarea {
	height:100px;
	width:400px;
}

input[type=checkbox], input[type=radio] {
}

input[type=text]:hover, input[type=password]:hover, input[type=file]:hover, textarea:hover, select:hover {
	background-color: #FFFFFF;}

input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus, select:focus {
	background-color: #92CBD8;}

input[type=submit], input[type=reset] {
	cursor:pointer;
	background-color: #C8D5F7;
	border:1px solid #9900FF;
	-moz-border-radius: 8px;
}

input[type=submit]:hover, input[type=reset]:hover {
	color: #FFFFFF;
}
