/* Establezco para toda la pagina los defaults 							 */
/* ===================================================================== */

* { margin: 0; padding: 0; border: 0;} 
input { border: 1px solid black; margin:5px} 
h1, h2, h3 { font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; letter-spacing:0}
h1 { font-size: 35px; margin: 0 0 5px 0; text-align: center}
h2 { font-size: 20px; }
h3 { font-size: 15px; }ficha
p  { margin-top: 3px; margin-bottom: 5px; }
table { border-collapse:collapse; }
h1 a:link, h1 a:visited { color: #000000 }
h1 a:hover { color: #e33500 }
a:link, a:visited { color: #2b88c2 }
a:hover { color: #e33500 }



body { 	
		background-color: #ffffff; 
		font-family: verdana, arial; 
		color: #000000; 
		font-size: 11px; 
		padding-top: 0;
		_margin-top: 0;
		margin-top: 0;
		background-image: url(http://www.photoshoproadmap.com/imagenes/new2009/background3.gif); 
		background-position:top center;
		background-repeat:repeat-x;
     } 
	
	
.descripcion { font-family: Arial, Geneva, Sans-Serif; font-size: 13px; line-height:18px;}
.clear { clear:both; }
.align-center { margin: 0 auto 0 auto; }
.float-left { float: left; }
.float-right { float: left; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.justify {}
.verticalmiddle { vertical-align:middle;}
.inline { display:inline; }

		a.tip {
				position: relative;
			}
			
			a.tip span {
				display: none;
				position: absolute;
				top: 20px;
				white-space:nowrap;
				left: -10px;
				padding: 2px 5px 2px 5px;
				z-index: 100;
				background: #388fc5;
				color: #fff;
				-moz-border-radius: 0px; /* this works only in camino/firefox */
				-webkit-border-radius: 0px; /* this is just for Safari */
			}
			
			a:hover.tip {
				font-size: 99%; /* this is just for IE */
			}
			
			a:hover.tip span {
				display: block;
			}



/* ################ ENCABEZADO */

#encabezado-fondo {
	width:100%;
	height:50px;
	background-color:#231f20;
	padding:10px 0 0 0;
	margin:0;
}

#encabezado-contenido {
	width: 1016px; 
	margin: 0 auto 0 auto; 
	padding: 0;
}

#encabezado-contenido ul {
	list-style: none; 
	padding: 0 0 0 8px; 
	color:  #aaaaaa;
}

#encabezado-contenido ul li {
	display:inline;
	padding-right:8px;
}

#encabezado-contenido ul li.logo {
	padding:0 38px 0 5px !important;
}

#encabezado-contenido ul li img{
	vertical-align:middle;
}

#encabezado-contenido ul li a:link, #encabezado-contenido ul li a:visited {
	color:#aaaaaa;
	text-decoration: none;
}

#encabezado-contenido ul li a:hover {
	color:#00ccff;
}

#searchinput {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:16px !important;
	line-height:16px !important;
	height:28px !important;
	width:150px !important;
	border:none !important;
	color:#444444 !important;
	padding:0 !important;
	margin:0 !important;
	vertical-align:middle;
}
#searchbutton {
	background:transparent url(/imagenes/new2009/loupe.png) no-repeat top left;
	Background-color:#00ccff;
	border:none !important;
	padding:0 !important;
	height:28px;
	width:28px;
	margin:0 !important;
	vertical-align:middle;
	line-height:16px !important;
}
#searchbutton:focus, #searchbutton:hover {
	background-color:#ff8a3c;
}

#navegacion-fondo {
	width:100%;
	background-color:#388fc5;
	padding:0;
	margin:0;
	height: 33px;
}

#navegacion-contenido {
	width: 1020px; 
	margin: 0 auto 0 auto; 
	padding: 8px 0 0 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}



/* ################ MENU DESPLEGABLE */

.menu {
	font-size:14px;
     text-align:left;
     list-style: none;
     padding: 0 0 0 20px !important;
	 margin: 0 0 0 0 !important;
     /*text-transform:uppercase; */
	 font-weight:normal !important;
	 line-height:normal !important;
	 border:0;
 }
 
