@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#82811F;
	background-image:url(images/fondo.gif);
	background-position:top;
	background-repeat:repeat-x;
}

table.general {
	width:980px;
}

table.general_contenidos {
	height:100%;
	width:980px;
	background-image:url(images/fondoint.gif);
}

td.contenidos {
	height:100%;
	vertical-align:text-top;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#333333;
	padding:15px 30px;
}

td.contenidos strong {color:#82811F;}

#foto_quienes {
	width:300px;
	float:right;
	text-align:right;
}

#titulos {
	float:left;
	width:300px;
}

table.fotos_mudanzas {width:100%;}
table.fotos_mudanzas td {text-align:right;}
table.fotos_mudanzas img {border:none;}

td.destacado {
	color:#82811F;
	font-weight:bold;
}
td.datos {
	font-size:14px;
	color:#666666;
	padding-bottom:2px;
	padding-left:10px;
	padding-top:20px;
}

input, textarea {
	width:400px;
	height:30px;
	background-color:#FFFFFF;
	padding:2px;
	border:1px solid #666666;
	-moz-border-radius: 3px;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#333333;
}

textarea {width:860px; height:100px;}

input.enviar {
	height:35px;
	background-color:#DFCF12;
	color:#1E2722;
	width:200px;
	margin-top:15px;
}

a.volver {font-size:14px; color:#11803E;}
