/* ------------------------------------------------------------------------ */
/* CSS Portal de las Comarcas de Aragón   */
/* ------------------------------------------------------------------------ */
/* Author: Daniel Torres Burriel <dtorres@net2u.es> - Net2u_ - www.net2u.es */
/* ------------------------------------------------------------------------ */
/* Name: Estilos para Envos                            					*/
/* ------------------------------------------------------------------------ */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C7C7C;
	margin: 0em;
	background-color: #E7E7E7;
}

/* Contenedor del pop-up */
#envios-popup	{
	padding: 20px 40px;
}

/* Mensaje de error */
#envios-error	{
	font-weight: bold;
	color: #CC0000;
}

/* Botón del formulario */
.boton	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #9F9F9F;
	padding-right: 5px;
	padding-left: 5px;
	border: none;
}
input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px;
}

h1 {
	color: #4C4C4C;
	padding: 0em;
	margin: 0em;
	background-image: url(/MODULOS/_GLOBAL/publico/interfaces/img/bajotitulos.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
	height:18px;
	font-size: 11px;
	margin-bottom: 10px;
}

