body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	color: #333333;
}

/* Hace que las imagenes no tengan borde... */
img {
	border: none;
}


/* Le quitamos el diseño pro defecto a los componentes de los formularios*/
input{
	border: 1px solid #D4D0C8;
}
textarea{
	border: 1px solid #D4D0C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* URL's*/
a{
	color: #074A81;
	text-decoration: none;
}
a:hover{
	color: #E93747;
}

/* fondo de hoja... Bordes con sombra /lado derecho /lado izquierdo /fondo */
#contained{
}
#contained .fondl{
	background-color: #D4D4D4;
	background-image: url(../images/fond01.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#contained .fondr{
	background-color: #D4D4D4;
	background-image: url(../images/fond02.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#contained .fondc{
	background-image: url(../images/fond03.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

/* Cabecera aqui va el logo y la frase de la empresa */
#header{
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 15px;
}
#header h1{
	top: 30px;
	position: absolute;
	right: 50%;
	font-size: 125%;
	color: #333333;
	font-weight: normal;
	width: 231px;
}



/* Enlace de lenguaje */
#lang{
	font-size:90%;
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
}

/* Pie de pagina*/
#footcalc{
	background-color: #5C5B5B;
	font-size: 72%;
	color: #FFFFFF;
	text-align: center;
	padding: 8px;
}
#foot a{
	color: #FFFFFF;
}
#foot a:hover{
	color: #E2F1FF;
}




