#contact-form input {
	display: block;
	width: 400px;
	height: 25px;
	height: 15px\0/;
	text-align: left;
	border: 0;
	padding: 5px 10px;
	padding: 10px 10px\0/;
	margin-bottom: 20px;
	/*background-color: #2c2c2c;*/
    background-color: #FFFFFF;
	/*color: #818b91;*/
    color: #000000;
	font-size: 12px;
}

#contact-form textarea {
	display: block;
	border: none;
	width: 400px;
	height: 123px;
	clear: both;
	border: 0;
	padding: 10px;
	/*background-color: #2c2c2c;*/
    background-color: #FFFFFF;
	margin: 0;
	/*color: #818b91;*/
    color: #000000;
	font-size: 12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.submit_linkizquierda {
float: left;
margin-right: 3%;
margin-left:3%;
padding: 5px 0;
}


.youtube {
   border: 1px solid #DDD;
   border-radius: 3px;
   text-shadow: 0 1px 1px white;
   -webkit-box-shadow: 0 1px 1px #fff;
   -moz-box-shadow:     0 1px 1px #fff;
   box-shadow:          0 1px 1px #fff;
   font: bold 12px Sans-Serif;
   padding: 3px 9px;
   white-space: nowrap;
   vertical-align: middle;
   color: #000000;
   
   cursor: pointer;
}
 
 .clear {
clear: both;
}

#contact-form textarea:hover {
	border:none;
}

#contact-form input #submit-button {
	clear:both;
	margin:0px;
	text-align: center;
	margin: 0px 5px 0 0;
	width: auto;
	/*background: transparent url(../style/images/submit.png) no-repeat;*/
    background: #FFFFFF;
	/*color: #1f1f1f;*/
    color: #000000;
	position: relative;
	z-index: 9999;
	padding: 0;
	height: 32px;
	padding-bottom: 2px;
	width: 120px;
	font-size: 14px;
	cursor: pointer;
}

#contact-form p { 
	position: relative; 
	margin: 0; 
	padding: 0; 
}

#contact-form p label { 
	position: absolute; 
	top: 0; 
	left: 0; 
	line-height: 35px;
	padding: 0 0 0 10px;
	font-size: 12px;
}

#contact-form p br {
	display: none;
}

.contact-left {
	width: 420px;
	float: left;
	*margin-top: -13px;
    height: 269px;
}

.contact-right {
	width: 391px;
	float: right;
    height: 226px;
    margin-left: 0;
    margin-top: 0px;
}


/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background: none; }
.success	{ background: none; height:30px;}
.error		{ background: none; height:30px;}
.notice		{ background: none; }

.notes,.notice,.success,.error
			{
				font-size:13px;
				color: #818b91;
				font-family: 'Puritan20Normal';
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:13px;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:100%; padding:0; margin:0;}

.nuevobotonasp
{
    Z-INDEX: 9999;
POSITION: relative;
TEXT-ALIGN: center;
PADDING-BOTTOM: 2px;
MARGIN: 0px 5px 0px 0px;
PADDING-LEFT: 0px;
WIDTH: 120px;
PADDING-RIGHT: 0px;
BACKGROUND: url(../style/images/submit.png) no-repeat;
HEIGHT: 45px;
COLOR: #fff;
CLEAR: both;
FONT-SIZE: 14px;
CURSOR: pointer;
PADDING-TOP: 0px;
margin: 0px 5px 0px 0px;
    }