/* - - - - - - - - - - - - - - - - - - - - -

Titulo : J. FLEISCHMAN
Autor : Laura Cuttier

Descripcion : fleischman.css

Creado : 20 de noviembre, 2008

- - - - - - - - - - - - - - - - - - - - - */






/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
* {
	margin: 0;
	padding: 0;
	}

body,th {
	background-color: #252525;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

body {
	margin:0px;
	padding: 0px;
}

a {
   text-decoration: none;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
}

	a:link {
		text-decoration: none;
		font-weight: normal;
		color: #fff;
		font-size: 12px;
	}

	a:hover {
		color: #6dcff6;
		text-decoration: underline;
		font-weight: normal;
	}

img {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 12px;
	color: #d7d7d7;
	line-height: 16px;
	text-align: left;
}

h1 {
	font-size: 18px;
	color: #FFF;
}

h2 {
	font-size: 14px;
	color: #FFF;
}

h3 {
	font-size: 12px;
	color: #6dcff6;
	font-weight: bold;
}

li {
	list-style: none;
	list-style-image: url(../gfx/vineta-roja.gif);
	color: #d7d7d7;
}






/****** CONTENEDORES ******/

#contenedor {
	width: 920px;
	height: 506px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px 30px 0px 30px;
}

#cabecera {
	float: left;
	width: 920px;
	height: 72px;
	background-color: white;
}

#cabecera img {
	float: left;
}

#contenedor_banner {
	clear: both;
	width: 920px;
}

#contenedor_cont {
	float: left;
	width: 920px;
	background-image: url(../gfx/fondo-reflejo.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 2px;
}

#contenedor_cont2 {
	float: left;
	width: 920px;
	background-image: url(../gfx/fondo-reflejo2.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 2px;
}






/****** BOTONERA ******/

/****** SUPERIOR ******/

#area_botonera{
	clear: both;
	width: 920px;
	height: 25px;
	background-color: white;
	padding: 3px 0px 0px 0px;
}

.botones {
	float: right;
	height: 22px;
	background-color: white;
}

ul.botones {
			float: left;
			margin: 0;
			padding: 0;
		}
		
		ul.botones li {
			display: block;
			float: left;
			list-style-image: none;
			color: black;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			margin: 0 0 0 8px;
		}

		ul.botones li a {
			display: block;
			float: left;
			list-style-image: none;
			color: black;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
			/*margin: 0 0 0 4px;*/
			border-left: 4px solid #fff;
			padding: 3px 0px 3px 4px;
		}

		ul.botones li a:hover {
			margin: 0;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			border-left: 4px solid red;
			color: red;
			text-decoration: none;
		}

		body#inicio ul li a#inicio,
		body#nosotros ul li a#nosotros,
		body#mision ul li a#mision,
		body#servicio ul li a#servicio,
		body#docutivity ul li a#docutivity, 
		body#contactenos ul li a#contactenos {
			margin: 0;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			border-left: 4px solid red;
			color: red;
			text-decoration: none;
		}
		
		
#botones_franja {
	float: right;
	width: 130px;
	text-align: right;
}

#botones_franja p {
	text-align: right;
}

#botones_franja a {
	text-align: right;
	text-decoration: underline;
}
		
	
	
	
	
/****** MEDIO ******/

#area_botonmedio {
	width: 800px;
	height: 9px;
	margin-top: 10px;
	margin-bottom: 27px;
	padding-left: 80px;
	*padding-left: 15px;
}


#area_botonmedio ul {
			float: left;
			margin: 0;
			padding: 0;
		}
		
		#area_botonmedio ul li{
			display: block;
			float: left;
			margin: 0 0 0 80px;
			*margin: 0 0 0 80px;
		}
		
		#area_botonmedio ul li a {
			display: block;
			float: left;
			padding: 0 0 0 10px;
			color: #464646;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			background-image: url(../gfx/vineta-gris.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		
		#area_botonmedio ul li a:hover {
			float: left;
			color: white;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
			background-image: url(../gfx/vineta-roja.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		
		body#imp_masiva ul li a#imp_masiva,
		body#documento ul li a#documento,
		body#color ul li a#color {
			float: left;
			color: white;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
			background-image: url(../gfx/vineta-roja.gif);
			background-position: left;
			background-repeat: no-repeat;
		}





		
		
		
/****** INTRO ******/

