/*

Theme Name: arteka web desing By: Guicho Fuentes
Theme URI: http://wwwjueiquillaweb.com
Description: 3 COLUMNAS .
Author: ARTEKA
Author URI: http://www.JURIQUILLAWEB.COM
*/

body {
	/*tamaño de la letra el % lo representa */
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	color: #000;
	margin: 0;
	padding: 0px;
	
	/*background: #248BEA;	*/
}
img {
	border-width: 0px;
}

#wrp {
	margin: 0px auto;
	width: 990px; /*SIDEBAR LO JUNTA O SEPARA ancho de la pantalla de trabajo con referencia a la izq centra o descentra*/
}
#container {
	margin: 0px;
	width: 980 px; /*ancho del fondo (imagen) fijo de la pagina default 964*/
	float: left;
	background: url("images/azul_intermedio_2.jpg") repeat-y;
	
}
#layout-bottom {
	
	height: 25px;
	width: 980px; /*969*/
}

#container-top {
	
	background: url("images/azul_arriba_2.jpg") no-repeat top; /*el fondo del encabezado de la pagina*/
	float: left;
	width: 980px;
	

}
#container-inner {
	/*arcivo muy grande el fondo inferior o pie de pagina*/
	background: url("images/azul_abajo_2.jpg") no-repeat bottom;
	float: left;
	width: 960px;
	padding: 30px 10px 20px; /* arribapx  izquierdapx abajopx mueve la pagina del contenido entera con respecto a la pantalla*/
}
#header {  /*search imagen de fondo de la busqueda*/
	float: left;
	width: 950px; /*929*/
	background: url(images/anv.png) no-repeat right center;
}
#header #site-title { /*dezplaza la buqueda hacia arriba o abajo */
	float: left;
	width: 300px;
}
#header #navs {    /*desplaza el primer frame hacia abajo o hacia arriba no afecta fondo ni busqueda*/
	float: right;
	height: 40px;
}
#navs .nv {
	margin: 0px;
	padding: 0px; /* 10 px mueve hacia la izq la barra de search*/
	width: 100%;
	list-style-type: none;
}
#navs .nv ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navs .nv li {  /*tamaño de la letra de la barra navegadora   home links etc*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12pt;
	line-height: 41px;
	color: #003399;
	display: inline;
}
#navs .nv ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12pt;
	line-height: 41px;
	color: #00244B;
	display: inline;
}
#navs .nv li a { /*EL MENU INICIO ETC*/
	margin: 0px;
	padding: 0px 11px;
	list-style-type: none;
	color: #003366;
	display: inline-block;
	text-decoration: none;
	float: left;
	font-weight: bold;
}
#navs .nv li a:hover {
	margin: 0px;
	padding: 0px 11px;
	list-style-type: none;
	color: #FFFFFF;
	display: inline-block;
	text-decoration: underline;
	float: left;
	font-weight: bold;
}
#site-title h1 { /*formato titulo de la pagina color tamaño etc.*/
	font-size: 1pt;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	line-height: 26px;
}
#site-title h1 a {
	color: #ff3300;
	text-decoration: none;
}
#site-title h1 a:hover {
	color: #00244B;
	text-decoration: none;
}
#site-title p { /*fomato el segundo titulo de la pagina*/
	font-size: 1px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	line-height: 16px;
}
#content {
	margin: 75px 0px 1em;
	padding: 1px 0px 0px;
	float: left;
	width: 950px; /*con esta imagen forzamos el ancho de la pagina */
	background: url(images/LINEA_PUNTEADA_ABAJO.gif) no-repeat center bottom;
}
#top-post {
	background: url(images/no INFO.jpg) no-repeat; /* con o sin IMAGNE QUIENES SOMOS ABOUT*/
	float: left;
	height: 100px;
	width: 470px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 45px;
	margin-left: 30px;
}
#top-post h3 {  /*acerca de */
	font-size: 12pt;
	line-height: 22px;
	color: #000033;
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 400px; /*470*/
	font-weight: normal;
}
#top-post p { /*el contenido formto para*/
	font-size: 9pt;
	align:justify;
	line-height: 18px; /*separacion entre lineas*/
	margin: 0px;
	padding: 0px;
	float: left;
	width: 450px;/*470 el ancho del texto acerca de*/
	text-align: justify;
}
#top-post p2 { /*el contenido formto para*/
	font-size: 8pt;
	align:justify;
	line-height: 18px; /*separacion entre lineas*/
	margin: 0px;
	padding: 0px;
	float: left;
	width: 450px;/*470 el ancho del texto acerca de*/
	text-align: justify;
	
	
}
#top-post p a {
	color: #FF6633;
	text-decoration: underline;
}
#top-post p a:hover {
	color: #097DA2;
	text-decoration: none;
}



