/* ----------------------------------------------
	Powered by : Tools & Tools Publicidad
	Client : Time Square
	Year : 2008 
	Author : Mauricio Pinto
	Info : http://www.toolsandtoolspublicidad.com/       	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   aqui arranca el estilo
------------------------------------------------- */ 
/* Cabezote */
* { margin: 0; padding: 0; outline: 0 }

body {
	color: #333;
	margin: 0;
	padding: 0 0 50px 0;
	/*background: #fff url(../images/backgorund.jpg) repeat-x;*/
	text-align: center;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 165%;
	background: #fff url(../images/backgorund.jpg) repeat-x;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #009eee;
}
a:visited {
	text-decoration: none;
	color: #009eee;
}
a:hover {
	color: #6dae3e;
	text-decoration: underline;
}

importante {
	text-decoration: underline;
}

/* header por si en un futuro le colocamos letras ahy */
h1, h2, h3 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #6dae3e;
}
h1 {
	padding: 25px 5px 20px 25px;
	margin: 20px 0 0 0;
	font: bold 15px "Verdana";
	color: #6dae3e;
	letter-spacing: 0px;
	text-transform: none;
    background: url(../images/-xl-conten2.jpg) no-repeat;
}
h2 {
	padding: 25px 5px 20px 25px;
	margin: 20px 0 0 0;
	font: bold 15px "Verdana";
	color: #6dae3e;
	letter-spacing: 0px;
	text-transform: none;
    background: url(../images/-xl-conten.jpg) no-repeat; 
}
h3 {
	padding: 25px 5px 20px 25px;
	margin-top: 5px;
	font: bold 15px "Verdana";
	color: #6dae3e;
	letter-spacing: 0px;
	text-transform: none;
    background: url(../images/h3_back.jpg) no-repeat; 
    width:310px; 
}

