@charset "utf-8";
/* CSS Document */

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

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
}
.ficha td {
	vertical-align: top;
}

.ficha {
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
}
.ficha td {
	padding-right: 27px;
	padding-left: 27px;
}

.ficha .img-big {
	text-align: center;
	position: relative;
}

.ficha .img-big img{
	height: auto;
	width: 500px;
	margin: auto;
}
.ficha .img-big #ampliacion-descripcion {
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #FFF;
	display: block;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/bg-semi.png);
	font-weight: bold;
}


.ficha h1 {
	color: #FFB340;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.ficha .descripcion {
	font-size: 13px;
	padding: 20px 0px;
	text-align: justify;
	color:#999;
	line-height:15px
}
.ficha .gal {
	width: 300px;
	padding-top:15px
}
.ficha .gal div {
	height: 512px;
	overflow: auto;
	width: 300px;
}


.ficha .gal img {
	height: auto;
	width: 130px;
}
.ficha .gal a {
	margin: 5px;
	float: left;
}
.nota {
	font-size: 9px;
	color: #666;
	text-align: center;
	display: block;
}
