
/* Estilos generales */
body {
	background-color:#000000;
	width:800px;
	padding-top:10px;
	margin: 0px auto;
	font-family:monospace;
	font-size:10pt;
	
	
	
}
#imgcabecera{
	text-align:center;
	padding-bottom:0px;
}
#videos{
	width:800px;
}

.video{
	
	margin-left:270px;
	text-align:center;
	padding-top:4em;
	display:block;
	width:260px;
	height:330px;
}
.video1{
	
	float:left;
	margin-left:90px;
	text-align:center;
	padding-top:4em;
	display:block;
	width:260px;
	height:330px;
}
.video2{
	
	margin-left:440px;
	text-align:center;
	padding-top:4em;
	display:block;
	width:260px;
	height:330px;
}
.video1 a, .video1 a:visited,.video2 a, .video2 a:visited,.video a,.video a:visited{
	color:#c0c0c0;
	text-decoration:none;
}
.video1 a:hover, .video2 a:hover,.video a:hover{
	color:#ffffff;
	font-weight:bolder;
	text-decoration:none;
}



.video1 a img,.video1 a:hover img, .video1 a:visited img,.video2 a img,.video2 a:hover img, .video2 a:visited img,.video a img,.video a:hover img, .video a:visited img{
	
	color:#000;
	text-decoration:none;
}



#menu a, #menu a:visited{
	/* serif, sans-serif, cursive, fantasy, monospace*/
	font-weight: bolder;
	
	font-size:15pt;
	color:#c0c0c0;
	
	

}

#menu a:hover{
	
	color:#fff;
	text-decoration:underline;

}


#menu ul{
	text-align:center;
	margin-bottom:12px;
	padding-top:0em;
	padding-left:0em;

}

#menu li{
	
	list-style-type:none;
	display:inline;
	padding-left:10px;
	padding-right:10px;
}




#contenido{
	color:#ffffff;
	border:1px solid #ffffff;
	height:700px;
	
}
#contenido .img{
	text-align:center;
	padding:0px;
	margin:0px;
	color:black;
}
#textcontacto{
	margin-left:2em;
	padding-bottom:3ex;
	padding-top:4ex;
}

form{
	margin-left:2em;
}

#textcontacto a, #textcontacto a:visited{
	/* serif, sans-serif, cursive, fantasy, monospace*/
	font-weight: bolder;
	color:#c0c0c0;
	text-decoration:none;
	

}

#textcontacto a:hover{
	
	color:#fff;
	text-decoration:underline;

}

#label_nombre,#label_telefono,#label_mail,#label_observaciones {
  display: block;
  float: left;
  text-align: right;
  width: 9em;
  padding-right: 0.5em;
  padding-top:0.9em;
}
#formularioboton{
	display:block;
	text-align:center;
	padding-bottom:3em;
}

input{
	margin-top:0.9em;
	background-color:#e9e9e9;
}
textarea{
	margin-top:0.7em;
	margin-bottom:2em;
	background-color:#e9e9e9;
}

