.georgia {
font-family: Georgia, "Times new roman", serif;
}

.arial {
font-family: Arial, sans-serif;
}

.verdana {
font-family: Verdana, sans-serif;
}

p { 
	padding: 8px 12px;
	font-size: 14px;
	line-height: 18px ;
}

#pie p {
margin:0;
}

body {
	font-size: 14px;
	line-height: 14px;
	color: #111;
}

h1 { 
	font-size: 30px;   	
	line-height: 36px;
	font-weight: normal;
} 

h2 { 
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
}

h3 { 
	font-size: 14px; 
	line-height: 18px; 
	margin: 0; 
	font-weight: bold;
	margin: 5px 0 0 10px;
} 

h4 { 
	font-size: 12px;
	line-height: 18px; 
	margin: 0; 
	font-weight: normal;
	color: #5f5f5f;
} 

h5, h6 { 
	font-size: 12px; 	 	
	line-height: 18px; 
	margin: 0; 
	font-weight: normal;

}

p img, 
li img { 
	float: left;  
	margin: 4px 6px 0 0; 
	padding: 0; 
} 

p img.der, 
li img.der { 
	float: right; 
	margin: 4px 0 6px 0; 
	padding: 0; 
} 

a,
a:focus {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #F9CE05;
}

blockquote {
	background: #F9F9F9;
	border-left: 6px solid #ccc;
	margin: 0 0 18px;
	padding: 9px;
	quotes: "“" "”" "‘" "’";
	color: #333;
	font-family: Georgia, "Times new roman", serif;
	font-size: 13px;
	font-style: italic;
}

p.intro:first-letter, p.important:first-letter
{
	font-size: 43px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 5px;
/* float: left;  */
	padding: 5px 0 0 0;
	width: auto;
	text-shadow: 1px 1px 1px #333;
}


p.intro:linea,
p.important:linea {
	font-variant: small-caps;
}

a.boton,
button {
	display: block;
	float: left;
	margin: 0 3px 15px 0;
	padding: 2px 6px; 
	border: 1px solid #ccc;
	border-color: #999 #858585 #666 #858585;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #ccc url(../images/button.png) left top repeat-x;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: baseline;
}
			
button {
	width: auto;
	overflow: visible;
	padding: 1px 4px;  
}

a.boton {
	line-height: 14px;
}

button[type] {
	padding: 1px 4px;
	line-height: 16px; 
}

a.boton:hover,
button:hover {
	background-color: #ccc;
	border: 1px solid  #000;
	color: #000;
	text-decoration: none;
}


.mensaje {
	margin: 0 0 17px 0; 
	padding: 0 4px;
	font-size: 11px;
	line-height: 18px;
}

.nota {
	background: #FFF6BF; 
	color: #514721; 
	border-bottom: 1px solid #FFD324;
}

.error {

}

.exito {

}