@charset "utf-8";
/* Reiniciamos los estilos */
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}

/* A continuación definimos los estilos para la estructura del documento */
body {
	background: #fff url(../image/background.jpg) repeat-x top;
	text-align: center;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
h3{clear:both;}
	#contenedor{
		margin: 0 auto;
		width: 870px;
	}
	#page{
		width: 870px;
		text-align:left;
		margin: 0 auto;
	}
		.inicio .texto div img{
			margin: 10px 0 15px 0;
		}
		#head{
			background:url(../image/cabecera.jpg) no-repeat;
			height: 274px;
		}
			#head h1{
				float: left;
				color: #ffc600;
				font-weight:bold;
				font-size:1.4em;
				padding: 3px 0 0 90px;
				
			}
			#head #menu{
				float: left;
			}
			#head #admin{
				float: left;
				padding-left: 53px;
			}
		#menu{
			background: url(../image/menu.jpg) no-repeat;
			height: 66px;
			padding-left: 40px;
		}
			#menu ul{
				padding-top: 13px;
			}
			#menu ul li{
				padding: 0 8px;
				margin-top: 7px;
				font-size: 1em;
				border-right: 1px solid #fff;
			}
			#menu ul li.ultimo{
				border: none;
			}
			#menu ul li a{
				color: #fff;
				text-decoration: none;
				font-weight: bold;
			}
			#menu ul li a:hover{
				color: #FFC600;
			}
		#content{
			overflow: auto;
			width: 100%;
			height: auto;
			background: #fff url(../image/cuerpo.jpg) left top repeat-y;
			z-index:0;
		}
            #content #tablon .pieza{
                border-bottom:1px solid #97C139;
                margin:0 auto 15px;
                padding:5px;
                width:90%;
            }
            #content #tablon .pieza .encabezado {
                border-bottom:1px dotted;
                height:13px;
                overflow:visible;
            }
                #content #tablon .pieza .encabezado .titulo{
                    float:left;
                    font-weight:bolder;
                    color:#000;
                }
                #content #tablon .pieza .encabezado .acciones{
                    float:right;
                    overflow:visible;
                }
                    #content #tablon .pieza .encabezado .acciones .item{
                        float:left;
                        padding-left:15px;
                    }
            #content #tablon .pieza .contenido{
                /*height:13px;*/
                display:table;
                margin-bottom:5px;
                overflow:auto;
                padding-top:2px;
            }
                #content #tablon .pieza .contenido .item{
                    float:left;
                    padding-right:30px;
                }
                     #content #tablon .pieza .contenido .item i{
                        font-style: italic;
                    }
            #content #tablon .vermas{
                margin:-7px auto 0;
                width:90%;
                text-align:right;
            }

            #content #tablon a{
                color: #666;
            }
            #content #tablon a:hover{
                color: #F4AB2C;
            }

            #content #tablon #banner{
                margin:20px auto 0;
                overflow: visible;
                width:90%;
                text-align:center;
            }
                #content #tablon #banner .item{
                    -moz-border-radius:5px;
                    border:1px solid #97C139;
                    float:left;
                    margin:5px 20px;
                    padding:5px;
                }
            a{ cursor:pointer;}

            #content #tablon .cabSeccion{
                overflow:auto;
                background: transparent url(../image/cabSecMenu.jpg) no-repeat scroll left top;
            }

            #content #tablon .cabSeccion .itemLeft{
                float:left;
                padding-left:10px;
                padding-top:20px;
            }

            #content #tablon .cabSeccion .itemRight{
                width:270px;
                padding-top:20px;
                padding-right:15px;
                float:right;
            }

            #content #tablon .cabSeccion .stylized{
                margin:0;
            }

            #content #tablon .cabSeccion .stylized input{
                border:1px solid #000000;
                float:left;
                font-size:12px;
                padding:2px;
                width:200px;
            }

            #content #tablon .cabSeccion .stylized input.button{
                background:#666666 url(../image/sbutton.png) no-repeat scroll 0 0;
                border:medium none;
                clear:both;
                color:#FFFFFF;
                float:none;
                font-size:11px;
                font-weight:bold;
                height:22px;
		        margin:0 0 0 10px;
                text-align:center;
                width:50px;
            }

            #content #tablon .cabSeccion .itemLeft h3.arriba{
                font-size:1.4em;
                margin-top: 5px;
                margin-right: 0px;
            }
			#content h3.top{
			}
			
			#sidebar{
				width: 250px;
				margin-left: 20px;
                margin-top:-5px;
			}
			
			#sidebar div#element{
				background: url(../image/cabSecMenu.jpg) left top no-repeat;
                margin-top:5px;
                min-height:17px;
			}

            #sidebar div#element #stylized input.button{
                background:#666666 url(../image/sbutton.png) no-repeat scroll 0 0;
                border:medium none;
                clear:both;
                color:#FFFFFF;
                float:none;
                font-size:11px;
                font-weight:bold;
                height:22px;
                line-height: 10px;
                margin:7px 0 0 167px;
                text-align:center;
                width:51px;
            }

            #sidebar div#element #stylized label{
                display:block;
                float:left;
                font-size:12px;
                padding-left:12px;
                text-align:left;
                color: #333;
            }

            #sidebar div#element #stylized input{
                border:1px solid #000000;
                float:left;
                font-size:12px;
                margin:2px 0 5px 10px;
                padding:2px;
                width:200px;
            }
	
            #sidebar div#element .banner{
                -moz-border-radius-bottomleft:5px;
                -moz-border-radius-bottomright:5px;
                -moz-border-radius-topleft:5px;
                -moz-border-radius-topright:5px;
                border:1px solid #97C139;
                float:left;
                margin:20px 20px;
                padding:5px;
            }
			
			#sidebar div#element h3{
				margin: auto;
				font-size: 1.3em;
				background: none;
				color: #000;
				margin: 0;
				padding-top: 22px;
				text-align: center;
			}
			
			#sidebar div#element div#list{
				overflow:auto;
				padding-bottom:8px;
				padding-left:5px;
                clear:both;
			}

            #sidebar div#element div#list img{
                float:left;
            }
			
			#sidebar div#element div#list div.photo{
				float:left;	
				text-align:right; 
			}

            #sidebar div#element div#list div.photo img{
                width: 65px;
            }

            #sidebar div#element div.text{
                padding-left: 3px;
                color:#666666;
                text-align:left;
                font-size: 0.8em;
            }
			
			#sidebar div#element div#list div.text{
				float:left;
                display: inline;
                width: 171px;
			}
            #sidebar div#element div.text a{
                color:#333333;
                display:block;
                font-size:1em;
                font-weight:bold;
                margin-bottom:2px;
                text-decoration:underline;
            }
						
			#sidebar #catalogoPad{
				background: url(../image/superiorIzq.gif) left top no-repeat;
			}
			#sidebar #buscador{
				background: url(../image/buscador.png) left top no-repeat;
				height: 50px;
				width: 250px;
			}
			#sidebar h3{
				background: #f4ab2c;
				padding: 10px 15px;
				color: #fff;
				margin-top: 25px;
				font-weight: bold;
			}
			#sidebar .bordeDerecho{
				margin-left: 15px;
				height: 175px;
				padding-top: 1em;
				line-height: 1.5em;
				font-size: 0.9em;
				font-weight:bold;
				background: url(../image/borde.jpg) right top no-repeat;
			}
			#sidebar ul li{
				list-style: disc;
				margin-left: 30px;
			}
			#main{
				width: 575px;
				background: none;
				background: url(../image/superiorDer.gif) right top no-repeat;
				margin-right:25px;
			}
				#seccion{
					color: #666;
                    margin-left: 10px;
				}
				#seccion .pad{
					padding: 0;
					font-size: 0.8em;
				}
				#seccion p{
					padding: 5px;
					line-height: 1.2em;
					font-size: 1em;
					color: #666;
				}
				#seccion a{
					color:#F4AB2C;
					text-decoration:none;
					font-weight: bold;
				}
				#seccion iframe{
					border: solid 1px #F4AB2C;
					margin: 10px 15px;
					font-size: 0.8em;
				}
				#seccion a:hover{
					text-decoration:underline;
				}
				#seccion img.pad{padding:5px;}
				#seccion #foto{
					margin: 10px;
					margin-top: 0px;
				}
				#seccion .texto{
					line-height: 1.5em;
					padding-left: 10px;
					font-size: 1.2em;
				}
				#seccion h3{
					color: #000;
					background: url(../image/backH3.jpg) left bottom no-repeat;
					margin-right: 10px;
					padding-bottom: 10px;
					font-size: 1.3em;
					font-weight: bolder;
				}
				
				#seccion h4{
					 font-weight: bold;
					 margin: 5px; 
					 margin-left: 10px;
				}
                #seccion #servicios {
                    padding-left: 10px;
                }
                #seccion #servicios .item{
                    float:left;
                    overflow:auto;
                    width:49%;
                }
                #seccion #servicios .item .photo{
                    float:left;
                    text-align:right;
                    margin-bottom:10px;
                }
                #seccion #servicios .item .text{
                    display:inline;
                    float:left;
                    text-align:left;
                    padding-left: 10px;
                    padding-top: 34px;
                }
                #seccion #servicios .item .text a,#seccion #servicios .item .text a:hover{
                    color:#333333;
                    display:block;
                    font-size:1em;
                    font-weight:bold;
                    text-decoration:underline;
                }
				#seccion li{
					padding: 5px 0;
				}
				.leermas{
					text-align:right;
					padding: 5px 25px;
				}
				.leermas a{
					color: #F4AB2C;
					text-decoration: none;
					font-weight: bolder;
				}
				#footer{
					background: url(../image/pie.jpg) left bottom no-repeat;
					height: 145px;
					width: 100%;
					font-size: 0.8em;		
					overflow: auto;			
				}
					#menupie{
						margin-left:175px;
						padding: 78px 12px 0 0;
						overflow:auto;
					}
						#menupie ul{
						}
							#menupie ul li{
								padding: 0 5px;
								margin-top: 7px;
								font-size: 1.2em;
								border-left: 1px solid #aaa;
							}
							#menupie ul li.primero{
								border: none;
							}
							#menupie ul li a{
								color: #0d1ddd;
								text-decoration: none;
								font-weight: bold;
							}
							#menupie ul li a:hover{
								color: #FFC600;
							}
					#autor{
						width: 225px;
						float: right;
						color: #fff;
						font-size: 0.8em;
						padding-top: 20px;
						margin-right: 28px;
                        text-align: right;
					}
					#contact{
						width: 500px;
						float: left;
						margin: 20px 0 0 20px;
						color: #fff;
						font-size: 0.9em;
						font-weight: bolder;
						line-height: 1.2em;
					}
					#autor a{
						color: #fff;
						text-decoration: none;
					}
					small a{
						color: #F4AB2C;
						text-decoration: none;
						font-weight: bolder;
						font-size: 0.8em;
					}