#area_botones {
	clear: both;
	width: 918px;
	padding: 13px 0px 0px 0px;
	*padding: 0px;
	*margin-top: 13px;
}

.boton_intro1 {
	float: left;
	width: 292px;
	height: 44px;
	padding: 40px 0 0 0;
	text-align: center;
}

	.boton_intro1 a {
		background-image: url(../gfx/bg_botonintro.jpg);
		background-repeat: repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #474747;
		padding: 38px 57px 30px 58px;
	}

	.boton_intro1 a:hover {
		background-image: url(../gfx/bg_botonintroact.jpg);
		background-repeat: repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: white;
		text-decoration: none;
	}

#boton_intro2 {
	float: left;
	width: 292px;
	height: 44px;
	padding: 40px 0 0 0;
	text-align: center;
}

	#boton_intro2 a {
		background-image: url(../gfx/bg_botonintro.jpg);
		background-repeat: repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #474747;
		padding: 38px 31px 30px 31px;
	}

	#boton_intro2 a:hover {
		background-image: url(../gfx/bg_botonintroact.jpg);
		background-repeat: repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: white;
		text-decoration: none;
	}

#area_banners {
	width: 918px;
	*margin: 0px;
	float: left;
}

.cont_banners {
	float: left;
	width: 292px;
}






/****** CONTENIDOS ******/

#area_ricoh {
	float: right;
	height: 47px;
	padding: 25px 0px 0px 0px;
}

#area_inicio1 {
	float: left;
	width: 370px;
	height: 161px;
}

#area_inicio1 img {
	float: left;
	padding-right: 10px;
}

#area_inicio1 p {
	float: left;
	width: 242px;
}

.area_botoninfo {
	float: right;
	width: 50px;
	height: 15px;
	padding-top: 15px;
}

#area_inicio2 {
	float: left;
	width: 242px;
	height: 161px;
	padding-left: 50px;
}

#area_inicio3 {
	float: left;
	width: 165px;
	height: 141px;
	background-image: url(../gfx/bgcuad-links.jpg);
	background-repeat: repeat-x;
	margin-left: 50px;
	padding: 10px 10px 10px 30px;
}

#area_inicio3 li {
	text-decoration: underline;
}

#area_completa {
	float: left;
	width: 920px;
	height: 245px;
}

#area_completatext {
	float: left;
	width: 920px;
	height: 213px;
}

#area_textintro {
	float: left;
	width: 489px;
	padding: 0 30px 10px 0;
}

.area_texto {
	float: left;
	width: 408px;
	padding: 15px;
}

.area_texto li {
	color: #6dcff6;
	font-weight: bold;
}

#area_texto2 {
	float: left;
	width: 545px;
	height: 245px;
	padding-right: 7px;
}

#area_imagen2 {
	float: left;
	width: 368px;
	background-image: url(../gfx/bgfondo-foto.jpg);
	background-repeat: repeat-x;
}

#area_imagen2 img {
	padding: 10px 10px 10px 10px;
}

#texto3 {
	float: left;
	width: 509px;
	height: 210px;
	padding: 0 10px 0 15px;
}

#texto3 li {
	margin-bottom: 15px;
}

.texto3_boton {
	float: left;
	width: 490px;
	margin-bottom: 15px;
}

.texto3_boton img {
	float: right;
}

.texto3_premio {
	float: left;
	width: 519px;
	margin-bottom: 15px;
}

#texto3_premio li {
	margin-bottom: 15px;
}

.texto3_premiobot {
	float: right;
	width: 300px;
/*	margin-bottom: 15px;*/
}

.texto3_premiobot img {
	float: right;
}






/****** FOOTER******/


#footer_fondo {
	height: 32px;
	background-image: url(../gfx/bgfooter.jpg);
	background-repeat: repeat-x;
}

#footer_fondointro {
	background-image: url(../gfx/bgintro-footer.jpg);
	background-repeat: repeat-x;
	height: 32px;
}

#footer {
	width: 920px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
}

#footer_izq {
	float: left;
	width: 400px;
	padding: 10px 0px 0px 0px;
}

#footer_der {
	float: right;
	width: 196px;
	padding: 3px 0px 5px 0px;
	text-align: right;
}

.texto_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #c2c2c2;
}
	
.clear {
	clear:both;
	visibility: hidden;
}
                                                                                                                               .`ǐ)%M"x.$
*/