/* CSS GRUPO SASTRE Document */

body {
	background-image: url("../img/fondo.jpg");
	background-repeat: repeat-x; 
}
td,a,select,input,textarea {
	font-family: arial;
	font-size: 11px;
	color: #333333;
}
a {
	text-decoration: none;
}
select {
	font-weight:bold;
}
li {
	list-style : outside url(../img/cuadro_lista.gif);
}
/* Body para los pop-up */
body.pop {
	background-image: none;
}
/* Fondos */
td.fondo1 {
	background-color: #767B7F;
}
.fondo2 {
	background-color: #D4D5D6;
}
td.fondo3 {
	background-color: #ffffff;
}
td.fondo4{
	background-color: #FAB700;
}
td.fondo5{
	background-color: #919584;
}
.fondo6{
	background-color: #D0D2CA;
}
td.fondo7{
	background-color: #021E4E;
}
td.fondo8{
	background-color: #003364;
}
td.fondoimg, td.fondoimg1, td.fondoimglargo, td.fondofoto{
	background-repeat: no-repeat; 
}
td.fondoimg,td.fondoimg1{
	background-image: url("../img/fondo_corto.jpg");
}
td.fondoimg{
	background-image: url("../img/fondo_corto.jpg");
	background-position: bottom right; 
}
td.fondoimg1, td.fondoimglargo{
	background-position: bottom left; 
}
td.fondoimglargo{
	background-image: url("../img/fondo_largo.jpg");
}
/* Formularios */
input.formularios,textarea {
	border: #D4D5D6 1px solid;
}
input.formularios {
	height: 17px;
}
/* Fuentes */
.color1, .color2, .fuente5 {
	color: #1D4068;
}
a.color2:hover{
	background-color: #f1f1f1;
}
td.fuente1,.fuente2{
	font-size: 20px;
}
.fuente2, .fuente3{
	color: #ffffff;
}
.fuente5{
	font-size: 15px;
}
.fuente6{
	font-weight: normal;
}
/* Paddings */
td.pad1 {
	background-color: #E8E9E8;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:16px;
	padding-left:16px;
}