#post-entry {
	margin: 0px;
	padding: 50px 0px 1em;
	float: left;
	width: 520px;
}
#post-entry h2 {   /*ARCHIVOS ENCABEZADO*/
	font-size: 12pt;
	line-height: 24px;
	color: #333333;
	margin: 10px 25px 10px;
	padding: 0px;
	float: left;
	width: 520px;
}

#post-entry object {
	margin: 0px 0px 5px;
	padding: 0px;
}
.post-meta { /* parte izq blanca de la pagina*/
	padding: 10px;
	float: left;  /*left*/
	width: 520px;  /*ancho del contenido  aqui se ajusta para cincidir con el fondo*/
	border: 1px dotted #eeeeee;  /*color del marco*/
	background: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.pblck {  /*box de abajo*/
	padding: 5px 6px;
	float: left;
	width: 156px;
	margin-right: 2px;
	border-right: 1px dotted #ff6633;
}
.pblck .vart {
	font-size: 10pt;
	color: #060;
	margin: 8px 0px 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
.pblck .art {
	clear: both;
	float: left;
	font-size: 11pt;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
#noline {
	border-width: 0px;
	border-style: none;
}

.vlist {
	margin: 0px;
	padding: 10px 0px 20px;
	float: left;
	width: 200px;
	list-style-type: none;
}
.vlist ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	list-style-type: none;
}
.vlist li {
	font-size: 8pt;
	line-height: 16px;
	color: #000;
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 170px;
}
.vlist ul li {
	font-size: 10px;
	line-height: 16px;
	color: #00244B;
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 170px;
}
.vlist li a {
	color: #576905;
	text-decoration: none;
}

.post-meta a {
	color: #7A9605;
	text-decoration: none;
}
.post-meta a:hover {
	color: #000;
	text-decoration: line-through;
}


.post-meta h1 {
	font-size: 12pt;
	color: #333;
	float: left;
	width: 100%;
	line-height: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(images/cb.png);
	background-repeat: repeat;
	background-position: left 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.post-meta h1 a {
	color: #666;
	text-decoration: none;
}
.post-meta h1 a:hover {
	color: #000;
}
.post-cat {
	font-size: 8pt;
	line-height: 18px;
	color: #051C00;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-weight: lighter;
}
.post-cat a { /*primer titulo del encabezado izq*/
	color: #000;
	text-decoration: none;
}
.post-cat a:hover {
	color: #666666;
	text-decoration: none;
}


.post-author { /*autor y fecha de insercion*/
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 9pt;
	line-height: 18px;
}
.post-content {
	margin: 0px;
	padding: 4px 0px;
	float: left;
	width: 100%;
	font-size: 9pt;
	line-height: 17px;
	text-align: justify;
}
.post-social {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 8pt;
	line-height: 18px;
	color: #ff9966;
}
.post-social a {
	display: inline-block;
	margin: 0px;
	padding: 0px 12px;
	float: left;
	color: #999;
	text-decoration: none;
	font-size: 9pt;
	line-height: 19px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
}
.post-social a:hover {
	display: inline-block;
	margin: 0px;
	padding: 0px 12px;
	float: left;
	border-right: 1px solid #999999;
	color: #576905;
	text-decoration: underline;
	font-size: 9pt;
	line-height: 19px;
}
.post-content blockquote {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #063;
	line-height: 20px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #7D9906;
}
#resmap { /*recientes comentarios etc*/
	background: transparent url(images/fondo3.png) no-repeat left top;
	padding-top: 0px;
	padding-bottom: 0px;
}

#sidebar { /*el ancho del sidebar derecho*/
	float: right;
	width: 320px;
}
#sidebar h3 a {
	color: #FF6633;
	text-decoration: none;
}

