body {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 2.3em;
	color: #666;
}


a {color: #000; text-decoration: underline; }
h1 {font-size: 26px; color: #333; }
h2 {font-size: 20px; color: #000; }
h3 {font-size: 17px; color: #333; }
h4 {font-size: 14px; color: #666; }
h5 {font-size: 12px; color: #999; line-height: 1em;}


.post-body{
     max-width:140px;
     max-height:150px;
     width: expression(this.width > 140 ? 140: true);
     height: expression(this.height > 150 ? 150: true);
    }


#header {
	width:auto;
	min-width:946px;
	height:140px;
	background: #000 url(../images/home.jpg) repeat-x center top;
}
#smallheader { 
	width:800px;
	margin:auto;
}
#logo {
	position:relative;
	top:20px;
	width:100px;
	height:40px;
	float:left;
}
#right {
	color:#FFF;
	font-weight:300;
	position:relative;
	top:10px;
	left:440px;
	width:200px;
	height:40px;
	float:left
}
#right a{
	color:#FFF;
}


#contentpart {
	width:auto;
	min-width:946px;
	border-top: 1px solid #fff;
	background: #fff  url(../images/bg_1.jpg) repeat-x;

}
#contenido {
	width:946px;
	margin:auto;
}
#bottom {
	position:relative;
	top:20px;
	width:946px;
	margin:auto;
	text-align:right;
	overflow:auto;
}
#cont_menu {
	width:946px;
	margin:auto;
}
#menu {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#menu li {
			float:left; 
			display:inline; 
			position:relative;
			z-index:500; 
			margin:0 1px;
			
		}
		
		/* this is the parent menu */
		#menu li a {
			display:inline-block; 
			padding:15px 15px 0px 15px; 
			height: 36px;
			text-decoration:none; 
			color: #666; 
			text-align:center; 
		}

		#menu li a:hover {
			background: #cccccc;
			color:#fff;
		}
		#menu li a.current {
			background: #cccccc;
			color: #fff;
			}
		/* you can make a different style for default selected value */
		#menu a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#menu ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
			background: #eee;
		}
		
		#menu ul li { 
			float:left; 
			border-top:1px solid #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		#menu ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:#666;
		}
		
		#menu ul a:hover {
			text-decoration:underline;	
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #menu ul {
			margin:0 0 0 -2px;
		}
/*#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	height:43px;
	width:946px;
}
#menu li {
	display: inline;
	float: left;
	list-style: none;
	}
		
#menu li a{
	color: #666;
	text-decoration:none;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	height: 36px;
	padding-top: 14px;
	min-width: 35px;
	text-align: center;
	}

#menu li a:hover{
	background: #cccccc;
	color: #fff;
	}

#menu li a.current {
	background: #cccccc;
	color: #fff;
	}
#menu li a.current:hover {
	background: #cccccc;
	color: #fff;
	}
*/

#main {
	position:relative;
	top:20px;
	left:2px;
	width:800px;
	float:left;
	min-height:500px;
	height: auto;
}
#sidebarRight {
	position:absolute;
	top:220px;
	left:1000px;
	width:140px;
	float:left
}
#sidebarRight img{
	width:80%;
}
#sidebarRight h1{
	font-size: 18px; color: #333; 
}


#menu_ev ul{
	margin-bottom: -4px;
	list-style: none;
	}

#menu_ev li {
	display: inline;
	}

#menu_ev li a{
	color: #555;
	text-decoration:none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 25px;
	text-align: center;
	}

#menu_ev li a:hover{
	background: #eee;
	color: #000;
	}

#menu_ev li.current2 a {
	background: #cccccc;
	color: #000;
	}
	
#menu_ev li.current2 a:hover {
	background: #cccccc;
	color: #000;
	}
	
#content_ev{
	width:590px;
	background:#cccccc;
	padding:10px 10px 10px 10px; 
	float:left;	
	min-height:600px;
     height:auto;
     height:600px; 	
}

#content_ev h1{
	padding:10px 10px 10px 10px; 
	font-size: 30px; color: #333;
}
#cont_pagEV{
	padding:10px 10px 10px 20px;
	font-size:16px;
}
#cont_pagEV li{
   list-style: none
}



#cont_pagEV ul {
     list-style: none
}

#cont_pagEV table {
     border-collapse: collapse;
     border-spacing: 0
     
}


#info_ev{
	position:relative;
	left:10px;
	width:180px;
	/*top:86px;
	height:100px;
	width:27%;
	padding-left:15px; */
		float:left
}

#logo_ev{
	border:#000 solid;
}

#info_ev td.info_ev1 {
	font-weight:bold;
	border-bottom-color:#333;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	font-size:14px;
}

#contact-area {
	width: 585px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 356px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #666;
}

#contact-area input#submit {
	width: 70px;
	float: right;
	background: #000;
	color: #fff;
	border: 1px solid #e9e9e9; 
	padding: 5px;
	margin-right: 100px;
	cursor: pointer;
}
							
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}		

a.button_web {
	/* styles for button */
	margin:10px auto 0 auto;
	text-align:center;
	display: block;
	width:100px;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	
	/* button color */
	background-color: #777;
	
	/* css3 implementation :) */
	/* rounded corner */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	/* drop shadow */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
	/* text shaow */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
}

a.button_web:hover {
	background-color: #000;	
}


.datos {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	color:#000000;
	font-weight: bold;
	border: solid #000000;
}
.datos2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	font-weight: bold;
	color:#000000;
	border: solid #000000;
}
.scroll {
     width:560px;
     height:500px;
     background-color:#F2F2F2;
     overflow:auto;
}

.scroll2 {
     width:580px;
     height:250px;
     background-color:#F2F2F2;
     overflow:auto;
     overflow-x: hidden;

}

					
