/* CSS Document */
/*
* {
	margin:0;
	padding:5;
}

body{
	background:#FFFFFF url(../images/footer_bg.gif) bottom repeat-x;
}


a:hover{text-decoration:none;}

a img { border:0;}
img {vertical-align:top;}
ul { list-style:none;}

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


html, input, textarea
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	color:#999999;
	font-style: normal;
	width: 373px;
	}

input, select { vertical-align:middle; font-weight:normal;}
strong {
	font-size:16px;
	color:#990000;
}

a {color:#3d6f92; font-size:12px;} 
*/

/*main layout */
/*.h_logo{ height:10px; width:100%;}

*/#header_tall {background:url(../../images/header_tall.gif) top repeat-x;}

/*#main { margin:0 auto;}

#header .left {padding:26px 0 0 0;}
#header .right {padding:16px 11px 0 0;}
#header .right a {color:#868686; font-family:arial; font-size:12px; background:url(../../images/RSS.gif) no-repeat top right; padding:0 29px 2px 0;}

#menu {background:url(../../images/menu_tall.gif) top repeat-x; height:15px;}
#menu .rightbg {background:url(../images/menu_right.gif) top right no-repeat;}
#menu .leftbg {background:url(../images/menu_left.gif) top left no-repeat; width:100%; height:15px;}
#menu .padding {padding:9px 0;}
#menu li {float:left; width:123px; background:url(../images/menu_libg.gif) top right repeat-y; font-size:10px; text-align:center;  display:block;}
#menu li a {color:#919191; text-decoration:none; font-weight:normal; font-size:12px; display:block; padding:8px 0 5px 0;}
#menu li span{ display:block; padding:8px 0 5px 0;}
#menu li a:hover {color:#000000; text-decoration:underline;}
#menu li span {color:#000000; text-decoration:underline;}
#menu .last {background:none;}

#header .content {background:url(../images/header_bg.jpg) top center no-repeat; padding:15px 10px 18px 414px; color:#ffffff;}
#header .content .text {padding:2px 0 33px 2px;}
#header .content a img {float:right;}

#middle { width:100%;}


#footer .indent {padding:23px 0 0 17px; color:#868686; font-size:12px;}
#footer a {color:#444444; font-weight:bold;}


.border {background:url(../images/border_tall.gif) top repeat-x;}
.border .btall {background:url(../images/border_tall.gif) bottom repeat-x;}
.border .ltall {background:url(../images/border_tall.gif) left repeat-y;}
.border .rtall {background:url(../images/border_tall.gif) right repeat-y;}
.border .tleft {background:url(../images/border_tl.gif) top left no-repeat;}
.border .tright {background:url(../images/border_tr.gif) top right no-repeat;}
.border .bleft {background:url(../images/border_bl.gif) bottom left no-repeat;}
.border .bright {background:url(../images/border_br.gif) bottom right no-repeat; width:100%;}
.border .ind {padding:4px 4px 15px 2px;}
.border a img {	float:none; }

*/
.h_text {padding-bottom:2px; background:url(../images/h_text_bg.gif) bottom repeat-x;}

li { color:#3d6f92;}
li a {color:#3d6f92; font-size:11px;}

.bot_line {background:url(../images/h_text_bg.gif) bottom repeat-x;}
.header_left {background:url(../images/promoevt.jpg) bottom repeat-x;}
.b_text {
	color:#333333;
	font-size: 16px;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.rojo_text {
	color:#990000;
	font-size: 16px;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.footer_text {
	color:#999999;
	font-size: 14px;
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
}
.normal_text {
	color:#666666;
	font-size: 14px;
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
}

.link_text {
	color:#6699FF;
	font-size: 12px;
	font-style: normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}


.input {width:171px; height:18px; border:1px solid #a4a4a4; background:none; padding:0 0 0 5px; font-family:tahoma; line-height:13px; color:#a4a4a4;}
textarea {
	width:516px;
	height:68px;
	border:1px solid #a4a4a4;
	background:none;
	padding:0 0 0 5px;
	overflow:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS";
	line-height:14px;
	color:#333333;
	font-size: 12px;
}
form .div {text-align:right; padding:6px 0 0 0;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
