html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; 	vertical-align: baseline; 	text-decoration: none; 
}

strong{font-weight:bold}

a { color: #00708E ; text-decoration:underline; cursor: pointer;}
:focus { outline: 0; }
body, textarea { line-height: 1; background: white; font-family: Arial, sans-serif; color: #333; font-size: 11px; line-height:15px;}
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { 	text-align: left; font-weight: normal; }

.clear:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
} 

.color1{ color: #1b99b4; }
.float_l{ float:left; }
.float_r{ float:right; }
.pr{ position: relative; }
.margin_l_5{ margin-left:5px; }
.margin_r_5{ margin-right:5px; }
.margin_t_5{ margin-top:5px; }
.margin_b_5{ margin-bottom:5px; }
.margin_b_10{ margin-bottom:10px; }

.margin_t_3{ margin-top:3px; }
.margin_l_15{ margin-left:15px; }
.margin_t_10{ margin-top:10px; }

.none{ display:none !important; }
.minimo{
	min-height: 350px;
}

.invisible{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

form .tooltip{
	
}
#tooltip{
	position:absolute;
	border:1px solid #ccc;
	padding: 7px 10px 7px 10px;
	background-color: #f5f5f5;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	max-width:250px;
}
#tooltip h3{
	font-size:10px;
	line-height:15px;
	font-weight:normal;
}

.primero{
	margin: 0 !important;
	background: none !important;
}

.roundBot{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomleft: 5px;
	-ms-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.roundTop{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-ms-border-radius-topleft: 5px;
	-ms-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

h1{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: url(../img/globo.png) left top no-repeat #0D3F6D;
	
	padding: 18px 0 0 9px;
	width: 171px;
	height: 29px;
	
	margin-bottom:2px;
}
h2, h3{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3 small{
	font-size:11px;
	line-height:12px;
	font-weight: normal;
	position: absolute;
	bottom: 1px;
	left: 44px;
	white-space: nowrap;
}

h3{ color: #1b99b4; }
h2{ color: #0D3F6D; }

#contPpal{
	width: 950px;
	margin: 0 auto;
	padding:10px 10px 0 10px;
	border-top:5px solid #0D3F6D;
}
#colIzq{
	width: 180px;
	float: left;
}
#contCentral{
	float:left;
	width: 765px;
	margin-left: 5px;
}
.header{
	color: #666;
	margin-bottom:5px;
}
.header .cont{
	width: 475px;
	height: 75px;
}
.header ul{
	float: right;
}
.header ul li{
	display: inline;
	margin-left: 10px;
}
.header h2{
	position: absolute;
	bottom: 0;
	right: 0;
}
.header .separador{
	height: 25px;
	background-color: #0D3F6D;
	margin-top: 10px;
}
.header .separador span{
	background: #ddd; 
	background:-moz-linear-gradient(#fff, #aaa); 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#aaa));
	display:block;
	height: 12px;
	
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	
	top:1px;
	position: relative;
}
.datos_bienvenida{
	float: left;
	
	position: absolute;
	bottom: -2px;
	left: 195px;
}

ul.menu{
	background-color: #F7F7F7;
	border:1px solid #ECECEC;
	padding: 5px;
	margin-bottom:7px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.menu ul{
	display: none;
	margin-left: 15px;
}
ul.menu li a{
	color: #333;
	text-decoration:none;
	display:block;
	line-height:13px;
	padding: 5px 10px 4px 10px;
	border:1px solid #F7F7F7;
}
ul.menu li.activo a{
	font-weight:bold;
}

ul.menu li.activo ul{
	display:block;
} 
ul.menu li a:hover{
	border:1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #DBDBDB; 
	background:-moz-linear-gradient(#FBFBFB, #DBDBDB); 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#FBFBFB), to(#DBDBDB));
}
ul.menu li:hover ul, ul.menu li.abierto ul{
	display:block;
}
ul.menu li a span{
	background:url(../img/flechitas.png) left top no-repeat;
	display:block;
	float:left;
	height:20px;
	width:7px;
	margin:2px 8px 0 0;
}

.caja{
	padding:10px;
}
.caja.estilo1{
	border-left:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
	border-bottom:1px solid #ECECEC;
	background-color: #F7F7F7;
}

.caja.estilo2{
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	
	padding-bottom: 10px;
	
	background-color: #F0F0F0;
	
	margin-bottom:5px;
}
.caja h4{
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#666;
	font-weight:bold;
	margin-right:8px;
	float:left;
}

#login{
	position: relative;
	width: 320px;
	margin: 0 auto;
	border-bottom: 5px solid #1b99b4;
}
.borde_grueso{
	border-top: 8px solid #1b99b4;
}


#login form{
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	width: 298px;
	background-color: #F0F0F0;
	padding: 10px;
}
#login form label{
	width: 110px;
}
#login form label.error{
	left:130px !important;
}

#login form input{
	width: 154px;
}
#login #caja1{
	position: relative;
	height: 75px;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	padding: 10px;
}
#login h3{
	position: absolute;
	bottom: 29px;
	right: 29px;
}

