@charset "UTF-8";
body {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin:0px;
	padding:0px;
}

#wrapped {
margin-top:0px;
width:800px;
margin-left:auto;
margin-right:auto;

}

#encabezado {
background: url(img/decoracion2.gif) no-repeat center 20px;
margin-top:50x;
padding-top:150px;
padding-bottom:10px;
}

#contenido{
margin-top:50px;
min-height:200px;}

#pie {
height:20px;
padding: 0px;
padding-top: 50px;
background: url(img/decoracion.gif) no-repeat center top;
height: 100px;
}

#pie p{
padding: 0px;
margin: 0px;
text-align:center;
font-size: 10px;
}

#textoplano{
width:400px;
margin: auto;
margin-bottom: 50px;
}

.centrado {
text-align:center;}


a {
	font-size: 12px;
	color: #650000;
	text-decoration: none;
}



a img{
	   text-decoration: none;
	   border: 0px;	   
}

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

a:hover {
	color: #ef040f;
	text-decoration: none;
	}

a img:hover{
	border-width: 1px;
	border-color: #0000CC;
}
	
a:active {
	color: #ef040f;
	text-decoration: none;
}

div#qTip {
  padding: 0.2em 0.5em;
  display: none;
  background: #fff;
  color: black;
  font-size: 0.9em;
  text-align: center;
  position: absolute;
  z-index: 1000;
	border: 1px solid black;
}