p, dl { padding: 5px; margin: 0; color: #333;}

p.readMore a{
	width:70px;
	height:33px;
	background:url(../images/readMore.jpg) top right no-repeat;
	font-size:0;
	display:block;
	margin:5px 0 0 615px;
	float:right;
}
p.readMore a:hover{
	width:70px;
	height:33px;
	background:url(../images/readMore_roll.jpg) top right no-repeat;
	font-size:0;
	display:block;
	margin:5px 0 0 615px;
	float:right;
}
p.readMore2 a{
	width:70px;
	height:33px;
	background:url(../images/readMore.jpg) top right no-repeat;
	font-size:0;
	display:block;
	margin:5px 0 0 0;
	float:right;
}
p.readMore2 a:hover{
	width:70px;
	height:33px;
	background:url(../images/readMore_roll.jpg) top right no-repeat;
	font-size:0;
	display:block;
	margin:5px 0 0 0;
	float:right;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
	font-weight: bold;
	color: #6dae3e;
}
dd {
  padding-left: 25px; 
}

/* Imagenes */
img {
	background: none;
   border: none;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em "Verdana", Arial, Helvetica, sans-serif;
	/* espaciado*/
	background-image:url(../images/-xl-conten.jpg);
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
	padding: 30px 10px 10px 70px;
	border: none;
	background: #fff url(../images/quote.jpg) no-repeat;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia;
	color: #eee;
}

blockquote p {
	background: #fff;
}

/* nada que decir esta es la tabla */
table {
	border-collapse: collapse;
	width: 93%;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;	
}
th {
	background: #fff;
	height: 38px;
	padding: 0 12px 0 12px;
	color: #6dae3e;
	text-align: left;
	border-bottom: solid 2px #eee;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
tr {
	height: 34px;
	background: #fff;
	font-family: "Verdana";
	font-size: 11px;
}
td {
	padding: 0 12px 0 12px;
	border: 1px solid #eee;	
	font-family: "Verdana";
	font-size: 11px;
}	
/* final de la tabla */
form.ninguna {
	width: 90%;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	background: #fff  no-repeat top left;
}


/* el formulario */
form {
	width: 100%;
	margin: 15px 0 0 0;
	padding: 25px 10px 20px 10px;
	background: #fff url(../images/form-bg.jpg) no-repeat top left;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	width: auto;
	color: #6dae3e;
}
input{
	padding: 4px;
	height: 1.3em;
	font: normal 1em "Verdana";
	color: #333;
	background: #fff;
}

select
{
    width:120px;
	padding: 5px 5px 5px 5px;
	height: 25px;
	font: normal 11px "Verdana";
	color: #333;
}


textarea {
	width: 400px;
	padding: 4px;
	height: 1.3em;
	font: normal 11px "Verdana";
	height: 100px;
	display: block;
	color: #333;
}
input, textarea, select {
	background: #fff url(../images/form-bg2.jpg) no-repeat top right;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 5px;
}

input.button {
	font: bold 11px/11px "Verdana";
	height: 22px;
	margin: 5px 0 5px 0;
	color: #333;
	background: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}
input.button2 {
	font: bold 15px/15px "Verdana";
	height: 30px;
	margin: 5px 0 5px 0;
	color: #333;
	background: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}
/* Formulario de busqueda */
searchform {
	border: none;	
	margin: 0; 
	padding: 12px 0 15px 8px;	
	width: 250px;
}
searchform p { 
	margin: 0; 
	padding: 0 0 10px 0; 
}
searchform input.textbox { 
	padding: 5px 5px 5px 5px;
	height: 1.3em;
	font: normal 1em "Verdana";
	color: #333;
	background: #fff;
	margin: 5px 0 5px 0;
}
searchform input.button { 
	font: bold 11px/11px "Verdana";
	height: 22px;
	margin: 5px 0 5px 0;
	color: #fff;
	background: #009eee;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

/*Formulario de Login*/
searchform input.textbox {
	padding: 5px 5px 5px 5px;
	height: 1.3em;
	font: normal 1em "Verdana";
	color: #333;
	background: #fff;
	margin: 5px 0 5px 0;
}
searchform input.button {
	font: bold 11px/11px "Verdana";
	height: 22px;
	margin: 5px 0 5px 0;
	color: #fff;
	background: #009eee;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}
/*--------------------------------------------------------
   FLASH LE DAMOS PRUFUNDIDAD DE CAPAS PARA EL SHADOWBOX
-------------------------------------------------------*/ 
#flash {
z-index: 100;
}
/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 
#flash-header {
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
	height: 300;
	width: 900px;
	z-index: 100;
	top: 0;
}
#wrap-out {
	position: relative;
	width: 900px;	
	margin: 0 auto;
	text-align: left;	
}
#wrap {
	width: 900px;	
	margin: 0 auto;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 900px;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	display: inline;	
}
#header {
	position: relative;
	width: 900px;	
	height: 300px;	
	padding: 0;	
	margin: 0 auto;
	background: transparent;
}

/*  Barra de navegacion por si las moscas pero de momento esta suprimido para nejarlo mejor desde el cabezote flash */

#nav {
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
	height: 35px;
	left: 725px;
	top: 0px;
	z-index: 997;
	width: 175px;
	height: 180px;
	background: url(../images/login_bg.png.) no-repeat bottom left !important; 
    background-image: none; 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image', src='../images/login_bg.png'); 
}
#nav p.miText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
	font-weight: normal;
}
#nav p.miText a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
	font-weight: bold;
}
#nav p.miText a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: "Verdana";
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #755643;
	width: 400px;
	
	/* Cambiando los valores del header y culunna derecha para ajustar las posisiones*/
	top: 190px; left: 35px;		
}
#main p.import{ text-decoration: underline; 
}


/* colunna principal */
#main {
	float: left;
	width: 700px;
	padding: 0; 
	margin: 0;
	display: inline;		
}
#main h2 {
	padding: 25px 5px 20px 25px;
	margin: 20px 0 0 0;
	font: bold 15px "Verdana";
	color: #6dae3e;
	letter-spacing: 0px;
	text-transform: none;
    background: url(../images/-xl-conten.png) no-repeat !important; 
    background-image: none; 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image', src='../images/-xl-conten.png'); 
}
#main h2 a {
	color: #6dae3e;
	text-decoration: none;
	background: none;
	border: none;
}
#main h2 a:hover {
	color: #FF9966;
	text-decoration: none;
	background: none;
	border: none;
}

#main ul li {
	list-style-image: url(../images/bullet.gif);
}



/*columna izquierdo*/

#main #columna1 {
 width: 310px;
 display:block;
 margin: 20px 0 10px 0;
 padding: 0;
 float:left;
}

