﻿#Newsletter
{
	margin:0 15px 0 15px;
	font-size:13px;
	line-height:17px;
}
h1 
{
    color:black;
    background-color:white;
    border-top:solid 1px #7E0000;
    border-bottom:solid 1px #7E0000;
    margin:15px 10px 15px 10px;
    padding:3px 0 3px 10px;
    font-size: 16px;
    line-height:18px;
    font-weight:bold;
}
h2 
{
    text-align:center;
    color: #8A2000;
    font-size: 17px;
    line-height:19px;

}
p
{
	padding-left:15px;
	padding-right:15px;
	font-weight:normal;
    text-align:left;
    color: Black;
    font-size: 16px;
    line-height:18px;

}
#Izquierda
{	
	padding:0;
	font-weight:bold;
	line-height:24px;
	width:170px;
	clear:left;
	float:left;
	text-align:right;
}
#Derecha
{

	padding:0;
	line-height:20px;
	width:400px;
	clear:right;
	float:right;
	text-align:left;
}


