@charset "UTF-8";
/* CSS Document */


body{
	background-color:#FFF;
	background-image:url(../imagenes/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
}
a
/* Estios generales */

img{
	border:0px;
}

.titulo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}

.parrafo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}


#contendio_general{
	width:900px;
	height:auto;
	margin:0px auto 0px auto;
	background-color:#FFF;	
	padding:0px 0px 20px 0px;
}

#pleca_seccion{
	width:900px;
	height:167px;
	overflow:hidden;
	background-color:#000;
}

#contenido_principal{
	width:860x;
	height:620px;
	padding:20px 20px 0px 20px;
}

#columna1{
	width:860px;
	height:482px;
	float:left;
}

#info_incendio{
	width:592px;
	height:120px;
	padding-left:36px;
}

#info_incendio p{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}

#gallery{
	width:859px;
	height:405px;
	padding-left:0px;
	
	
}

.modulo{
	width:260px;
	height:130px;
	float:left;
	margin-right:21px;
	margin-bottom:20px;
	overflow:hidden;
	background-color:#000;
}

#columna2{
	width:231px;
	height:582px;
	float:right;
}

#imagen_tyco{
	width:232px;
	height:176px;
	overflow:hidden;
}


#pie_pagina{
	width:855px;
	height:30px;
	margin:0px auto 0px auto;
	text-align:center;
}

#pie_pagina p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	color:#444;
}