/* CSS from tutorials of www.alsacreations.com/articles */
body {
font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;

	font-size: 12px; 

	font-weight: normal; 

	line-height:18px;
color:#999999;
margin: 0;
padding: 0;
background-color: black;
}

a {
	text-decoration:underline;
	color:#666666;
}
a:hover,a.selected {
	color: #FF6699;
}
ul {
	
}
ul ul {
	margin-left:1em;
}
h1,h2,h3,h4,h5,h6 {color:#999999;}
.hidden {
	display:none;
}

h1{
font-size:16px;
}
h2{
font-size:12px;
}

#conteneur {
position: absolute;
width: 770px;
left: 50%;
margin: 20px 0px 0px -375px;
/*border-top: #999999 solid 1px;*/
}

#header {
height: 50px;
background-color: #ffffff;
background-image:url(imagenes/titulo.jpg);
background-repeat:no-repeat;
/*border-left: #333333 solid 1px;
border-right: #333333 solid 1px;*/
}


#centre {
	border-left: #333333 solid 1px;
	border-right: #333333 solid 1px;
	padding: 3em 5em 5em 5em;
/*height: 250px;*/
}

/* min-height-hack für den IE: */
* html #centre { height: 300px; }
/* Für alle anderen aktuellen Browser: */
#centre { min-height:300px } 

#centre.fotitos {padding-left:105px;
}
.clear{clear:both;}

#pics{
float:right;
}

#pied {
background-image:url(imagenes/fondo-pie.jpg);
background-repeat:no-repeat;
padding-top:7px;
padding-right:10px;
text-align:right; 
color:#333333;
height: 30px;
}
p {margin: 0;}

/* navegación */

#navigation {
background-image:url(imagenes/fondo-menu.jpg);
height:20px;
}

#navigation ul { 
list-style-type: none; 
margin: 0;
padding: 0;
text-align: center;
}
#navigation ul li {
display: inline; 
}
#navigation ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color:#666666;
}
#navigation ul li a:hover{
color:#FF6699;
}

#navigation li a#current{
color:#FF6699;
}

.thumbnail{
float: left;
width: 131px;
margin: 0 10px 10px 0;
}

a:hover img {
border: 1px solid #FF6699;
}

a img {
border: 1px solid #333333;
}

.columna{
float:left;
margin-left:80px;
}


.pics{
float: left;
margin: 0 10px 10px 0;
}

.picsright{
float: right;
margin: 0 0 10px 10px;
}

.floatleft{float:left;}
.floatright{float:right;}

.flash{
float: left;
margin: 0 20px 10px 0;
}

/* contacto */

#contactform{
margin-top:0em;
}
fieldset
{
	border-width:0;
}
legend {display:none;}
label
{
	float:left;width:100px;text-align:right;padding-right:1em;
}
fieldset p
{
	margin-bottom:.0em;
}
input,textarea {
border:solid gray 1px;
padding:.1em;
background:black;
color:#999999;
font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
button{
border: solid white 2px;
background:white;
padding:.1em 1em;
text-align:center;
}

button a:hover{
color: #ec6cba;
}
.alert {color:red;font-weight:bold;}
.barraabajo{ border-bottom:#333333 solid 1px;}
.important{color:white; font-weight:bold; font-size:14px;}