.menu li{
     position:relative;
     display:inline;
     cursor:pointer;
	 padding:8px 2px 9px 5px;
	 margin-right:10px;
 }
 
 
.menu li a:link, .menu li a:visited {
     text-decoration:none !important;
     color:#fff !important;
     width:100%;
     height:100%;
 }
 
.menu li a:hover, .menu li:hover {
     color:#54f9ff !important;
	background-color:#003655;
	 -moz-border-radius: 0;
	 -webkit-border-top-left-radius: 0;
	 -webkit-border-top-right-radius: 0;
	 -webkit-border-bottom-left-radius: 0;
	 -webkit-border-bottom-right-radius: 0; 
}

.menu li ul{
     position:absolute;
     white-space:nowrap;
     text-align:left;
     list-style:none;
     display:none;
     z-index:5;
     left:0%;
     top:30px;
     margin:0px !important;
	 margin-top:2px !important;
     padding:5px 0 15px 10px !important;
     background-color:#003655;
	/* border:1px solid #5a8192;*/
	-moz-border-radius:0 0 15px 15px;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-left-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
}
 
.menu li ul li{
     position:relative;
     left:0px;
     display: list-item;
     cursor:pointer;
	 padding:0 5px 0 0  !important;
	 border-bottom:1px solid #005688;
	 
}

 
.menu li ul li a{
     display:block;
	 padding:5px 0 5px 5px !important;
} 
 
.menu li ul li a:link, .menu li ul li a:visited{
	color:#ffffff !important;
}
 
.menu li ul li a:hover{
	-moz-border-radius:0;
	 -webkit-border-radius:0;
	 background-color:#005688;
}
 
.menu li:hover > ul{
     display:block;
} 


/* ################ FIN MENU DESPLEGABLE */
/* ################ FIN ENCABEZADO */


/* Cuerpo Principal de todas las páginas										 */
/* ===================================================================== 		 */

#fondowide {
	width:100%; 
	background-color:#e7e7de; 
	padding-top:15px;
}


#toppage {
	width:977px; 
	height:16px; 
	background-color: white;
	margin:0 auto 0 auto;
	-moz-border-radius:15px 15px 0 0; 
	-webkit-border-top-left-radius: 15px; 
	-webkit-border-top-right-radius: 15px; 
	-webkit-border-bottom-left-radius: 0; 
	-webkit-border-bottom-right-radius: 0;
}

#redonditos {
	width:945px; 
	height:250px; 
	padding:16px;
	background-color: white;
	margin:0 auto 15px auto;
	-moz-border-radius:15px 15px 15px 15px; 
	-webkit-border-top-left-radius: 15px; 
	-webkit-border-top-right-radius: 15px; 
	-webkit-border-bottom-left-radius: 15px; 
	-webkit-border-bottom-right-radius: 15px;
}

#cuerpo-principal { 
	width: 1220px; 
	margin: 0 auto 0 auto; 
	padding: 0 0 0 0; 
	border: none; 
}



#path {	
	width: 628px; 
	height: 25px;
	margin: 0 0 0 0; 
	text-align: left; 
	vertical-align: bottom; 
	padding: 0;

}
#path  a:link, #path a:visited { 
	color: #0d2336; 
	text-decoration: underline; 
}

#path  a:hover { 
	color: #e33500; 
	text-decoration: underline; 
	}


#header {

	height:119px;
	width:977px;
	margin:0 auto 0 auto;
	}
	
	#header2 {
	background: url(/imagenes/new2008/header2.gif) top no-repeat; 
	height:185px;
	width:977px;
	margin:0 auto 0 auto;
	}
	
	
#col-izquierda { 
	float: left; 
	width: 880px; 
	margin: 0; 
	padding: 20px 10px 10px 10px; 
	border: none; 
	background-color:#fff;
	-moz-border-radius:15px 15px 15px 15px; 
	-webkit-border-top-left-radius: 15px; 
	-webkit-border-top-right-radius: 15px; 
	-webkit-border-bottom-left-radius: 15px; 
	-webkit-border-bottom-right-radius: 15px;
}

#col-izquierda2 {  
	width: 628px; 
	margin: 0 auto 0 auto; 
	padding: 0 0 0 18px; 
	border: none; 
}

