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

/*====================*/
/*=== Reset Styles ===*/
/*====================*/



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 Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background:#FFF;
	line-height:1;
	color:black;
	background:white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link { color: #86343D; text-decoration: none; }
a, a:visited {color:#9E7F00;text-decoration:none;}
a:hover, a:active {color:#9E7F00;text-decoration:none;}

TD{font-family: Palatino, Palatino Linotype, Times, Times New Roman, serif;font-size: 14px;color:#86343D;}

.txt10{font: Palatino, Palatino Linotype, Times, Times New Roman, serif; font-size: 10px;color:#000000;}
.txt13{font: Palatino, Palatino Linotype, Times, Times New Roman, serif; font-size: 13px;color:#000000;}
.txt13T{font: Palatino, Palatino Linotype, Times, Times New Roman, serif; font-size: 13px;color:#9E7F00;}
.txt16{font: Palatino, Palatino Linotype, Times, Times New Roman, serif; font-size: 16px;color:#000000;}
.txt16T{font: Palatino, Palatino Linotype, Times, Times New Roman, serif; font-size: 16px;color:#9E7F00;}
.txt18T{font: Palatino, Palatino Linotype, Times, Times New Roman, serif; font-size: 18px;color:#86343D;}

.divCuadros {
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-ms-border-radius: 9px;
-khtml-border-radius: 9px;	
margin: 0 auto;
background: #2F2E2A;
height: 150px;
width: 250px;

font-family: Palatino, Palatino Linotype, Times, Times New Roman, serif;
font-weight: normal;
font-size: 13px;
color: #EDE9D3;
}

#davizio-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;    
	background:url(images/davizio.png) no-repeat;
    width:200px;
    height:157px;
    border:0;
    display:block;
    text-indent:-9999px;
}


.slider-wrapper { 
	width: 800px; 
	margin: 10px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}