/* --
CSS Reseter
-- */

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;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


/* ========================================= clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* ESTILOS PROPIOS --PIANELLA Y CIA--
(C) Juan Bejar - DG
2009 - Cordoba
*/

body {
	background:url(img/back_fondo.jpg) repeat-x #ccc;
	text-align:center;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

#container {
	width:960px;
	margin:0 auto;
	text-align:left;
	}

#header {
	width:960px;
	height:87px;
	background:#333;
	margin:13px 0 0 0;
	}
	
#header h1 {
	text-indent:-9999em;
	width:268px;
	height:43px;
	background:url(img/logo_h1_pianella.jpg);
	background-repeat:repeat;
	margin:37px 0 0 58px;
	float:left;
	}


/* MENU */

#nav {
	float:right;
	margin:57px 58px 0 0;
	}

#nav ul li {
	display: inline;
}

#nav ul li a:link, #nav ul li a:visited {
	background-color: #333;
	color: #ccc;
	padding: 5px 15px;
	float: left;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:active{
	color: #333;
	background-color: #ccc;
	height: 20px
}

#nav ul {
	padding: 0px;
	margin: 0px;
	background-image: url(img/fondo_menu.gif);
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #333;
	list-style: none;
	font-size: 1.2em;
	width: 100%;
	height: 20px;
	float: left;
}

#nav ul li a:link, #nav ul li a:visited {
	background-image: url(img/fondo_menu.gif);
	background-repeat: repeat;
	background-position: 0 0;
	color: #ccc;
	padding: 3px 15px;
	float: left;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:active{
	color:#fff;
	background-position: 0 -30px;
	background-color: #ccc;
	height: 20px;
}

#nav ul li a.activo{
	background-image: url(img/fondo_menu_activo.gif);
	color:#fff;
	background-position: 0 -30px;
	background-color: #ccc;
	height: 20px;
}

/* FIN NAVEGACION */

#flash {
	width:960px;
	height:400px;
	margin:0;
	padding:0;
	}

#trabajos {
	width:960px;
	height:350px;
	background:url(img/back_trabajos.jpg) no-repeat;
	margin:-20px 0 0 0;
	padding:0;
	}

/* TEXTOS */

#textos {
	display: block;
	width:960px;
	clear:both;
	margin-top:10px;
	}
	
#textos .descripcion {
	float:right;
	font-size:1.4em;
	line-height:2.4em;
	color:#333;
	text-align:left;
	width:460px;
	margin:0px 98px 50px 0;
	border-left:solid 1px #aaa;
	padding-left: 20px;
	}

#textos .descripcion strong {
	font-weight:bold;
	color:#006;
	}

#textos .deco {
	float:left;
	margin:15px 0 0 200px;
	}

/* CONTACTO */

#back_contacto { /*transparencia */
	width:500px;
	height:430px;
	overflow:auto;
	background: url(img/fondoform.jpg) repeat-x #fff;
	border:1px solid #fff;
	padding:15px;
	position:absolute;
	top:15%;
	right: 17%;
	opacity: 0.7;
	z-index:900;
	}

#contacto {
	width:500px;
	height:430px;
	overflow:auto;
	border:1px solid #fff;
	padding:15px;
	position:absolute;
	top:15%;
	right: 17%;
	z-index:1000;
	}

form {
	font-size:1.2em;
	line-height:1.4em;
	color: #000;
	}

legend {
	font-size:2em;
	display:block;
	clear:both;
	font-weight:100;
	text-align:center;
	}

fieldset {
	border:1px dashed #fff;
	padding:10px;
	}
	
label {
	display:block;
	margin:5px 0 0 0;
	width:50px;
	}

input,textarea {
	width:300px;
	/*display:block;*/
	margin:0 0 0 25px;
	border:1px solid #ccc;
	background:url(img/back-inputs.jpg) repeat-x #666;
	color:#fff;
	}

input#accion {
	display:none;
	}
	
input {
	height:18px;
	padding:1px;
	}

input#enviar {
	margin-top:10px;
	float:right;
	width:98px;
	height:25px;
	border:1px solid #ccc;
	}

label span {
	font-weight:bold;
	color:#f00;
	}

form p.aclaracion {
	font-size:1.2em;
	color:#900;
	font-style:italic;
	padding:5px 0 5px 0;
	}
	
/* PIE */

#footer {
	background: url(img/back_pie.jpg);
	background-repeat:repeat-x;
	background-color:#333;
	height:100px;
	clear:both;
	width:auto;
	padding-top:25px;
	overflow:hidden;
	}

#footer .footer1 {
	font-weight:bold;
	text-align:center;
	color:#ccc;
	font-size:1.2em;
	}

#footer .footer1 a {
	color:#fff;
	text-decoration:none;
	}
	
#footer .footer2 {
	text-align:center;
	color:#999;
	font-size:1em;
	}

/* LIVE VALIDATION */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#006600;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}