#col-derecha { 
	float: right; 
	width: 300px; 
	margin: 0 0 0 20px; 
	padding: 0; 
	border: none; 
}


	
#sections-right  {
	width:300px;
	margin:0 0 0 0;
	padding:0;
	background: #ffffff url(/imagenes/new2008/background-right-column-w.gif) no-repeat top;  
	}

#sections-right p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:1px 0 1px 5px;
	/* border-bottom:1px solid #ccc; */
}


#sections-right a:link, #sections-right a:visited{
	color:#000;
	text-decoration:underline;
	}
	
#sections-right a:hover {
	color:#e33500;
	text-decoration:underline;
	}
	
	
#cameras-right {
	width:300px;
	margin:0 0 15px 0;
	padding:0;
	background: #ffffff url(/imagenes/new2008/background-right-column-w.gif) no-repeat top;  
	}
	
#amazon-right {
	width:300px;
	margin:0 0 15px 0;
	padding:0;
	color:#555555;
	/* background: #ffffff url(/imagenes/new2008/background-right-column-w.gif) no-repeat top;  */
	border-top: 1px solid #a5a5a5;
	}

#amazon-right p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px 0 5px 0;
	border-bottom:1px solid #aaa;
}

#amazon-right a:link, #amazon-right a:visited{
	color:#0d2336;
	text-decoration:underline; 
	}
	
#amazon-right a:hover {
	color: #e33500;
	text-decoration:underline;
	}

/* PIE DE LA PAGINA																 */
/* ===================================================================== 		 */

#pie-contenido { 
	width: 100%; 
	margin: 0 auto 0 auto; 
	background-color:#000000;
	 
}
		#pie-contenido ul { 
			list-style: none; 
			color: white; 
			font-size: 11px;
			margin: 10px 0 20px 0;

		}			
		#pie-contenido li {	
			display: inline; 
		}
		#pie-contenido li img {
			margin: 0 0 -4px 0;
		}
		#pie-contenido td { 
			text-align: center;
		}
		#pie-contenido a:link, #pie-contenido a:visited { 
			color: #ffffff; 
			text-decoration: underline; 
		}
		#pie-contenido a:hover { 
			color: #e33500; 
			text-decoration: underline; 
		}


#sites-right {
	width:300px;
	margin:0 0 15px 0;
	padding:0;
	color:#555555;
	background: #ffffff url(/imagenes/new2008/background-right-column-w.gif) no-repeat top;  
	}

#sites-right p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#sites-right a:link, #sites-right a:visited{
	color:#0d2336;
	text-decoration:underline; 
	}
	
#sites-right a:hover {
	color: #e33500;
	text-decoration:underline;	
	}
	
	
/* BOOKSTORE																	 */
/* ===================================================================== 		 */
#title-head { width: 728px; height: 32px; margin: 20px 0 5px 0; background-image: url(/imagenes/curved-top-728x32.gif); background-position: top; background-repeat: no-repeat;	}
#title-head td { padding: 3px 14px 0 14px; vertical-align: top; text-align: left;}
#title-head h2 { color: white; font-size: 17px; }

table.amazon-pancito { width: 700px; margin: 0 auto 0 auto; }
.amazon-pancito h3 {font-size: 20px; }
.amazon-pancito h3 a:link, .amazon-pancito h3 a:visited { color: #3366cc; text-decoration: underline; border-bottom: 1px solid #3366cc;}
.amazon-pancito h3 a:hover { color: #ff6600; text-decoration: underline; border-bottom: 1px solid #ff6600; }
.amazon-pancito img { padding: 0 15px 15px 0; float: left; }
td.amazon-descripcion { padding-bottom: 50px; }

#book-summary-top { 
	width: 728px; 
	height: 32px;
	background: url(/imagenes/curved-top-728x32.gif) no-repeat bottom;
	margin: 0 0 0 0; 
	padding: 4px 0 0 0; 
	text-align: center
}

#book-summary-bottom { 
	width: 600px; 
	height: 48px;
	margin: 0 0 20px 0; 
	padding: 15px 0 0 0; 
	border: none; 
	text-align: center;
}