#sidebar table {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


#sidebar img {
	margin: 0px;
	border-width: 0px;
	padding: 0px;
}
#sidebar .widget-sidebar-wide .nolist img {
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 11px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#sidebar .widget-sidebar-wide .nolist img:hover {
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 11px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}


#post-navigator { /*numero de paginas paginatio*/
	color: #0033FF;
	margin: 20px;
	padding: 0em 0px 1em;
	float: left;
	width: 99%;
	font-size: 8pt;
}
#post-navigator-single {
	margin: 0px;
	padding: 5px 0px;
	float: left;
	width: 98%;
	font-size: 9pt;
}
.wp-pagenavi {
	float: left;
	width: 99%;
	padding-top: 8px;
	padding-bottom: 7px;
	font-size: 8pt;
}
.pages {
	color: #ffggkk;
	background: #f8f8f8;
	padding: 2px 5px;
	border: 1px solid #dddddd;
	margin-right: 5px;
	font-weight: bold;
}
.current {
	background: #FFFFFF;
	padding: 2px 4px;
	border: 1px solid #CCCCCC;
	margin-left: 4px;
	color: #00244B;
}

#post-navigator a {
	color: #FFFFFF;
	background: #CCCCCC;
	padding: 2px 4px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
#post-navigator a:hover {
	color: #FFFFFF;
	padding: 2px 4px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	border: 1px dotted #00244B;
	font-weight: bold;
	background-color: #000;
}
#post-navigator-single .alignleft {
	font-size: 9pt; /*categoria siguiente izquierda*/
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45%;
	overflow: hidden;
	height: 18px;
}
#post-navigator-single .alignright {
	font-size: 8pt; /*categoria siguiente derecha*/
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;
	overflow: hidden;
	height: 18px;
}
#post-navigator-single a {
	color: #14425C; /*azul*/
	padding: 5px 8px;
	margin: 0px 0px 0px 3px;
	text-decoration: underline;
}
#post-navigator-single a:hover {
	color: #000033;
	padding: 5px 8px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}

#comments-template { /*COMENTARIOS-------------------------------------*/
	margin: 0px 20px 10px;
	padding: 20px 10px 20px;
	float: left;
	width: 520px; /*default 565*/
	border: 1px dotted #097da2;
	background: #fff;
}



#comments-template h4 { /*numerio de comentarios*/
	font-size: 10pt;
	margin: 1em 0px;
	padding: 0px;
	float: left;
	width: 100%;
	line-height: 20px;
	color: #666;
}
.com-box {
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 98%;
}
.com-box a {
	color: #0066CC;
	text-decoration: none;
}
.com-box a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.com-avatar {
	float: left;
	width: 50px;
}
.com-wrp {
	float: right;
	width: 485px;
	padding: 6px10px;
}
.com-wrp-alt {
	float: right;
	width: 485px;
	padding: 6px 10px;
	background: #f9f9f9;
}
.com-bottom {
	background: url(images/cuadrito_azul.png) no-repeat bottom;
	float: right;
	height: 25px;
	width: 98%;
}
.com-content {
	background: url(images/ct.gif) no-repeat top;
	float: left;
	width: 100%;
}
.com-author {
	float: left;
	width: 98%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #030;
	line-height: 22px;
}
.com-date {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 98%;
	font-size: 11px;
}
.com-text {
	margin: 0px;
	padding: 8px 0px;
	float: left;
	width: 98%;
	font-size: 9pt;
	line-height: 20px;
	color: #333;
	text-align: justify;
}
.com-wrp-author {
	float: right;
	width: 460px;
	padding: 10px;
	background: #EEEEEE;
}
.com-bottom-author {
	float: right;
	height: 15px;
	width: 100%;
}
.com-content-author {
	background: url(images/cta.gif) no-repeat top;
	float: left;
	width: 100%;
}
#comments-template #commentform {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 98%;
	background-image: url(images/fondo3.png);
	background-repeat: no-repeat;
}
#commentform label {
	font-family: Calibri, Cambria, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
}
#commentform p {
	margin: 0px 0px 20px;
	padding: 0px;
}
#commentform .comfield {
	padding: 3px;
	width: 300px;
	border-top: 1px solid #666666;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #666666;
	background: #FFFFFF;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica;
}
#commentform label span {
	font-size: 13px;
	color: #ff3300;
	padding-left: 5px;
}
#commentform label a {
	color: #F60;
	text-decoration: underline;
}
#commentform .comarea {
	padding: 3px;
	width: 400px;
	border-top: 1px solid #666666;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #666666;
	background: #FFFFFF;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica;
	height: 200px;
	line-height: 20px;
}
#commentform .submit-button {
	font-family: Calibri, Cambria, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #00244B;
}
#sidetop {
	float: left;
	width: 100%;
}
#sidetop img {
	margin: 8px 0px;
	padding: 0px;
	float: left;
}

