/* CSS Document */
body {
	background-color: #fff;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    margin-left: 0;
    margin-top: 0;
	text-align:left; /* IE Fix */
	color:#000;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited
{
    color: #CC6600;
    text-decoration: none
}
a:hover {
	text-decoration: underline;
	color: #ff3300;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tit_art {  font-family: Tahoma; font-size: 24px; font-weight: bold}
.tit_port {  font-family: Tahoma; font-size: 16px; font-weight: bold}
.tit_port_med {  font-family: Tahoma; font-size: 14px; font-weight: bold}
.firma {  font-size: 12px; font-style: italic; font-weight: bold}
.text_port {  font-size: 11px}
.espec_port {  font-family: "Times New Roman", Times, serif; font-size: 24px; font-weight: bold}
.pret_art {  font-family: Tahoma; font-size: 11px; font-weight: bold}
.entr_art {  font-family: Tahoma; font-size: 11px; font-weight: normal}

/*------------------------------------------------------------*
**  container
**------------------------------------------------------------*/	
#container {
	width:775px; 
	overflow:hidden;
}

/*--TOP PANEL--*/
#header {
	width:775px;
	overflow:hidden;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#sidebar_left {
	float:left;
	width:134px; 
}

#content {
	float:left;
	width:454px; 
	padding:7px;
	border-left:1px solid #cc1301;
	border-right:1px solid #cc1301;
}

#sidebar {
	float:left;
	width:171px; 
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	width:775px;
	margin-top: 10px;
	clear: both;
}

/*------------------------------------------------------------*
**  styles
**------------------------------------------------------------*/	
h1 {
	font-size: 1.9em;
	background-color: #cc1301;
	color:#fff;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 3px;
	font-weight: normal;
}
h1.homecenter {
	font-size: 1.4em;
	background-color: #660000;
	color:#fff;
	margin: 0px;
	padding-left: 2px;
	padding-bottom: 3px;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	margin: 5px 0 15px 0;
	padding-top: 5px;
	border-bottom: 1px solid #cc1301;
}
#leftPanHome h2 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	margin: 20px 0 8px 0;
	padding-top: 5px;
	border-top: 1px solid #cc1301;
} /* principal title */

#sidebarHome1 h2 {
	font-size: 1.3em;
	color:#fff;
	line-height: 1em;
	font-weight: normal;
	margin: 18px 0 8px 0;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}
#sidebarHome1 a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
#sidebarHome1 a:hover {
	color:#ccc;
	text-decoration:underline;
}

#sidebarHome2 h2 {
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	margin: 15px 0 8px 0;
	padding-top: 5px;
}
#sidebar h2 {
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	border: none;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	padding: 5px 0 5px 0;
} /* other titles */

h4 {
	font-size: 1.15em;
	line-height: 1.2em;
	font-weight: normal;
} /* print, send, 404... */

.tit_banner {
	font-size: 4.2em;
	line-height: 1em;
	font-weight: bold;
}
p {
	max-width: 100%;
	overflow: hidden;
}
.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 95%;
	line-height: 1.50em;
	font-weight: normal;
	padding: 3px 5px 0 3px;
	display: inline;
}

.entrytext {
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.4em;
	font-size: 110%;
}

.counter-inv {
	color: #fff;
}
.counter-vis {
	font-size: 0.90em;
	font-weight: normal;
	margin: 20px auto;
	padding: 2px 5px 2px 5px;
	color: #333;
	background-color: #e6bfbc;
	width: 100px;
	text-align: center;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 40px;
	border-top: 1px solid #cc1301;
}

#sidebar ul, #sidebarHome ul {
	margin: 0;
	padding: 8px 0 5px 14px;
	list-style-image: none;
	}

li, #sidebar li, #sidebarHome li {
/*	list-style-image: url(./../../../../wapa/wp-images/flecha1.gif);*/
	line-height: 2.1em;
	}

/*------------------------------------------------------------*
**  Images
**------------------------------------------------------------*/		
img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
/*	Using 'class="der"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="cent',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.cent {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.der {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.izq {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.der {
	float: right;
	}
.izq {
	float: left
	}
.imgp {
	margin: 3px;
}
/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

.lhsearch {
	width: 80%;
}

#sidebar form {
	margin: 0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
/*	margin: 10px auto 0; lh v32. */
	margin: 10px auto 0 2px;
	width: 155px;
	}

#wp-calendar caption, cite {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 10px auto 0 auto; /*lh v3.2 */
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar a {
	text-decoration: underline;
	display: block;
	}

#wp-calendar a:hover {
	text-decoration: line-through;
	color: #666;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
