/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-image:url(../imagenes/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	font-size:24px;
	margin-bottom:12px;
}

h2 {
	font-size:18px;
	margin-bottom:10px;
}

#main h2 {
	font-size:18px;
	margin-bottom:10px;
	margin-top:10px;
	background-color:#348df1;
	padding:5px;
	height:24px;
	color:#FFFFFF;
	background-image:url(../imagenes/bc_02_09.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

h3 {
	font-size:14px;
	margin-bottom:14px;
}

#main td h3 {
	font-size:14px;
	margin-bottom:0px;
}

h4 {
	font-size:12px;
	margin-bottom:5px;
}

#main table table {
	margin-bottom:0px;
	padding:0px;
}

td {
	padding:2px;
}

p {
	margin-bottom:10px;
}

#wrap {	
	width:900px;
	margin:0 auto;
}

#header {
	height:160px;
}

#menu {
	background-image:url(../imagenes/bg_menu.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:900px;
	height:84px;
}

.top_header {
	background-color:#FFFFFF;
	height:76px;
	width:876px;
	margin:0 auto;
	color:#6e6d6b;
}

.menu_right {
	background-image:url(../imagenes/menu_right.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:12px;
	height:84px;
	float:right;
}

.menu_left {
	background-image:url(../imagenes/menu_left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:12px;
	height:84px;
	float:left;
}

.titulo {
	background-image:url(../imagenes/titulo.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:382px;
	height:79px;
	float:left;
	color:#FFFFFF;
	padding:5px 0 0 15px;
}

.logo_pocuro {
	width:180px;
	height:76px;
	float:left;
	padding-left:25px;
}


.direccion {
	font-size:11px;
	width:400px;
	margin-top:40px;
	padding-right:20px;
	text-align:right;
	float:right;
}

#main {
	background-color:#FFFFFF;
	width:806px;
	padding:5px 35px 15px 35px;
	margin:0 auto;
}

#footer {
	background-image:url(../imagenes/bg_footer.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:900px;
	height:113px;
	color:#FFFFFF;
}

.footer_right {
	background-image:url(../imagenes/footer_right.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:12px;
	height:113px;
	float:right;
}

.footer_left {
	background-image:url(../imagenes/footer_left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:12px;
	height:113px;
	float:left;
}

.clearfix {
display:block;
height:0;
clear:both;
visibility:hidden;
 }
.alingtop {
	vertical-align: top;
}
.alingtop td{
	vertical-align: top;
}
.tableregistro {
	margin-top: 20px;
}
.alingder {
	text-align: right;
}
.pad20 {
	padding: 10px;
}
.w130 {
	width: 130px;
	text-align: right;
	padding-right: 10px;
}

.bg_amarillo {
	background-color:#999999;
	padding:5px;
}

.bg_verde {
	background-color:#CCCCCC;
	padding:5px 0 0 5px;
}
.cajaalerta {
	padding:5px 5px 5px 80px;
	margin-bottom:10px;
	height:60px;
	clear:both;
	background-color: #FFF880;
	border: 1px solid #ECE000;
	font-weight: bold;
	color: #C10018;
	background-image:url(../imagenes/alerta.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 14px;
}
.cajaagreat{
	padding:5px 5px 5px 80px;
	margin-bottom:10px;
	height:60px;
	clear:both;
	background-color: #A8FBB6;
	border: 1px solid #6AF983;
	color: #06841D;
	font-weight: bold;
	background-image:url(../imagenes/ok.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	font-size: 14px;	
}