/* CSS Document */
@charset "iso-8859-1";
body{
  font-family: Arial;
  font-size: 12px;
  margin-top: 5px;
  margin: 0;
  padding: 0;
  background-color: yellow;
  text-align:center;
}
p { margin: 0; padding: 0;}
a { margin: 0; padding: 0; text-decoration:none; color: #0B0B61;}
a:hover { text-decoration:none; font-weight: bold; color:red; }
#header {
  margin-top: 0; margin-bottom: 0;
	position: relative;
	height: 80px;	
	background: #7F8082 url(../images/header-bg.jpg) repeat-x 0% 100%;
	border-bottom: 8px solid #0B0B61;		
}
#my_logo {
  position: absolute;
	top: 5px; left: 20px;
	margin:0; padding: 0;	
}
#url{
	position: absolute;
	top: 0px; right: 25px;
	margin: 0; padding: 0;
	font-size: 16px;	
}
#serv_24{
	position: absolute;
	width: 200px;
	top: 18px; right: 20px;
	margin: 0; padding: 0;
	font-size: 18px;
	font-weight: bold;
  text-align: center;	
}
#serv_tel{
	font-size: 18px;	
}
#sirena{
	position: absolute;
	top: 41px; right: 230px;
	margin: 0; padding: 0;
	font-size: 18px;
	font-weight: bold;
  text-align: center;	
}
#cuerpo{
   position:relative;
   margin-top: 0; margin-bottom: 0; 
   margin: 10 0 10 0px;
   min-width: 1000px;
   min-height: 600px;
   text-align: left;
   background-color: #FFF;
   overflow:hidden; 
}
#footer{
  margin: 0; padding: 0;
 	position: relative;
	height: 40px;	
	background: #7F8082 url(../images/header-bg.jpg) repeat-x 0% 100%;
	border-top: 8px solid #0B0B61;
	clear: both;
}
/* Contenido */
#col_izq{
position:relative;
width:200px;
float:left;
margin:5px 0 5px 5px;
padding:0;
border-style:solid;
border-width:2px;
border-color:#0B3861;
}
#col_der{
position:relative;
width:750px;
float:left;
padding:10px 10px 10px 10px;
margin:5px 5px 5px 5px;
}
#info{
  position:relative;
  width:235px;
  height:227px;
  float:left;
  margin:5px 0 5px 5px;
  padding:0;
  border-style:solid;
  border-width:2px;
  border-color:#0B3861;
  font-size:15px;
  font-weight: bold;
}
#info1{
  position:relative;
  width:723px;
  height:150px;
  float:left;
  margin:5px 0 5px 5px;
  padding:0;
  border-style:solid;
  border-width:2px;
  border-color:#0B3861;
  font-size:15px;
  font-weight: bold;
}