#book-summary-bottom img {
	padding: 0 5px 0 15px;
}
.bigprice {
	font-size:18px;
	color: #FF0000;
}
#book-summary-image {
	width: 600px;
    margin: 5px auto 5px auto;
}
#book-summary-image img {
	float: left;
}
#book-summary-ad {
	float: left;
}

#book-summary-description { 
	width: 610px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
	padding-top:10px;
	font-size: 13px;
	line-height:22px;
	clear:both;
	}
#book-summary-description h3{ 
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
	}


#shopzilla-table {
	width:300px;
	margin:0 auto 0 auto;
	border-top:1px solid #000000;
	}
#shopzilla-table td {
	border-bottom:1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	height:45px;
	font-size: 17px;
	}
	
#categorias-right {
	width:300px;
	margin:0 0 15px 0;
	padding:10px 0 0 0;
	color:#000000;
	background: #ffffff url(/imagenes/new2008/background-right-column-w.gif) no-repeat top;  
	}

#listado-categorias2 { 
	text-align:left;
	list-style: none;  
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 20px 0;
	padding-top:0;
	width:620px;
	margin:0 auto 0 auto;
	}
#listado-categorias2 li { 
	color: #e33500; 
	margin:0 0 0 0;
	display:inline;
	line-height:18px;
	border:1px solid black;
	padding: 5px;
	white-space: nowrap;
	background-color:#fff;
	font-size:12px !important; 
	line-height:29px; margin-bottom:2px; font-weight: bold;
	}
	
#listado-categorias2 li:hover {
	background-color: #78d6fe;
}
#listado-categorias2 a, #listado-categorias2 a:link, #listado-categorias2 a:visited { 
	color: #000000; 
	text-decoration: underline; 
	}
#listado-categorias2 a:hover { 
	text-decoration: underline; 
	color: #000000;
	}
#listado-categorias2 span { 
	font-size: 10px; 
	}

/* LISTADO DE ITEMS	/ FICHA 															 */
/* ===================================================================== 		 */
#listing-head { width: 612px; margin: 0 0 0 0; }
#listing-head td { vertical-align: top; }
#listing-head p { margin: 0 0 10px 0;}
/*#listing-head p a:link, #listing-head p a:visited { color: #ffffff; text-decoration: underline; }
#listing-head p a:hover { color: #e33500; text-decoration: underline; }
#listing-head p.izquierda { float: left; }
#listing-head p.derecha { float: right; } */