#sidetop h3 {
	font-size: 20px;
	line-height: 22px;
	color: #00244B;
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 100%;
}
#sidetop .post-feat {
	margin: 0px;
	padding: 10px 0px 16px;
	float: left;
	width: 100%;
	background: url(images/LINEA_PUNTEADA.png) no-repeat center bottom;
	color: #ffffff;
}
#sidetop .post-feat h1 {
	background: url(images/cuadrito_azul.png) no-repeat left 1px;
	margin: 0px 0px 4px;
	padding: 1px 0px 0px 44px;
	font-size: 18px;
	line-height: 22px;
	color: #00244B;
}
#sidetop .post-feat h1 a {
	color: #FFFFFF; /*CATEGORIAS RECIENTES*/
	text-decoration: none;
}
#sidetop .post-feat h1 a:hover {
	color: #003366;
	text-decoration: none;
}
#sidetop .post-feat a { /*CONTINUAR>>*/
	color: #FFFAF4;
	text-decoration: none;
}
#sidetop .post-feat a:hover {
	color: #333;
	text-decoration: underline;
}
#sidebottom {
	float: left;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;

} /*INSERTADO SIDEBAR CABECERA*/
.widget-sidebar-A {
	margin: 0px;
	padding: 0px;
	width: 155px;
}
#left-widget-A {
	float: left;
}
#right-widget-A {
	float: right;
/*TERMINA*/

}
.widget-sidebar {
	margin: 0px;
	padding: 0px;
	width: 155px;
}
#left-widget {
	float: left;
}
#right-widget {
	float: right;
}

/*sidebar box*/
.box {
	background: url(images/sidebarbox_inter.png) ;
	float: left;
	width: 155px;
	margin-bottom: 10px;
}
.box h3 {
	background: url(images/sidebarbox_sup.png) no-repeat top;
	float: left;
	width: 123px;
	padding-top: 15px;
	margin: 0px;
	font-size: 10pt;
	line-height: 18px;
	color: #000;
	padding-left: 33px;
	font-family: "Courier New", Courier, monospace;
	font-variant: normal;
}
.box .list {
	background: url(images/siderbarbox_infe.png) no-repeat bottom;
	margin: 0px;
	padding: 10px 10px 8px;
	float: left;
	width: 135px;
	list-style-type: none;
}
.box .list ul {
	background: url(none);
	margin: 0px;
	padding: 0px;
	float: left;
	width: 135px;
	list-style-type: none;
}
.box .list li {
	font-size: 9pt;
	line-height: 18px;
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 135px;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;
}
.box .list ul li {
	font-size: 9pt;
	line-height: 18px;
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 135px;
}
.box .list li a {
	color: #00244B;
	text-decoration: none;
}
.box .list ul li a {
	color: #666666;
	text-decoration: none;
}
.box .list li a:hover {
	color: #00244B;
	text-decoration: underline;
	font-size: 8pt;
}
.box .list ul li a:hover {
	color: #00244B;
	text-decoration: underline;
}



