body {
	background-color: #8D9DA8;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.95em;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #2dc1ff;
}
a:visited {
	color: #2dc1ff;
} 
a:hover {
	color: #bdcfdb;
}
a:active {
	color: #bdcfdb;
}

#todo {
	margin: 40px auto auto auto;
	width: 800px;
}

#header {
	height:150px;
	width: 800px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;	
}

#toolbar {
	position:absolute;
	margin: 100px 575px;
}

#content {
	width: 100%;
	height: 300px;
	/*background-color: white;*/
	float: left;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	background: transparent url(../img/fondo.png) bottom right no-repeat;

}

#text {
	width: auto;
	float: left;
	padding: 20px 30px 30px 30px;
	/*background: transparent url(../img/fondo.png) bottom right no-repeat;*/
}

#tufrase {
	font-size: 1.2em;
	font-weight:bold;		
	color:#071F50;
	padding-bottom: 10px;
}

#frase{
	font-size: 1.75em;
}

#smnd{
	text-align:right;
	font-size: 1.0em;
	font-weight:bold;
	padding: 0px 40px 0px 0px;
	color:#071F50;	
}

#mg{
	font-size: 6.50em;
	font-weight: bold;
}

#instr{
	font-size: 0.8em;
	padding: 10px 10px 10px 10px;
	background-color: #F7F7F7; 
	border: 1.5px solid #FF9900;
	color: #071F50;
}

#sug{
	width:100%;
	font-size: 0.75em;
	text-align:center;
	color: white;
	background-color:#00446a;
	padding: 3px 0px 3px 0px;
	border: 1px solid black;	
}

blockquote {
	/*background: transparent url(../img/quotel.gif) left top no-repeat;*/
}
blockquote div {
	padding: 0px 10px;
  	font-size: 2.0em;
	color:#333333;
	border-left: 6px solid #2dc1ff;
}

#quoteleft{
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-weight:bold;
}

.resaltado{
	font-weight:bold;
}

#hueco10px{
	padding: 5px;
	float:left;
}

.verdana {
	font:Verdana, Arial, Helvetica, sans-serif;
}

#footer{
	text-align:center;
	font-size:11px;
}

#pregunta
{
	text-align:right;
}

.pregunta_p
{
	font-size:11px;
	color: #00446a;
	font-weight:normal;
}