/*Estilos para Sitio Delucchi & Cianciarullo*/

/*RESET*/
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,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

div.clear{
	clear:both;
}

.left{float:left;}
.right{float:right;}
.bold{ font-weight:bold;}

a{
	text-decoration:none;
	outline:none;
}

/*COMIENZO DE ESTILOS*/
body{
	background:#f7f7ff url(../../images/bg_gral.jpg) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}

/*contenedor gral*/
div.contenedor{
	width:955px;
	overflow: hidden;
	margin:0 auto;
}

/*contenedor info*/
div.info{	
	width:954px;
	overflowon: hidden;
	margin:0 auto;
	float:left;
}

div.menu_top{
	background:url(../../images/bg_menu.jpg) repeat-x top left;
	height:26px;
	width:917px;
	margin-top:3px;
	padding:15px 0 0 37px;
}

div.menu_top ul{
	margin:0;
	padding:0;
	overflow:hidden;
	width:902px;
}

div.menu_top ul li{
	float:left;
	margin-right:22px;
	padding-bottom:5px;
}

div.menu_top ul li.no_margin{
	margin:0;
}

div.menu_top ul li a{
	color:#FFF;
}

div.menu_top ul li a:hover{
	color:#ffac5e;
}

div.menu_top ul li a.current{
	color:#ffac5e;
}

/*contenido central*/
div.contenido_central{
	background:#fff;
	border-right:#003399 solid 1px;
	border-left:#003399 solid 1px;
	width:950px;
	overflow:hidden;
	margin:0 auto;
	padding-top:10px;
}

div.contenido_central img.logos{
	margin-right:40px;
}

h1{
	font-size:24px;
	color:#174e8b;
	float:left;
	margin:38px 0 0 50px;
}

h1.interior{
	background:url(../../images/linea_menu.jpg) no-repeat bottom left;
	padding-bottom:3px;
	margin:38px 0 0 0px;
	width:690px;
}


#cabezal_flash{
	width:957px;
	height:200px;
	margin-top:15px;
}

#flash_home{
	margin-top:25px;
	float:left;
	height:405px;
	width:950px;
	
}

/*footer*/
div.footer{
	background:url(../../images/bg_footer.gif) no-repeat;
	width:954px;
	height:84px;
	margin:0 auto;
	margin-top:20px;
	float:left;
}

div.footer ul.datos{
	color:#FFF;
	font-size:12px;
	margin:20px 0 0 50px;
	line-height:150%;
	float:left
}

div.footer ul.menu_footer{
	float:right;
	margin:60px 30px 0 0;
}

div.footer ul.menu_footer li{
	color:#FFF;
	float:left;
	margin-right:10px;
	font-size:12px;
}

div.footer ul.menu_footer li a{
	color:#FFF;
}

div.footer ul.menu_footer li a:hover{
	color:#ffcc00;
}

/*paginas interiores*/
div.interior{
	padding-left:50px;
	width:900px;
	padding-bottom:30px;
}

div.nov{
	padding-left:50px;
	width:900px;
}	

div.info_productos{
	width:750px;
	float:left;
	padding-left:30px;
}	
	
div.interior div.info_productos p{
	width:360px;
	float:left;
	margin:30px 0 0 0;
	line-height:130%;
	text-align:justify;
}	

div.interior div.info_productos img.productos{
	float:left;
	margin:20px 0 0 50px;
}

div.menu_interior{
	background:url(../../images/linea_menu.jpg) no-repeat bottom left;
	width:690px;
	margin:40px 0 0 0;
	height:33px;
	float:left;
}

div.menu_interior ul{
	padding:0;
	overflow:hidden;
	height:32px;
}

div.menu_interior ul li{
	float:left;
	margin-left:15px;
}

div.menu_interior ul li a{
	background: #AEBDCA;
	color:#fff;
	height:20px;
	float:left;
	text-align:center;
	padding:10px 15px;
}

div.menu_interior ul li a:hover{
	background: #FFCC00;
	color:#003399;
}

div.menu_interior ul li a.current{
	background: #FFCC00;
	color:#003399;
}


/*Novedades*/
div.novedades{
	width:585px;
	overflow: hidden;
	border-bottom:#205c98 solid 1px;
	margin:10px 0 10px 50px;
	padding:15px 0 5px 0;
}

div.novedades img{
	border:#ccc solid 1px;
	float:left;
	margin-right:15px;
}

div.novedades h2{
	color:#174e8b;
	font-weight:bold;
	margin-bottom:5px;
	font-size:16px;
}

div.novedades p{
	line-height:130%;
}

div.novedades a{
	color:#ffcc00;
	font-size:12px;
	font-weight:bold;
}

div.novedades a:hover{
	color:#174e8b;
}

div.open{
	width:952px;
	height:28px;
	background:url(../../images/open.jpg) no-repeat top left;
	margin:0 auto;
	margin-top:15px !important;
}

div.close{
	width:952px;
	height:25px;
	background:url(../../images/close.jpg) no-repeat top left;
	margin:0 auto;
}

/*
	Page Items
 */

div.info_productos div.item {
	overflow:hidden;
	clear:both;
	position:relative;
	margin-bottom:10px;
	border-bottom:1px solid #FFCC00;
	padding-bottom:10px;
}

div.info_productos div.item div.description{
	width:390px;
	overflow:hidden;
	position:relative;
	float:left;
	margin:15px;
}

div.info_productos div.item div.photo {
	width:250px;
	float:left;
	overflow:hidden;
	position:relative;
}

div.info_productos div.item h3 {
	font-size:14px;
	color:#000066;
	font-weight:bold;
	margin-bottom:6px;
}