ul.paginacion { list-style: none; padding-top: 7px; }
ul.paginacion li {  float: left; padding-right: 3px; }
ul.paginacion li a, ul.paginacion li a:link, ul.paginacion li a:visited { color: #e33500; text-decoration: underline; }
ul.paginacion li a:hover { text-decoration: underline; color: #e33500; }


/*table.pancito { width: 100%;  margin: 10px 0 10px 0; } */
td.imagen-pancito { padding: 5px 0 5px 0; vertical-align: top;}	
/*td.imagen-pancito img {background-image: url(/imagenes/img-glow.gif); padding: 4px; } */
td.contenido-pancito { padding: 5px 0 5px 10px; vertical-align: top; }
.contenido-pancito h3 img { padding: 0 0 0 5px; vertical-align: middle; }
.contenido-pancito h3 a:link, .contenido-pancito h3 a:visited { color: #0d3b6d; }
.contenido-pancito h3 a:hover { color: #e33500; }
.contenido-pancito p.clicks a:link, p.clicks a:visited { color: #0d3b6d; }
.contenido-pancito p.clicks a:hover { color: #e33500; }

#ficha { width: 611px; margin: 5px 0 25px 0; border:1px solid #a5a5a5; padding:5px; }

td.ficha-imagen { padding: 8px 8px 0 8px; background-color: transparent; vertical-align: top; width: 1%; }	
td.ficha-contenido { padding: 2px 8px 0 0px; background-color: transparent; vertical-align: top; width: 99%; text-align:justify;}	

td.ficha-contenido p.descripcion { font-size: 14px; }	
td.ficha-contenido a:link, td.ficha-contenido a:visited { color: #0d3b6d; }
td.ficha-contenido a:hover { color: #e33500; }

#ficha-moreres { text-align: center; margin-top: 20px;}

#templates_listing { margin: 0 0 0 40px; border:1px solid black; }

/* TAG CLOUDS                                                                    */
/* =====================================================================  */
.tags  { width: 612px; font-family:Arial, Helvetica, sans-serif; text-align: left; padding:0; margin: 15px 0 0 0 }

.tags span a {line-height: 25px; margin: 0 2px;}

.tags span.level1 {font-size: 10px; line-height: 15px;}
.tags span.level2 {font-size: 12px; line-height: 17px;}
.tags span.level3 {font-size: 14px; line-height: 19px;}
.tags span.level4 {font-size: 16px; line-height: 21px;}
.tags span.level5 {font-size: 18px; line-height: 23px;}
.tags span.level6 {font-size: 20px; line-height: 25px;}
.tags span.level7 {font-size: 22px; line-height: 27px;}
.tags span.level8 {font-size: 24px; line-height: 29px;}
.tags span.level9 {font-size: 26px; line-height: 31px;}
                
.tags span.level1 a:link, .tags span.level1 a:visited {color:#e33500;}
.tags span.level2 a:link, .tags span.level2 a:visited  {color:#e33500;}
.tags span.level3 a:link, .tags span.level3 a:visited  {color:#e33500;}
.tags span.level4 a:link, .tags span.level4 a:visited  {color:#e33500;}
.tags span.level5 a:link, .tags span.level5 a:visited  {color:#0d3b6d;}
.tags span.level6 a:link, .tags span.level6 a:visited  {color:#0d3b6d;}
.tags span.level7 a:link, .tags span.level7 a:visited  {color:#0d3b6d;}
.tags span.level8 a:link, .tags span.level8 a:visited  {color:#0d3b6d;}
.tags span.level9 a:link, .tags span.level9 a:visited  {color:#0d3b6d; font-weight: bold; padding: 0 4px;}

.tags span.level5 a:hover, .tags span.level6 a:hover, .tags span.level7 a:hover, .tags span.level8 a:hover, .tags span.level9 a:hover {color: #e33500; }
.tags span.level1 a:hover, .tags span.level2 a:hover, .tags span.level3 a:hover, .tags span.level3 a:hover, .tags span.level4 a:hover {color: #0d3b6d;}


/* PRODUCTS                                                                       */  
/* ======================================================================         */
#product-article-top { }

#product-container {  font-size: 14px; width: 612px; margin: 0; text-align: left; background-color: #FFFFFF;}
#product-container a:link, #product-container a:visited { color: #0d3b6d;}
#product-container a:hover { color: #e33500; }
#product-container h1 { font-size: 28px; margin-top: 30px; margin-bottom:10px; }
#product-container h2 { font-size: 22px; margin-top: 30px; margin-bottom:6px; }
#product-container h3 { font-size: 18px; margin-top:30px; margin-bottom: 3px; }
#product-container h1, #product-container h2, #product-container h3 { 
	text-align: center; 
	color: #0d3b6d;
	}
#product-container p { color: #000000; font-size: 14px; margin-top: 0px; margin-bottom: 15px; }
#product-container img {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#product-container ul {
	text-align: left; 
	font-size: 12px; 
	}
#product-images { 
	margin: 0 auto 0 auto 
	}
#product-images td { }
#product-images td img { 
	padding-bottom: 0 
	}
#product-images td p { 
	font-size: 13px 
	}
#product-features { width:inherit;
	border: 2px solid #0d3b6d;
	background: #ffff99;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}

#product-features ul {
	list-style: none; 
	margin-top: 20px; 
	padding-left: 1em; 
	text-indent: -1em; 
	text-align: left; 
	}
#product-features li {
	margin-bottom: 7px; 
	}
#product-container .product-small { 
	font-size: 12px; 
	margin-top:0; 
	}
#product-footer { 
	margin: 30px auto 40px auto; 
	}
#product-footer p { 
	font-size: 11px; 
	text-align:center; 
	}
	
	
/* BLOG                                                                           */   
/* ======================================================================         */

#blog-col-central-top { 
	width: 728px; 
	height: 34px; 
	background-image: url(/imagenes/blog-top-728x34.gif); 
	margin: 15px 0 0 0; 
	padding: 0 0 0 0; 
	border: none; 
	background-repeat: no-repeat; 
	background-position: top;
}
#blog-col-central { 
	width: 728px; 
	background-image: url(/imagenes/subject-background.gif); 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	background-repeat: repeat-y;
	background-position: top right; 
	background-color: white; 
}
#blog-col-izquierda { 
	float: left; 
	width: 498px; 
	margin: 10px 0 0 0; 
	padding: 0px 20px 0 20px; 
	border: none; 
}
#blog-col-derecha { 
	float: right; 
	width: 180px; 
	margin: 0 0 0 10px; 
	padding: 0; 
	border: none; 
}
#blog-col-central-bottom { 
	width: 538px; 
	height: 42px; 
	background-image: url(/imagenes/subject-bottom-728x55.gif); 
	margin: 0 0 15px 0; 
	padding: 13px 190px 0 0; 
	background-repeat: no-repeat; 
	background-position: top; 
	text-align: center; 
	clear: both;
}
.blog-text { font-family:Arial, Helvetica, sans-serif; font-size: 13px; width:612px;}
.blog-text-homepage { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
.blog-text small, .blog-text-homepage small { color: #536997; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  }
.blog-text h2,  .blog-text-homepage h2 { font-size: 25px; margin: 5px 0 15px 0; }
h2.blog-pagetitle { font-size: 25px; margin-bottom:10px}
.blog-text h2 a:link, .blog-text h2 a:visited, .blog-text-homepage h2 a:link, .blog-text-homepage h2 a:visited { text-decoration: none;  font-family:Arial, Helvetica, sans-serif; }
.blog-text h2 a:hover, .blog-text-homepage h2 a:hover{ color: #ff6600; text-decoration: underline; }
.blog-post { width: 600px; margin: 0 auto 10px auto; font-family:arial, Helvetica, sans-serif; font-size: 15px; line-height:1.4em; }
.blog-post p { margin-bottom:8px; }
.blog-postmetadata { 
	color: #536997; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align:center;
	margin:7px;
}
.blog-entry { 
	margin-bottom: 8px;
	width: 612px; 
}
.blog-entry-homepage { 
	margin-bottom: 8px;
}
#blog-side-column  { 
	width: 160px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align: left; 
	margin: 0 auto 0 auto; 
}
#blog-side-column ul { 
	list-style: none; 
}
#blog-side-column h3 { 
	margin:20px auto 5px auto;
	height: 21px; 
	background-image:url(imagenes/blog/title-background.gif);
	text-align:center;
	line-height: 21px; 
}
#blog-comments { color: #536997; font-size: 18px; padding: 1px; background-color: #d8e3fd; text-align:center;}
#blog-comments-container { width: 500px; margin: 0 auto 0 auto; }
#commentform input, #commentform textarea { font: 11px Verdana, Arial, Sans-Serif;  border: 2px inset #ccc;}
#commentform textarea { width: 500px; }
.commentlist li .avatar {
	float:left;
}


.avatar {padding:0 10px 10px 0;}

.commentlist p {
	margin: 10px 0 10px 5px;
}
.commentlist li { font: 14px Arial, Helvetica, sans-serif; line-height:18px }
.alt { }
.commentmetadata {
	font: 10px Verdana, Arial, Sans-Serif;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 1px;
	text-align: right;
	}
#blog-article-top { width: 728px; height: 32px; background-image: url(/imagenes/curved-top-728x32.gif); margin: 0 0 0 0; padding: 4px 0 0 0; border: none; background-repeat: no-repeat; background-position: top; text-align: center}
#blog-article-ad { margin: 0 10px 10px 0; width: 336px; height: 280px; float: left; }
#blog-article-title { padding: 0 15px 5px 15px; text-align: left; border-left:10px solid #cccccc; font-size:30px; margin-top:15px; }
#blog-article-bottom { width: 728px; height: 63px; background-image: url(/imagenes/curved-bottom-728x63.gif); margin: 0 0 0 0; padding: 0 0 0 0; border: none; background-repeat: no-repeat; background-position: top;}
.blog-article-postmetadata { text-align: center; color: #536997; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 5px; background-color: #d8e3fd; }

#pluginlist td {
	padding:6px;
}

#pluginlist {
	border: 1px solid #3366cc;
}

#download-plugins h1 {
	font-size: 14px;
	text-align:center;
	}
	
#download-plugins p {
	margin:2px;
	}
	
.makeover a:link, .makeover a:visited { color: #00c0ff; }
.makeover a:hover { color: #ff6600; }



#head-contenido { 
	width: 800px; 
	margin: 0 auto 0 auto; 
}

		#head-contenido ul { 
			list-style: none; 
			color: white; 
			font-size: 11px;
			margin: 2px 0 0 0;
			font-weight: bold;
		}			
		#head-contenido li {	
			display: inline; 
		}
		#head-contenido li img {
			margin: 0 0 -4px 0;
		}
		#head-contenido td { 
			text-align: center;
		}
		#head-contenido a:link, #head-contenido a:visited { 
			color: #ffffff; 
			text-decoration: none; 
		}
		#head-contenido a:hover { 
			color: #022177; 
			text-decoration: underline; 
		}
		