.breadcrumbs{
	padding: 5px 10px 5px 10px;
	background-color:#f7f7f7;
	height: 37px;
}
.breadcrumbs ul{
	margin-top: 20px;
}
.breadcrumbs ul li{
	color: #1b99b4;
	background: url(../img/li.png) left 4px no-repeat;
	padding-left:11px;
	margin-left:5px;
}


h3.icono{
	height: 32px;
	line-height: 32px;
}
h3.usuario{
	color: #4d4d4d;
	line-height: 22px;
}
.icono span{	
	background-image: url(../img/sprite_iconos_32.png); 
	background-repeat: no-repeat; 
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right:12px;
}
.icono.candado span{ background-position: 0 0; }
.icono.usuario span{ background-position: -32px 0; }
.icono.carpeta span{ background-position: -64px 0; }
.icono.listado span{ background-position: -96px 0; }
.icono.detalle span{ background-position: -128px 0; }
.icono.foto span{ background-position: -224px 0; }
.icono.globo span{ background-position: -288px 0; }
.icono.cuenta span{ background-position: -256px 0; }
.icono.ok span{ background-position: -160px 0; } 
.icono.error span{ background-position: -192px 0; } 

input.busqueda{
	width:125px !important;
	margin-right:8px;
	padding: 2px;
	height:14px;
	margin-top: -1px;
}
form select{
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size:11px;
	color: #4D4D4D;
	border:1px solid #ccc;
	padding: 2px;
	height:21px;
	margin: -1px 8px 0 0;
	width: 125px;
}
.muy_corto{ width: 50px; }
.corto{ width: 80px; }
.mediano{ width: 100px; }
.largo{ width:150px;}

form input, form textarea{
	border: 1px solid #CCCCCC;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size:11px;
	color: #4D4D4D;
	height: 14px;
	line-height:14px;
	width: 200px;
	padding:3px;
}

form textarea{
	height: 150px;
	width: 300px;
	resize: none;
}
form textarea.largo{
	width: 450px;
	height: 300px;
}	
form textarea.corto{
	height: 50px;
	width: 300px;
}
form label{
	font-size: 11px;
	color: #1b99b4;
	padding-right: 20px;
	text-align: right;
	width: 210px;
	display: block;
	float:left;
	line-height: 21px;
}
form label.error{
	color: #cc0000;
	padding-right:0;
	text-align:left;
	line-height:15px;
	width:auto !important;
	top: 3px;
	
	clear:both;
	position:relative;
	left: 235px;
}
form .checkboxes label.error{
	color: #cc0000;
	line-height:15px;
	margin-bottom:5px;
	float:none;
	left:0;
}

form label.error2{
	color: #cc0000;
	font-weight:bold;
	float:left !important;
	width: 180px !important;
	line-height: 13px;
}
form fieldset{
	margin-bottom:12px;
	position: relative;
}
form fieldset p{ line-height: 20px; }
form .auto{
	width: auto;
	height: auto;
}

