body {
	background-image: url(../imagenes/pagebackground.jpg);
	background-color: #353535;
}

#contenido_ppal_contacto {
	margin-left: 281px;
	position: absolute;
	top: 145px;
	left: 12px;
	width: 460px;
}

#contenido_ppal_contacto p {
	font: 80% Arial;
	color: #eeeeee;
}

#info_contacto {
	top: 145px;
	margin-left: 772px;
	width: 195px;
	position: absolute;
	height: 145px;
	background-color:#353535;
}

#info_contacto p{
	font: 70% Arial;
	color: #eeeeee;
	margin-left:10px;
	margin-right:8px;
	margin-top:10px;
}

#page_bottomlinks {
	position: absolute;
	width: 830px;
	height: 50px;
}

input.contactoText  {
    background:url("../imagenes/imagen1.gif") no-repeat scroll left top #CECECE;
    border:1px solid #898989;
    color:#eeeeee;
	font-weight: bold;
	font-family:arial,helvetica,sans-serif;
    padding-left:4px;
	font-size:12px;
    width:250px;
	height:20px;
}

input.contactoTextSmall  {
    background:url("../imagenes/imagen1.gif") no-repeat scroll left top #CECECE;
    border:1px solid #898989;
    color:#eeeeee;
	font-weight: bold;
	font-family:arial,helvetica,sans-serif;
    padding-left:4px;
	font-size:12px;
    width:119px;
	height:20px;
}

textarea.contactoTextArea{
    background:url("../imagenes/imagen2.gif") no-repeat scroll left top #CECECE;
    border:1px solid #7C7C7C;
    color:#eeeeee;
	font-weight: bold;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
    overflow:auto;
    padding-left:4px;
    width:300px;
	height:100px;
}

textarea.contactoTextArea_2{
    background:url("../imagenes/imagen2.gif") no-repeat scroll left top #CECECE;
    border:1px solid #7C7C7C;
    color:#eeeeee;
	font-weight: bold;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
    overflow:auto;
    padding-left:4px;
    width:250px;
	height:100px;
}

select.combo_1{
    background:url("../imagenes/imagen1.gif") no-repeat scroll left top #505050;
    border:1px solid #505050;
    color:#eeeeee;
    font-family:arial,helvetica,sans-serif;
    overflow:auto;
    padding-left:4px;
	font-size:12px;
	height:25px;
    width:258px;
}

select.combo_2{
    background:url("../imagenes/imagen1.gif") no-repeat scroll left top #505050;
    border:1px solid #505050;
    color:#eeeeee;
    font-family:arial,helvetica,sans-serif;
    overflow:auto;
    padding-left:4px;
	font-size:12px;
	height:25px;
    width:126px;
}

.contactoInterlineado  {
    padding-bottom:5px;
}

