H1{
    color: #4c7592;
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: none;
}
.contacto{
    margin:15px;
}
#izquierda{
    float: left;
	margin: 0px;
	width: 300px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 300px;
	font-size: .9em;
	text-align: right;
}
html>body #izquierda{
    width: 300px; /* ie5win fudge ends */
}
#derecha{
    float: right; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0px;
	width: 380px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 400px;
	color: #ad89c6;
}
html>body #derecha{
	width: 380px; /* ie5win fudge ends */
}

/**
 *
 */
#formulario{
    border: solid 1px #e5e5e5;
    padding: 15px;
	width: 250px;
	text-align: left;
	font-weight: bold;
	color: #666666;
}
#formulario TEXTAREA{
    font-family: arial,helvetica,sans-serif;
    font-size: 1em;
    width: 230px;
    height: 150px;
	color: #888888;
	border:solid 1px #bdbdbd;
	padding-left: 4px;
	wrap:			physical;
}
#formulario INPUT{
    font-family: arial,helvetica,sans-serif;
    font-size: 1em;
	color: #888888;
	height: 16px;
	border: solid 1px #bdbdbd;
	padding-left: 4px;
}
#formulario INPUT.text{
    width: 230px;
}

#formulario #submitContainer{
    margin-top:10px;
    width: 100%;
    text-align: right;
}
#formulario INPUT.submit{
    cursor: pointer;
    font-weight: bold;
    width: 65px;
	height: 20px;
	color: #7c4e98;
	background-color: #f2ecf6;
	background-image: url(../images/email_send.gif);
	background-position: 2px center;
	background-repeat: no-repeat;
	border: solid 1px #ad89c6;
	text-align: right;
	padding-right: 4px;
}
#formulario SPAN{
    font-weight: normal;
}
#formulario SPAN.ejemplo{
    font-size: .9em;
	color: #999999;
}
#formulario SPAN.message{
    font-size: .95em;
}
#formulario SPAN.message.OK{
    color: #508cc8;
}
#formulario SPAN.message.Error{
	color:#cc0000;
}
DIV.speech{
    color: #ad89c6;
}
DIV.templatePreview{
    float: left;
	width: 200px;
	height: 250px;
	margin: 0px 0px 10px 10px;
	overflow: auto;
}
