/* estilo para pedrosilva.org */

body { 	
	background-color: #fcffff;
}

h1 { 	 color: #9c9672; 
	position: relative;
	margin-left: 70px;
	margin-top: 0px;
	font-size: 3em;
}
h2 {	color: #9c9672;
	position: relative;
	margin-left:20px;
	margin-top: -20px;
	font-size:1em;
}

h2 a { 	color: #9c9672;
	text-decoration: none;
}

h2 a:hover {
	background-color:#000000;
}

p {
/* 	color: #9c9672; */
	color: #ffffff;
	text-align: center;
	font-size:small;
}

p a {
	color: #ffffff;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}


#contenedor {
	position: relative;
	margin-left:auto;
	margin-right: auto;
	height: 500px;
	overflow: visible;
	width: 900px;
}

#imagen {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	height: 340px;
	width: 730px;
	background-position: 50% -10%;
	background-image: url(fondo.jpg);
	background-repeat: no-repeat;
/*	border: ridge #d8e4fc; */
}

#etiqueta {
	position: relative;
	height: 120px;
	width: 400px;
	margin-left:60px;
	margin-top:-70px;
/*	border: ridge #d8e4fc; */
	font-family: arial, serif;
}

/*
#etiqueta:hover {
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	background-color:#fcffff;
	color: #25282d;
}
*/

#cita {
	background-color: #6c91ec;
	-moz-opacity: .50;
	filter: alpha(opacity=50);
	position: relative;
	height: 250px;
	width: 265px;
	margin-left: auto;
	margin-right: 20px;
	margin-top:-200px;
	border: ridge #d8e4fc; 
	font-family: arial, serif;
	font-size:x-small;
	text-align: center;
/*	visibility: hidden; */
}
#cita:hover {
	-moz-opacity: .8;
	filter:alpha(opacity=80);
/*	background-color: #b6cdf9;  */
	background-color: #405067;
	color: #25282d;
	text-decoration: none;
}

#cita a {
	color: #9c9672;
	text-decoration: none;
}

#idioms {
	position: relative;
	height: 20px;
	width:75px;
	margin-left:560px;
	margin-top:-110px;
	font-family:arial, serif;
	color: #9c9672;
	font-size:xx-small;
}

#idioms a {
	color: #9c9672;
	text-decoration: none;
	font-size:xx-small;
}

#pechar {
	position: relative;
	margin-top:-162px;
	margin-left:867px;
	width:10px;
	height:10px;
	font-family:arial,serif;
	color: #9c9672;
	font-size:xx-small;
}

#pechar a {
	color: #9c9672;
	text-decoration: none;
}