a.boton{
	color: #333;
	text-decoration: none;
	display:block;
	background: #ddd; 
	background:-moz-linear-gradient(#FBFBFB, #DBDBDB); 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#FBFBFB), to(#DBDBDB));
	border:1px solid #C2C2C2;
	line-height: 25px;
	height: 25px;
	text-align: center;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	padding: 0 25px 0 25px;
}
a.boton:hover{
	background:none;
	background-color:#FBFBFB;
}

a.boton.icono{
	width:16px;
	height: 16px;
	line-height: 16px;
	padding:1px 7px 1px 7px;
	margin-top:-1px;
}

span.icono{
	width:16px;
	height:16px;
	display:block;
	
	background-image:url(../img/sprite_iconos_16.png);
	background-repeat: no-repeat;
	
	text-indent:-999px;
	overflow: hidden;
}
span.icono.buscar{ background-position: left top; }
span.icono.no{ background-position: -16px top; width:10px; height: 12px; }
span.icono.si{ background-position: -32px top; width:12px; height: 12px; }
span.icono.cerrar{ background-position: -80px top;}
span.icono.editar{ background-position: -96px top;}
span.icono.help{ background-position: -112px top;}

.centrar{ text-align: center; }
.centrar span.icono{
	margin:0 auto;
}

ul.solapas{
	float:right;
	position: absolute;
	bottom: -1px;
	right: 10px;
}
ul.solapas li{
	display: inline;
	float: left;
	margin-left: -1px;
}
ul.solapas li a, ul.solapas li span{ 
	text-decoration: none; 
	background-color: #F7F7F7;
	display: block;
	height: 28px;
	line-height:30px;
	border:1px solid #C2C2C2;
	border-bottom: none;
	padding: 0 10px 0 10px;
	
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-ms-border-radius-topleft: 7px;
	-ms-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
ul.solapas li a{
	border-bottom: 1px solid #ECECEC;
}
ul.solapas li span, ul.solapas li a:hover{
	color: #1b99b4;
	
	background: #DBDBDB; 
	background:-moz-linear-gradient(#DBDBDB, #F0F0F0); 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#DBDBDB), to(#F0F0F0));
}
ul.solapas li span{ height: 29px; }


ul.archivos li{
	background-color: #F7F7F7;
	padding:5px;
	margin-bottom:5px;
}
ul.archivos li .zocalo_foto{
	min-width: 120px;
	min-height: 90px;
	background-color: #ccc;
}
ul.archivos li p{
	width: 350px;
	color: #1b99b4;
	margin-left:10px;
	float:left;
}
ul.archivos li .accion{
	position:absolute;
	right:5px;
	top:5px;
}
ul.archivos li textarea{
	width: 344px;
	height: 81px;
	padding:3px;
	margin-top:0;
	
	border: 1px solid #ccc;
	background-color: #fff;
	resize: none;
	
	color: #1b99b4;
	margin-left:5px;
	float:left;
}


table{
	border:1px solid #D2D2D2;
	width: 100%;
}
table tr{
 	width: 100%;
}

.drag{
	background:url(../img/drag.png);
	background-position: center 7px;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: move;
}
span.drag{
	background-position: left top;
	display:block;
	width:14px;
	height:18px;
}
table tr td{
	padding: 8px 4px 8px 4px;
	border-top:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	
	background-color: #fff;
	
}
table thead tr td{
	font-weight:bold;
	color: #1b99b4;
	padding:4px;
	
	background: #f7f7f7; 
	background:-moz-linear-gradient(#fff, #f7f7f7); 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f7f7));
}

table ul li{
	display:inline;
	margin-right:5px;
}

.inactivo{
	color: #ccc !important;
	background: #F7F7F7 !important;
	height: 28px;
	cursor: default;
}

.mensaje{
	width: 741px;
	min-height: 31px;
	padding: 12px;
	margin-bottom:5px;
	position: relative;
}
.mensaje a.cerrar{
	text-indent: -999px;
	display:block;
	width:16px;
	height:16px;
	overflow: hidden;
	
	position: absolute;
	right:5px;
	top:5px;
}
.mensaje .detalle{
	margin: 5px 0 0 45px;
}
.mensaje.ok{ background-color: #D7ECD8; }
.mensaje.ok a.cerrar{ background:url(../img/sprite_iconos_16.png) -48px top no-repeat; }
.mensaje.ok h3{	color: #006600; }

.mensaje.error{ background-color: #FFE5E5; }
.mensaje.error a.cerrar{ background:url(../img/sprite_iconos_16.png) -64px top no-repeat; }
.mensaje.error h3{ color: #CC0000; }

#contPie{
	width: 956px;
	height: 11px;
	padding: 7px;
	
	background-color: #0D3F6D;
	margin: 0 auto;
	font-size:11px;
	color: #fff;
	text-align: center;
}
#contPie a{
	color:#fff;
	text-decoration: none;
}
#contPie a:hover{ text-decoration: underline; }
