/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 /*
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
*/
body .animacion_fin_contenido{
	line-height: 1;
}
.animacion_fin_contenido ol, .animacion_fin_contenido ul {
	list-style: none;
}
.animacion_fin_contenido blockquote, .animacion_fin_contenido q {
	quotes: none;
}
*/
.animacion_fin_contenido blockquote:before, .animacion_fin_contenido blockquote:after,
.animacion_fin_contenido q:before, .animacion_fin_contenido q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
.animacion_fin_contenido table {
	border-collapse: collapse;
	border-spacing: 0;
}

 
 
 /*
 body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: center;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;	
}
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	height: 217px;
	width: 1025px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	height: 217px;
	width: 1025px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a.active {
	font-weight:bold;
}


/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	/*-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
	background-color: #CCC;*/
	background-image: url(../../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*border: thin solid #CCC;*/
	/*margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}
#sliderwrap {
	height: 212px;
	width: 1025px;
	left: 0px;
	position: relative;
	top: 5px;
}

.nivo-controlNav {
	position:absolute;
	left:310px;
	bottom:10px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	border:0;
	margin-right:4px;
	float:left;
	/*background-image: url(../../images/bulletsOK.png);
	background-repeat: no-repeat;*/
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	position:absolute;
	top:184px;
	z-index:99;
	cursor:pointer;
	display:block;
	width:32px;
	height:34px;
	text-indent:-9999px;
	border:0;
	background-image: url(../../images/arrowsOK.png);
	background-repeat: no-repeat;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:980px;
}
