/* CSS Document 
	© Copyright 2008 - Oficina Coordinadora de Riesgos Asegurados S.C.. (OCRA)
*/

* { 
	margin: 0; 
	padding: 0;
}
body {
	background: #FFFFFF;
	font-family: Arial; 
	font-size: 100%; 
	line-height: 1em; 
	color:#888;
}
img {
	border: 0; 
	vertical-align: top; 
	text-align: left;
}
.fondo { 
	background: url(../images/fondo.gif)
	left top repeat-x #FF9933 /*#8aaee8;*/
}
.bloque {
	background: url(../images/bloque.jpg)
	left top repeat-x; 
	/*width:100%;*/
	width: 750px;
}
.bloque .der {
	background: url(../images/der.gif)
	no-repeat right bottom;
}
.bloque .izq {
	background: url(../images/izq.gif) 
	no-repeat left bottom;
}
.bloque .ind { 
	padding: 0 0 3px 0;
}
.bloque img {
	margin-right: 2px;
}
.centrado {
	text-align: center;
}
#content .fila { 
	height: 95px;
	padding: 0 21px 0 27px;
	text-align: center;
}