.blog-post em {
	color:#3366cc;
	}
	
	
	#inline { width:500px; margin:0 auto 0 auto; }
#inline ul{ list-style: none;}
#inline li { display: inline; }
#inline li img { padding-right:-4px; margin-right: -4px }

div.pagination {
	padding: 3px;
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #388fc5;
	border-radius: 3px;
	
	text-decoration: none; /* no underline */
	color: #388fc5;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #388fc5;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #388fc5;
		border-radius:3px; 
		font-weight: bold;
		background-color: #388fc5;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #999999;
	    border-radius: 3px;
		color: #999999;
	}
	
	#promoheading {
	}
	
	#promoheading a:link, #promoheading a:visited {
		text-decoration: underline;
		color: #ffff00;
	}
	
	#promoheading a:hover {
		text-decoration: none;
		color: #66ffff;
	}
	







 
   .search_form {
    border: none;
    background: none;
    margin: 25px 0 33px 0 !important; 
	padding:0 !important;
  }
  


.search_form form {
	display:inline !important;
	border:none;
	margin-left:10px;
}


   .search_form form input#tag{
      color: #6d5d52;
      font-size: 12px;
      border: 1px solid #555555 !important;
      padding: 0 !important;
	  margin: 0 !important;
      width: 200px;
      height: 22px;
    }
    .search_form form input.submit_button {
      width: 56px;
      height: 23px;
      border: none;
      color: white;
	  background-color:#00a8ce;
      padding: 0;
      margin: 0 !important;
      cursor: pointer;
    }
	
	#socialsubs {
		list-style:circle;
		color:#F60;
			 font-size:13px;margin-bottom:15px;
			 font-family:Arial, Helvetica, sans-serif;
	}
	#socialsubs li {
		padding-right:10px;
		display:inline;
		}
		
	#socialsubs li a, #socialsubs li a:visited {
		color:#F60;
	}
	
	#socialsubs li a:hover {
		color:#09F;
	}
	
	.highlight {
	margin:0 4px 4px 0; 
	padding: 7px; 
	background-color:#d5d5cb; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.highlight:hover{
	background-color:#7cd7fc; 
}