img.flotaDerecha{
    float:right;
}

img.flotaIzquierda{
    float:left;
}

img.bordes{
    padding:0 15px;
}

div.cerEmpresa{
    clear:both;
    padding-top:10px;
    text-align:center;
}

div.flotante{
	margin-top:20px;
	width:250px;
	float:left;
}
/* Clases generales de la página*/
.floatLeft{
	float:left;
	display: inline;
	overflow: hidden;
}
.floatRight{
	float:right;
	display: inline;
	overflow: hidden;
}
.clear{
	clear: both;
}
#seccion .dos{
	padding-left: 40px;
	margin-top: 10px;
}
.pad ul{
	padding: 0 0 0 40px;
	margin: 5px 10px;
}
.pad li{
	list-style: circle;
	list-style-position: outside;
	text-align: left;
}

/* Catalogo */
#catalogoPad{
	padding: 10px 0px 0px 10px;
	overflow: auto;
}
#catalogoPad h3{
	background: url(../image/iconoPDF.jpg) left top no-repeat;
	margin: 10px;
	color: #62adf7;
	font-size:2em;
	height: 50px;
	padding: 10px 0 0 0;
	margin-bottom:0;
	padding-left:60px;
}
#catalogoPad h3.producto{
	background: none;
	margin: 10px;
	color: #62adf7;
	font-size:1.4em;
	height: 25px;
	padding: 10px 0 0 0;
	margin-bottom:0;
	padding-left:0px;
}
#catalogo li{
	width: 220px;
	overflow: hidden;
	list-style: circle;
	list-style-position: inside;
	margin-left: 10px;
	padding: 5px 5px;
	height: auto;
	font-size: 0.8em;
	border-bottom: 1px dashed;
}
#catalogo li:hover{
	background:#62ADF7;
}
 #catalogo li a{
 	display: inline;
	color: #666;
	text-decoration: none;
	width: 200px;
 }
 
 form.buscador{
 	padding: 12px 12px 0px 20px;
 }
  form.buscador input{
 	border: 1px solid;
 }
  form.buscador input.boton{
 	border: none;
	background:none;
	color:#fff;
 }
 
