/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
}

a, a:visited {
	color:white;
	text-decoration:none;
}
a:hover, a:active {
	color:#fff;
	text-decoration:none;
}

#wrapper{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#banner{
	width: 780px;
	height: 140px;
	margin-bottom: 5px;
}

#video_background{
	z-index: -1000;
	position: absolute;
}

#links{
/*	padding-top: 120px;*/
	padding-left: 120px;
}

#links li{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	float: left;	
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
}

#links:a{
	color=white;
}

#izq{
	width: 196px;
	height: 390px;
}

#izq-1{
	width: 189px;
/*	height: 230px; */
        height: 390px;
	margin-left: 5px;
}

#izq-2{
	width: 189px;
	margin-left: 5px;
	margin-top: 5px;
}

.slider-wrapper { 
	width: 559px;
	float: right;
	padding-right: 16px;
}

#galeria{
	margin-left: 110px;
	margin-top: 20px;
}

#banner2{
	width:780px;
	height:355px;
	position:relative;
	}


#link1{
	width:69px;
	height:40px;
	margin-top:12px;
	}
#link2{
	width:112px;
	height:60px;
	margin-top:10px;
	}
#link3{
	width:113px;
	height:60px;
	margin-top:20px;
	}
#link4{
	width:110px;
	height:65px;
	margin-top:40px;
	}
#link5{
	width:80px;
	height:40px;
	margin-top:60px;
	}
#link6{
	width:120px;
	height:40px;
	margin-top:80px;
	}
#menu2{
	height:130px;
	width:604px;
	position:absolute;
	bottom:0;
	}
#menu2 div{
	float:left;
	}

.links_menu2{
	position:relative;
	}
.links_menu2 a{
	 position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF;  /*Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
	}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.bottom{
	border-top:2px solid #990000; 
	padding-bottom:30px; 
	margin-top:20px;
}