#menucito { 
	color:#777777;
	margin-right:6px;
}

#menucito a:link, #menucito a:visited {
	color:#777777;
	text-decoration: none;
}

#menucito a:hover {
	color:#00ccff;
}


.encabezadito {
	width:300px;
	height:30px;
	background:url(/imagenes/new2009/encabezadito.gif) no-repeat top left;
}

.encabezadote {
	width:610px;
	height:25px;
	background:url(/imagenes/new2009/encabezadote.png) no-repeat bottom left;
	margin:20px 0 10px 0;
}


.encabezadito p{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-top:5px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
}

 .encabezadote p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top:2px;
	padding-left: 10px;
	text-align:center;
	color: #ffffff;
	font-weight: bold;
}
	 
	 

.pancito-right-column {
	width: 300px;
}
.pancito-right-column td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:5px 5px 5px 0;
	border-bottom: 1px solid #cfcec3;
}
.pancito-right-column td a:link; .pancito-right-column td a; pancito-right-column td a:visited {
	color: #2b88c2 !important;
}

.isnew{
	position: absolute;
/*	text-align: center; */
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	background: url(/imagenes/new2009/newicon.png) no-repeat 0 0;
}


.wrapper ul
  {
    width: 610px;
 	padding-left:10px;
  }

  /* float & allow room for the widest item */