#main #columna2 {
 width: 310px;
 display:block;
 margin: 20px 0 10px 5px;
 padding: 0;
 float: right;
 
}

#main #columna3 {
 width: 310px;
 display:block;
 margin: 20px 0 10px 5px;
 padding: 0;
 float:left;
 
}

#main #columna4 {
 width: 325px;
 display:block;
 margin: 20px 0 10px 5px;
 padding: 0;
 float:right;
 
}

#div-Spacer {
clear:both;
}
#main #columna2 #h3 {
width: 640px;
display:block;
margin: 10px 5px 10px 0;
padding: 0;
float:right;
}

/* barra lateral */	
#sidebar {
width: 175px;
height: 417px;
display:block;
margin: 0 0 10px 0;
padding: 0;
float:right;
}	
#sidebar form {
	width: 175px;
	margin: 0;
	padding: 34px 0 0 0;
	background: #fff url(../images/form2-bg.jpg) no-repeat top left;
}
#sidebar input, textarea, select {
	background: #fff url(../images/form-bg2.jpg) no-repeat top right;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

#sidebar input.button {
	font: bold 12px "Verdana";
	height: 30px;
	margin: 9px 5px 9px 5px;
	padding: 4px;
	color: #333;
	background: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}

#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 3px 5px;
	font: normal 14px "Verdana";
	color: #6dae3e;
	font-weight: bold;
	letter-spacing: -0.5px;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.gif) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom;
	padding: 8px 10px;
	margin: 0;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #6dae3e;
	font-weight: bold;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* espaciando de las letras: .5px;  */
}
#sidebar ul.sidemenu li a span {
	color: #333;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}
#sidebar ul.sidemenu li a:hover {	
	color: #6dae3e;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	margin-top: 10px;
	font: normal 12px 'Verdana';
	color: #fff;
	width: 900px;
	float: left;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 2.5em;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em "Verdana";
	text-transform: none;
	letter-spacing: 0;
	margin-left: 0;
	color: #6dae3e;
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;	
}
#footer-content ul.col-list {
	background: url(dots.gif) repeat-x left top;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}

#footer-content ul.col-list li {
	background: url(dots.gif) repeat-x left bottom;
}

#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #777;
	border: none;
}

#footer-content ul.col-list li a:hover {
	color: #333;
	text-decoration: none;
}
#footer-content ul.col-list li a span {
	color: #989898;
	font-style: italic;
	font-weight: normal;
	font-family: verdana, Times, serif;
}

#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}

#footer-content .space-sep {
	margin-right: 12px;
}

#footer-content .col2 {
	width: 700px;
	height: 40px;
	display: block;
	float: left;
	padding: 15px 10px 0 10px;
	text-align: center;
	background: url(../images/foot-divider.jpg) no-repeat top left;
}
#footer-content .col2 p {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #333;
}
#footer-content .col2 p a {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #333;
text-decoration: none;
}
#footer-content .col2 p a:hover {
color: #333;
text-decoration: underline;
}
#footer-content .col3 {
	width: 700px;
	display: block;
	float: left;
	text-align: center;
}
#footer-content .col3 p {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #009eee;
}
#footer-content .col3 p a {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #009eee;
text-decoration:none;
}
#footer-content .col3 p a:hover {
text-decoration: underline;
}
/* postmeta */
.postmeta {
	padding: 5px;
	margin: 20px 10px 15px 10px;
	font-size: 1em;
	color: #666;
	border: none;
	background-color: #fff;
}
.postmeta .date{ margin: 0 10px 0 5px;}
.postmeta a.comments { margin: 0 10px 0 5px;}
.postmeta a.readmore { margin: 0 10px 0 5px;}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #666;	}
.post-info a { color: #333; }

/* imagenes thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margenes: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* los otros thumbnails*/
p.thumbs2{ padding: 12px 0 0 10px; }

.logos img { 
	position: relative;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margenes: 4px 7px 4px 4px; */	
}

.logos img:hover	{
	background-color: none;
		
}
.logos a:hover { background-color: transparent; border-bottom:solid 1px none }

/* ajustes para alinear nuestro layout */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* para la pantalla */
.clearer { clear: both; }

/*-------------------------------------------------------
Y ESTE CUENTO SE ACABO.....
--------------------------------------------------------*/
