  @font-face {
  font-family: 'Trebuchet MS';
  src: local('Trebuchet MS'), url(/sites/all/modules/usal/usal_tema/css/trebuchet.woff) format('woff');
}
/* ................................ INICIALIZACIÓN .............................. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  border: 0;
  outline: 0;
  margin :0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:link    {text-decoration: none; color: #d22020;}
a:visited {text-decoration: none; color: #d22020;}
a:active  {text-decoration: none; color: #d22020;}

body {
	width: 100%;
}
body, h1, h2, h3, h4 {
	font-family: 'Trebuchet MS';
	font-weight: lighter ! important;
	text-align: justify;
}
#wrapper {
	width:100%;
}
#content {
	width:100%;
	background-color:#eee;
}

#titulo {
	clear: both;
	bbackground-color:#eee;
	padding: 30px 0 15px 0;
}
#titulo h1 {
	color:#999999;
	text-align:center;
	font-size:36px;
	font-family:Verdana, Geneva, sans-serif;
}

/* .................................. GENERALES ................................. */
div.centrar {
	float: left;
	position: relative;
	left: 50%;
}
div.centrado {
	float: left;
	position: relative;
	left: -50%;
}
/*div#body {
	box-shadow: 0px 5px 10px -5px black inset;
}*/
div#body #mainContent, .ancho1000 {
	wwidth: 1000px;
	margin: auto;
}
.ancho800 {
	width: 800px;
	margin: auto;
}
div#body #mainContent{
	overflow: hidden;
    width: 100%;
	margin: 0 auto 50px auto;
}
.fondoGris1 {
	background: url('/sites/all/modules/usal/usal_tema/img/fondos/fbs2_22_235_235_235.png') repeat-x left top, url('/sites/all/modules/usal/usal_tema/img/fondos/fbi2_22_235_235_235.png') repeat-x left bottom;
	background-color: #EBEBEB;
}
.fondoGris2 {
	background: url('/sites/all/modules/usal/usal_tema/img/fondos/fbs1_21_255_255_255.png') repeat-x left top;
	background-color: #fff;
}
.fondoGris3 {
	background: url('/sites/all/modules/usal/usal_tema/img/fondos/transicion_a_EBEBEB.png') repeat-x left top;
	background-color: #EBEBEB;
}
.fondoGris4 {
	background-color: #666666;
}
.fondoGris5 {
	background-color: #999999;
}
.fondoBlanco {
	background: url('/sites/all/modules/usal/usal_tema/img/fondos/transicion_a_EBEBEB.png') repeat-x left top;
	background-color: #FFFFFF;
}

/*=================== ESQUINAS DOBLADAS =================*/
.Esquina3_30A { /* Para esquinas dobladas sobre fondo EBEBEB */
	background-color: #EBEBEB;
}
/*=======================================================*/
#mainContent p {text-align: justify; }
/*=====================Para lista de p�rrafos estilo 5 razones =====================*/
.bloqueLista {	width: 750px;
}
.bloqueLista ul {
	text-align:left;
	list-style-image:url(/sites/all/modules/usal/usal_tema/img/botonUl.gif);
	font-family:"Trebuchet MS";
	font-size:14px;
	/*padding-left:25px;*/
	color:#4d4d4d;
	
	}
.bloqueLista hr {
	margin-top: 50px;
	margin-bottom: 50px;
	width:180px;
	color:#d2d2d2;}   
