/*
	Hoja de estilos general.
	Especifica los estilos para etiquetas genericas.
*/

html {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	/*behavior: url(/upvtheme/ie-css3.htc); /* Activamos el soporte para IE */
}


body
{
	background-color: #D7D6D1;
	/*width: 960px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	padding: 0px;
	margin: 0px;
	/*color: #4B4B4B;
	text-align: center;*/
}
.popupbody{
	background-color: white;
}
pre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
div
{
	margin: 0;
	border: 0 none;
	padding: 0;
}

acronym {
	text-decoration: none;
	border: 0px;
	color: #000000;
}

/* TEXTOS */
a{
	color: #04586A;
	text-decoration: none;
}
a:hover{
	color: #04586A;
	text-decoration: none;
}

h1, h1 a {
	/*font-family: arial, helvetica, sans-serif;
	font-size: 130%;
	
	font-weight: bold;
	color: #99CE00;*/
	color: #04586A;
	padding-top: 12px;
	padding-left: 38px;
	padding-right: 15px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
	font-size:140%;
}

h2, h2 a {
	font-family: arial, helvetica, sans-serif;
	font-size: 120%;
	/*color: #EC6409;*/
	font-weight: bold;
	/*margin-left:6px;*/
}
 h3, h3 a {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

h4, h4 a {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	/*color: #EC6409;*/
	font-weight: bold;
	margin: 0px;
}
p {
	font-family: arial, helvetica, sans-serif;
	font-size: 95%;
}

/*esto deberia ir en la css de la ficha*/
.parrafo:first-letter{
font-size:24px;
float:left;
color:#000000;
font-weight: bold;
text-transform:capitalize;
font-family: arial,helvetica,sans-serif;
}

.parrafoResumen:first-letter{
font-size:30px;
float:left;
color:#000000;
text-transform:capitalize;
font-family: arial,helvetica,sans-serif;
}

.tabla{
	border-top:3px solid #BDBDBD;
	color:#4B4B4B;
}

#tabla{
	color:#4B4B4B;
	border-bottom:3px solid #BDBDBD;
	}
	
#showcase {
	position: relative;
	width: 700px;
	height: 170px;
}
#showcase li {
	width: 170px;
	height: 170px;
	float: left;	
	list-style-type: none;	
}
#showcase li img {
	width: 100%;
	height: 100%;
}
img {
	border: 0;
}

h5{
	
	/*padding-top: 12px;*/
	/*padding-left: 38px;*/
	padding-right: 15px;
	/*padding-bottom: 5px;*/
	font-size:140%;
}
h6{
display: block;
font-size: 12px;
-webkit-margin-before: 1.67em;
-webkit-margin-after: 1.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
color: #4B4B4B;
}

h7{
display: block;
font-size: 12px;
/*
-webkit-margin-before: 1.67em;
-webkit-margin-after: 1.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;*/
font-weight: bold;
color: #8DA605;
}

#tdpadding{
	padding-bottom: 25px;
}

#precio-destacado{
	font-size: 1.6em;
	font-weight: bold;
	color: #3A5F13;
	padding-top: 30px;
}

h8{
	font-size: 10px;
}

h9 a{
	color: white;
	text-decoration: none;
}

