/* CSS Document */


* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: 1em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(http://www.persoropa.com/gfx20/bg.gif) repeat-x;
		}

/* links */

a {
	color: #093;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #C90;
		}


/* images */


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}




/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 43px;
	background: #000 url(http://www.persoropa.com/gfx20/headerbg.gif) repeat-x 0% 100%;
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;
}

#main2 {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 74%;
}

#share {
    margin-top: 5px;
	margin-left: 6px;
	margin-bottom: 5px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(http://www.persoropa.com/gfx20/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(http://www.persoropa.com/gfx20/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(http://www.persoropa.com/gfx20/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 24%;
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

#rightbar2 {
	float: right;
	width: 26%;
	padding: 0;
	margin:0;
}

/* Footer */
#footer {
	clear: both;
	color: #FFF;
	background: #A9BAC3;
	border-top: 5px solid #568EB6;
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: 95%;
	text-align: center;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: -10px;
	bottom: 6px !important;
	bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
	width: 820px;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(http://www.persoropa.com/gfx20/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(http://www.persoropa.com/gfx20/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center {	text-align: center; }
.align-justify { text-align: justify; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

/* menu */

#ddblueblockmenu{
border: 1px solid #cccccc;
border-bottom-width: 0;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 1px 0;
padding-left: 9px;
width: 178px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
background-color: #ececec;
border-bottom: 1px solid #F0F7FC;
border-left: 7px solid #def84d;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 167px; /*IE 5*/
w\idth: 149px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #def84d;
border-left-color: #00076f;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 0px 0;
padding-left: 5px;
background-color: #333;
font:  bold 98% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
}
#ddblueblockmenu div.menutitle1{
color: white;
border-bottom: 1px solid black;
padding: 0px 0;
padding-left: 5px;
background-color: #030;
font:  bold 98% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
}
#ddblueblockmenu div.menutitle2{
color: white;
border-bottom: 1px solid black;
padding: 0px 0;
padding-left: 5px;
background-color: #060;
font:  bold 98% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
}
#ddblueblockmenu div.menutitle3{
color: white;
border-bottom: 1px solid black;
padding: 0px 0;
padding-left: 5px;
background-color: #090;
font:  bold 98% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
}

#ddblueblockmenu div.menutitle4{
color: white;
border-bottom: 1px solid black;
padding: 0px 0;
padding-left: 5px;
background-color: #0C3;
font:  bold 98% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
}


#table.stats {
text-align: center;
font: 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
font-weight: normal;
font-size: 1em;
color: #000000;
background-color: #F0F7FC;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.stats td
{background-color: #F0F7FC;
color: #000;
padding: 4px;
text-align: center;
border: 1px #fff solid;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
font-size: 1em;
}

table.stats td.alter
{background-color: #d9f1fd;
color: #000;
padding: 4px;
text-align: center;
border: 1px #fff solid;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
font-size: 1em;}

table.stats td.hed
{background-color: #def84d;
color: #000000;
padding: 8px;
text-align: center;
border-bottom: 1px #fff solid;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
font-size: 1.5em;
}

table.stats td.hed2
{background-color: #00076f;
color: #ffffff;
padding: 4px;
text-align: center;
border-bottom: 1px #fff solid;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
}

.precios {
font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
color: #00076f;
font-size: 1.5em;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	text-align: center;
}

.toggleopacity img{
border: 0px solid #ff0000;
}

/* headers */

p, h1, h2, h3 {
	margin: 5px 5px 15px;
}
ul, ol {
	margin: 10px;
	padding: 0 15px;
	color: #000;
}
ul span, ol span {
	color: #000;
}

h1 {
	font-size: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CC3300;
	padding-left:0.5em;
	text-align: center;
}

h2 {
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
	color: #00076f;
	font-size: 1.4em;
	padding-left:0.5em;
	text-align: center;
}

h3 {
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
	color: #F00;
	font-size: 1.3em;
}

h4 {
font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
color: #00000;
font-size: 1em;
}

h5 {
font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
color: #00000;
font-size: 1em;
line-height:15px;
}

p {
	font: normal 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
	color: #00000;
	font-size: 1em;
	padding-right:5px;
	padding-left:5px;
	}

.peke {
	font: normal 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
	color: #00000;
	font-size: 0.8em;
	padding-right:10px;
	padding-left:10px;
}

