/* CSS Document */


/* Esqueleto 
----------------------------------------------- */
#estructura {
	background-color:#FFFFFF;
	background-position: left;
}
#estructura td{border:0px; vertical-align:top;}
#estructura td#panel_izq{margin: 0px; background-image:url(/includes/imagenes/punteado1.gif); background-repeat:repeat-y; background-position:right; width:177px;	background: #f0f0f0;	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2f3f4f;
}
#estructura td#panel_der{
	width:236px;
	margin: 0px;
	background-image:url(/includes/imagenes/punteado1.gif);
	background-repeat:repeat-y;
	background-position:right;
	background: #f0f0f0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2f3f4f;
}
#estructura td#contenido {width:354px; padding:0px 5px 4px 5px; background: #FFFFFF }

/* Estilos Generales 
----------------------------------------------- */
*{  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#000000; }
body {margin:0; background-color:#FFFFFF; text-align:center;}
p {	line-height: 1.4em;	text-align:left; padding:0px; margin: 0px 0px 5px 0;}

/* Encabezados - Estilos Generales
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 { background: transparent; font-weight: normal; }

/* Links
----------------------------------------------- */
a img { border: none; }
a:link { background: transparent; color: #000000; }
a:visited, a:hover, a:focus, a:active { background: transparent; color: #000000; }

/* Panel Izquierdo 
----------------------------------------------- */
/* VER ARCHIVO PANEL_IZQ.CSS */

/* Panel Derecho 
----------------------------------------------- */
/* VER ARCHIVO PANEL_DER.CSS */

/* Header
----------------------------------------------- */
td#header { height:130px;
border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2f3f4f;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2f3f4f;}

/* Pie 
----------------------------------------------- */
td#pie{border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2f3f4f;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2f3f4f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2f3f4f;}
#pie1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background: #2f3f4f url(/includes/imagenes/pie1.gif) no-repeat left top;
	text-align:center;
	height:17px;
	padding-top:3px;
}
#pie1 a:link, #pie1 a:visited {	background: transparent; color: #ffffff; font-weight: bold;}
#pie1 a:hover,#pie1 a:focus, #contenido a:active { background: transparent; color: #cccccc; font-weight: bold;}
#pie2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background: #ffffff;
	text-align:center;
	height:17px;
	padding-top:3px;
}
/* =Floats
----------------------------------------------- */

.float-left { float: left; margin-right: 10px; }

.float-right { float: right; margin-left: 10px; }