.box .nolist {
	background: url(images/sbottom.gif) no-repeat bottom;
	margin: 0px;
	padding: 10px 10px 8px;
	float: left;
	width: 135px;
	list-style-type: none;
}
.box .nolist ul {
	background: url(none);
	margin: 0px;
	padding: 0px;
	float: left;
	width: 135px;
	list-style-type: none;
}
.box .nolist li {
	font-size: 10pt;
	line-height: 18px;
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 135px;
	overflow: hidden;
}
.box .nolist ul li {
	font-size: 10pt;
	line-height: 18px;
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 135px;
}
.box .nolist li a {
	color: #00244B;
	text-decoration: none;
}
.box .nolist ul li a {
	color: #666666;
	text-decoration: none;
}
.box .nolist li a:hover {
	color: #00244B;
	text-decoration: underline;
}
.box .nolist ul li a:hover {
	color: #00244B;
	text-decoration: underline;



/*  TERMINA*/





}



/*----------------------------------------------------------------------*/


.widget-sidebar-wide {
	margin: 0px 0px 10px;
	padding: 9px;
	width: 300px;
	float: left;
	border: 1px solid #00244B;
	background: #FFFFFF;
	background-image: url(images/bg.jpg);
}
.widget-sidebar-wide h3 {
	font-size: 12pt; /*formato letra sidebar ancho*/
	line-height: 20px;
	color: #000;
	margin: 0px;
	padding: 2px 0px 2px 40px;
	float: left;
	width: 260px;
	background: url("images/cuadrito_azul.png") no-repeat -1px -1px;
	border-bottom: 1px solid #eeeeee;
}
/*inicia mensajes nuevos anuncios recientes*/
.widget-sidebar-wide h5 {
	font-size: 14pt;
	line-height: 18px;
	color: #000;
	margin: 0px;
	padding: 2px 0px 2px 40px;
	float: left;
	width: 260px;
	background: url("images/cuadrito_azul.png") no-repeat -1px -1px;
	border-bottom: 1px dotted #6699CC; /*l LINEA ----- que va abajo de la imagen*/
	
} /*termina css mensajes nuevos*/
.widget-sidebar-wide .list {
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	width: 300px;
	list-style-type: none;
}
.widget-sidebar-wide .list ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
	list-style-type: none;
}
.widget-sidebar-wide .list li {
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 300px;
	list-style-type: none;
	font-size: 8pt;
	line-height: 18px;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
}
.widget-sidebar-wide .list ul li {
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 300px;
	list-style-type: none;
	font-size: 10pt;
	line-height: 18px;
}
.widget-sidebar-wide .list li a {
	color: #00244B;
	text-decoration: none;
}
.widget-sidebar-wide .list ul li a {
	color: #666666;
	text-decoration: none;
}
.widget-sidebar-wide .list li a:hover {
	color: #660000;
	text-decoration: underline;
}
.widget-sidebar-wide .list ul li a:hover {
	color: #660000;
	text-decoration: underline;
}


.widget-sidebar-wide .nolist {
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	width: 300px;
	list-style-type: none;
}
.widget-sidebar-wide .nolist ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
	list-style-type: none;
}
.widget-sidebar-wide .nolist li {
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 300px;
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.widget-sidebar-wide .nolist ul li {
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 300px;
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
}
.widget-sidebar-wide .nolist li a {
	color: #00244B;
	text-decoration: none;
}
.widget-sidebar-wide .nolist ul li a {
	color: #666666;
	text-decoration: none;
}
.widget-sidebar-wide .nolist li a:hover {
	color: #660000;
	text-decoration: underline;
}
.widget-sidebar-wide .nolist ul li a:hover {
	color: #660000;
	text-decoration: underline;
}
#tagbox {  /*etiquetas formato y configuracion*/
	float: left;
	width: 318px;
	margin: 10px 0px;
	background: url(images/etiqueta_inter.png) repeat-y;
}
#tagbox-top {
	background: url(images/etiqueta_sup.png) no-repeat top;
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	width: 318px;
}
#tag-content {
	margin: 0px;
	padding: 50px 9px 10px;
	float: left;
	width: 300px;
	background: url(images/etiqueta_infer.png) no-repeat bottom;
	font-size: 12px;
	line-height: 20px;
	color: #002D42;
}
#tag-content a {
	color: #003399;
	text-decoration: none;
}
#tag-content a:hover {
	color: #666666;
	text-decoration: none;
}