.peke1bold {
font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
color: #00000;
font-size: 0.9em;
padding-right:10px;
padding-left:10px;
}

.peke1 {
font: normal 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
color: #00000;
font-size: 0.9em;
padding-right:10px;
padding-left:10px;
}

ol {
	font: normal 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
	color: #00000;
	font-size: 1em;
	text-align: justify;
	margin-left:30px;
	margin-right:15px;
}

.aviso {
	font: normal 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
	color: #ff0000;
	font-size: 0.9em;
	text-align: center;
}

.titprecio {
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
	color: #000000;
	font-size: 1em;
	text-align: center;
}
.precio {
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
	color: #ff0000;
	font-size: 0.9em;
}



li.faq {
font: 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
color: #00000;
font-size: 1em;
list-style-type:none;
text-align:justify;
padding-right:10px;
margin-top:6px;
}

li.menufaq {
font: 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
color: #ff0000;
font-size: 1em;
list-style-type:square;
text-align:justify;
padding-right:10px;
margin-top:0px;
}

ul.opcion{
margin-left: 0px;
background: #FF0000;
padding-left: 10px;
}

ul li.opcion {
font: bold 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
color: #ffffff;
font-size: 1em;
}




img.items {
border:solid 1px #CCCCCC;
}


.centrado{
text-align:center;
}


.cssbutton{
background-color: #d1ec4c;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}

/* Top navigation */
#topnav {
	float: left;
	display: inline;
	overflow: hidden;
	background: #ececec;
	width: 764px;
	font-size: 0.9em;
	font-weight: bold;
}
#topnav .left { float: left;  display: inline; width:760px;}
#topnav .right { float: right; display: inline; padding: 0px 5px; text-align: right; }
#topnav p {	padding: 5px 0px; margin-bottom: 0px; font-size: 10px }
#topnav ul { margin: 0px; padding: 0px; }
#topnav li { float: left; list-style-type: none; margin: 0px; padding: 5px 0px;font: normal 100% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif'; }
#topnav li a { color: #222; text-decoration: none; padding: 10px; border-left: 1px #fff solid; border-right: 1px #fff solid; font: normal 100% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';}
#topnav li a:hover { color: #000000; background: #def84d; padding: 10x; border-left: 1px #fff solid; border-right: 1px #fff solid;font: normal 100% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';}

.justificado {
	text-align:justify;
}

#avisos {
	margin: 8px;
	width: 570px;
	border: 1px solid black;
	background: yellow;
        }
		
.titulo-avisos {
	font: 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	
}

.caja-graydark{
border:solid 1px #666666;
background:#cccccc;
padding:4px;
text-align:center;
width:200px;
margin-left:10px;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
color:#000000;
	font-size: 0.9em;
}

#caja{
width:428px;
margin:0 auto 0 auto;
height:auto;

}

.capa{
float:left;
clear:right;
}



.caja-gray{
	border:solid 1px #DEDEDE;
	background:#c9e45f;
	text-align:center;
	width:200px;
	height:auto;
	margin-left:10px;
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
	color:#000000;
	font-size: 0.9em;
	padding-top:5px;
}
.caja-gray div{
background:#ffffff;
color:#222222;
text-align:center;
width:200px;
}

.icon-info{
border:solid 1px #DEDEDE;
background:#3366cc;
padding:4px;
text-align:center;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
color:#ffffff;
	font-size: 0.9em;
	margin:0 auto 0 auto;
	width:93%;
	}


.caja_redonda_verde{
background:#d7ec87 url(http://www.persoropa.com/gfx20/round_verde-left.png) left top no-repeat;
text-align:center;
width:500px;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
color:#999999;
	font-size: 1em;
	margin:0 auto 0 auto;
}
.caja_redonda_verde div{
background:url(http://www.persoropa.com/gfx20/round_verde-right.png) right bottom no-repeat;
padding:4px;
}

.justificar{
text-align:justify;
}
#wrap #content-wrap #main2 {
	text-align: center;
}
#wrap #footer p strong {

}
.peke2 {
font: normal 70% 'Trebuchet MS', 'Lucida Grande', 'Arial', 'sans-serif';
color: #00000;
padding-right:10px;
padding-left:10px;
}

#mas1 {
	margin-left:65px;
}