.wrapper ul li
  {
    float: left;
		display:inline;
    width: 200px;
  }

  /* stop the float */
.wrapper br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
div.wrapper
  {
    margin-bottom: 1em;
  }

/* PAGINATION on single.php */

.previousnext, .pagination { font-size: 11px; margin-bottom: 10px; }

.page-link {
  background-color: #F4F8F9;
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #E6F0F2;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin: 9px 0 40px;
  padding: 5px 8px;
}

.page-link span, .page-link a {
  cursor: pointer;
  display: block;
  float: left;
  height: 16px;
  line-height: 16px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 16px;
}

.page-link span { background-color: #fff; color: #111;}
.page-link a span { margin: 0; }
.page-link a:link span, .page-link a:visited span { background-color: #5B8EAD; color: #fff; }
.page-link a:hover span, .page-link a:active span, .page-link a:focus span { background-color: #285776; color: #fff; }
.page-link strong { display: block; float: left; margin-right: 5px; }

.imgbigtutorial {
	margin: 0 auto 40px auto;
	display:block;
}

.h2tutorial {
	 margin:40px 0 10px 0;
	 text-align: center;
}

#lpn-ad {
	width:468px; 
	height:60px; 
	text-align:center; 
	margin:20px auto 10px auto; 
	font-size:15px; 
	font-family:Arial, Helvetica, sans-serif;
}
#lpn-ad a:link, #lpn-ad a:visited { color:#0D3B6D }


.imgtut {margin: 20px  auto 25px auto; display:block}









#navcito{
display:block;
float:right;
background:#fff;
font-size:13px;
padding:0 !important;
display:inline;
margin:0 !important;
}
/* #navcito, #navcito ul {
list-style: none;
line-height: 1;
} */
#navcito a, #navcito a:hover {
text-decoration: none;
border:none;
}
#navcito li {
list-style:none; 
padding:4px 5px 3px 4px !important;
}

#navcito li a {margin-bottom:3px;}

#navcito a, #navcito a:visited {
font-weight:bold;
color: #000;
}

#navcito a:hover, #navcito a:active {
text-decoration:none
}

#navcito li ul {
position: absolute;
left: -999em;
width: 185px;
border-bottom: 2px solid #000;
z-index:100;
}
#navcito li li {
width: 172px;
border-top: 1px solid #000;
border-right: 2px solid #000;
border-left: 2px solid #000;
background: #fff;
padding:3px;
}

#navcito li li:hover { background:#f60; }
#navcito li li a, #navcito li li a:visited {
font-weight:normal;
font-size:12px;
color:#000;
}
#navcito li li a:hover, #navcito li li a:active {
background:#f60;
}
#navcito li:hover ul, #navcito li li:hover ul, #navcito li li li:hover ul {
left: auto;
padding:0 !important;
margin-top:3px;
}
a.main:hover {
background:none;
}
.readmore { font-size: 20px; text-align:center; margin:40px 0 100px 0 }

.imgframe { with:548px; border:1px solid #ddd; background-color:#f4f4f4; padding:20px; text-align:center; margin-bottom:20px; }
.imgframe img { max-width: 560px; }
.titleimg { padding:20px 0 5px 0; }

.dlimgframe { width:300px; float:left;}
.dlimgframe img { max-width:300px; }

.dldesc { width: 280px; padding:0 0 0 20px; float:left; font-size:14px; text-align:left; }
.dldesc ul li { list-style: none }

.pt-social {top:160px;}

#edd_checkout_cart td { text-align: left; padding: 8px; border-bottom: 1px solid #f0f0f0; border-top: none; color: #666; }
#edd_checkout_cart th { font-weight: bold; background-color: #fff; }

.addthis_toolbox { margin-bottom:15px !important; }

.spundge-story p { text-align:: justify; margin:15px 0 15px 0; }
.spundge-story img { max-width: 600px; display: block; margin-bottom:15px; }
.spundge-story div { text-align: center; margin:25px 0 80px 0; }
.spundge-story div a { font-weight:bold; font-size:22px; }