#sidetop form {
	margin: 0px;
	padding: 0px 0px 10px;
	float: left;
	width: 100%;
}
#sform {
	margin: 0px;
	padding: 6px 0px 0px;
	float: right;
	width: 300px;
}
#sform .spanleft {
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 0px;
	float: left;
	font-size: 10pt;
	color: #FFF;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
}


#sform p {
	margin: 0px;
	padding: 0px;
}
#sform input {
	padding: 2px;
	width: 170px;
	font-family: Arial, Tahoma, "Lucida Sans";
	font-size: 10pt;
	float: left;
	border: thin dotted #030;
	background: #7D9906;
	color:#000;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#featured {
	border-bottom: 1px solid #adadad;
}
#footer {
	margin: 0px;
	padding: 0px 0px 1em 150px;
	float: left;
	width: 779px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#nvb {
	float: left;
	width: 700px;
	font-size: 12px;
	font-weight: lighter;
	line-height: 18px;
}
.tiva {
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 0px;
	float: left;
	width: 700px;
}
.tobottom {
	margin: 0px;
	padding: 5px 0px 0px;
	float: left;
	width: 700px;
	font-size: 12px;
	line-height: 17px;
}

#footer a {
	font-weight: bold;
	color: #00244B;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}




.subscribe-to-comments {
	font-size: 12px!important;
	padding-top: 15px;
}
.subscribe-to-comments a {
	color: #0066CC;
	text-decoration: underline;
}
.post-content .page-links {
	margin: 0px;
	padding: 15px 0px 0px;
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	color: #00244B;
	font-weight: bold;
}
.post-content .page-links a {
	font-family: Calibri, Cambria, Verdana;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background: #0066CC;
	padding: 3px 6px;
	border: 1px solid #0066CC;
	margin-right: 1px;
	text-decoration: none;
}
.post-content .page-links a:hover {
	font-family: Tahoma, Cambria, Verdana;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background: #0099CC;
	padding: 3px 6px;
	border: 1px solid #0099FF;
	margin-right: 1px;
	text-decoration: none;
}
#themeswitcher {
	margin: 0px;
	padding: 5px 0px 10px;
	float: left;
	width: 97%;
	list-style-type: none;
}
#themeswitcher li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	width: 98%;
}
#themeswitcher select {
	margin: 0px;
	padding: 3px;
	float: left;
	width: 97%;
	border: 1px solid #dedede;
	font-size: 14px;
	color: #00244B;
	background: #FFFFFF;
	font-family:  "Tahoma", "VAGRounded BT", Verdana;
	font-weight: bold;
	font-style: normal;
}
.akpc_pop {
	color: #666666;
	margin: 15px 0px 10px;
	padding: 0px;
	clear: both;
	font-size: 11px;
}
.post-content ul {
	width: 90%;
	clear: both;
}

.post-content ul ul {
	margin: 0px;
	padding: 0px;
}
.post-content ol ol {
	margin: 0px;
	padding: 0px;
}
.post-content h1 {
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #00244B;
}
.post-content h2 {
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #00244B;
}
.post-content h3 {
	margin: 0px;
	padding: 0px 0px 3px;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #00244B;
	border-bottom: 1px solid #555555;
}
.post-content h4 {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.post-content h5 {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}
.post-content h6 {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}
#related a {
	color: #006699;
	text-decoration: underline;
}
#related a:hover {
	color: #00244B;
	text-decoration: none;
}


.pullquote-left {
	color: #00244B;
	margin: 8px 8px 0px 2px;
	padding: 3px 3px 8px;
	float: left;
	width: 30%;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
}
.pullquote-right {
	color: #00244B;
	margin: 8px 8px 0px 2px;
	padding: 3px 3px 8px;
	float: right;
	width: 30%;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
}



.caption-img-left {
	display: block;
	margin: 15px 5px 2px 0px;
	padding: 5px;
	float: left;
	width: 45%;
	background: #F9F9F9;
	border: 1px solid #EEEEEE;
}

.caption-img-left p {
	font-size: 11px;
	color: #00244B;
	padding: 0px;
	clear: both;
	display: block;
	margin: 0px;
	width: auto;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
	line-height: 18px;
}