#destacados{
	width: 215px;
	height: 260px;
	margin-left: 12px;
	overflow:hidden;
}
#destacados .elemento{
	border:none;
	width: 215px;
	text-align: left;
	height:50px;
	margin:5px 0;
	border-bottom: 1px dotted #666;
	padding: 5px 0;
	clear:both;
}
#destacados .elemento h2{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}
#destacados .elemento p{
	font-size: 0.9em;
	margin-bottom: 5px;
}
#destacados .elemento h2 a{
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
#destacados .elemento h2 a:hover{
	text-decoration:underline;
}
#destacados .thumb{
	height: 50px;
	width: 50px;
	float:left;
	overflow:hidden;
	margin-right: 3px;
}
#destacados .thumb img{
	width: 50px;
}
/* Formulario contacto */
/* ----------- My Form ----------- */
.myform{
	margin:0;
	width:520px;
	padding:0;
}
	/* ----------- stylized ----------- */
	#stylized{
		margin:0;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #97c139;
		padding-bottom:10px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
    #stylized div#aviso{
        padding:4px;
    }
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input, #stylized textarea{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #000;
		width:280px;
		margin:2px 0 10px 10px;
	}

        #stylized input.checkbox{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #000;
		width:auto;
		margin:2px 0 10px 10px;
	}

    #stylized select{
		margin-left:9px;
	}

	#stylized textarea{
		float:none;
		width:280px;
	}
	#stylized input.button{ 
		clear:both;
		margin:10px 140px;
		width:125px;
		height:31px;
		background:#666666 url(../image/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		border:none;
		float: none;
	}
	#stylized input.error, #stylized textarea.error{
		background: #ff0000;
	}
	span.rojo{
		color: #ff0000;
		font-size: 1.2em;
	}
	
	div.enlace{
		margin-left: 30px;
		width: 400px;
		float: left;
		margin-bottom: 20px;
		margin-top: 2px;
	}
	div.enlace a{
		color: #b8ff7f;
		font-weight: bold;
	}
	#contenido div.enlace p{
		margin-bottom: 5px;
		margin-top: 5px;
	}
	div.enlace p.descripcion{
		text-indent: 20px;
	}
#seccion #galeria .imagen{
	float:none;
	text-align: center;
}
#seccion #galeria .foto{
	float:none;
}