.caption-img-left em {
	font-size: 11px;
	color: #ff6600;
	padding: 5px 0px 0px;
	clear: both;
	display: block;
	margin: 0px;
	width: auto;
	text-decoration: none;
	font-family: Arial, Helvetica;
	line-height: 16px;
	font-style: normal;
}
.caption-img-left img {
	margin: 0px!important;
	padding: 0px;
	max-width: 100%!important;
	width: 100%!important;
}



.caption-img-right {
	display: block;
	margin: 15px 0px 2px 5px;
	padding: 5px;
	float: right;
	width: 50%;
	background: #F9F9F9;
	border: 1px solid #EEEEEE;
}
.caption-img-right p {
	font-size: 11px;
	color: #00244B;
	padding: 0px;
	clear: both;
	display: block;
	margin: 0px;
	width: auto;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
	line-height: 18px;
}

.caption-img-right em {
	font-size: 11px;
	color: #FA3512;
	padding: 0px;
	clear: both;
	display: block;
	margin: 0px;
	width: auto;
	text-decoration: none;
	font-family: Arial, Tahoma, "Lucida Sans";
	line-height: 18px;
}
.caption-img-right img {
	margin: 0px;
	padding: 0px;
	width: 100%;
}




dl {
	padding-left: 10px;
	font-size: 1em;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;

}

dt {
margin-bottom: 5px;
margin-top: 0px;
font-weight: 400;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

dd {
font-style: italic;
margin-bottom: 8px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;

}
blockquote p {
	margin: 0px;
	padding: 0px;
}
blockquote {
	font-size: 13px;
	line-height: 19px;
	color: #00244B;
	margin: 10px;
	padding: 7px;
	clear: both;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
	font-style: italic;
	border-left: 3px solid #111111;
}


.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.center {
	text-align: center;
	margin: 0px auto;
	clear: both;
}
img.alignleft {
	padding: 0px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
}
img.alignright {
	padding: 4px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
img.center {
	padding: 4px;
	display: block;
	margin: 5px auto;
	clear: both;
}
pre {
	margin: 16px 0px;
	padding: 5px;
	clear: both;
	width: 90%;
	overflow: scroll;
	font-family: Verdana, sans-serif, Arial;
	font-size: 1em;
	background: #FFFFFF;
	color: #00244B;
	border: 1px solid #999999;
}
em {
	color: #555555;
	font-style: italic;
}

.info {
	color: #191919;
	background: #BFE5FF url(images/styling/info.gif) no-repeat 5px 7px;
	margin: 10px 0px 0px;
	padding: 12px 12px 12px 35px;
	display: block;
	font-weight: bold;
	width: 70%;
	border-top: 2px solid #4AB7FF;
	border-bottom: 2px solid #4AB7FF;
}
.warning {
	color: #191919;
	background: #FFBFBF url(images/styling/warning.gif) no-repeat 5px 7px;
	display: block;
	margin: 10px 0px 0px;
	padding: 12px 12px 12px 35px;
	font-weight: bold;
	width: 70%;
	border-top: 2px solid #FF8888;
	border-bottom: 2px solid #FF8888;
}
.download {
	color: #191919;
	background: #E5F2BF url(images/styling/download.gif) no-repeat 5px 8px;
	display: block;
	margin: 10px 0px 0px;
	padding: 12px 12px 12px 35px;
	font-weight: bold;
	width: 70%;
	border-top: 2px solid #C2E069;
	border-bottom: 2px solid #C2E069;
}
.alert {
	color: #191919;
	background: #FFE5BF url(images/styling/alert.gif) no-repeat 5px 7px;
	display: block;
	margin: 10px 0px 0px;
	padding: 12px 12px 12px 35px;
	font-weight: bold;
	width: 70%;
	border-top: 2px solid #FFC875;
	border-bottom: 2px solid #FFC875;
}
.note {
	color: #191919;
	background: url(images/styling/note.gif) no-repeat 5px 7px;
	display: block;
	margin: 10px 0px 0px;
	padding: 12px 12px 12px 35px;
	font-weight: bold;
	width: 72%;
	border-top: 2px solid #FFE375;
	border-bottom: 2px solid #FFE375;
}

