﻿* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: century gothic, arial, Verdana;
	font-size: 13px;
}

body {
	background-color: #313131;
	text-align: center;
	padding-bottom: 3em;
	
}


h1, h2, h3, h4, h5 {
	color: #aaaaaa;
	background-color: black;
	display: block;
	padding: 3px 10px 3px 10px;
	margin-bottom: 8px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

p {
	font-size: 13px;
}

i, em {
	font-style: italic;
}

a {
	text-decoration: none;
}
	
a:link, a:visited {
	color: #cccccc;
}


a:active {
	color: white;
}

a:hover {
	color: yellow;
}

ul {
	padding-left : 10px;
	list-style-type: disc;
}


.enlaces {
	padding-left: 0px;
}

.enlaces li {
	text-align: center;
	padding: 0px 0px 16px 0px;
	list-style-type: none;
}


#contenido_noticia a:link, #contenido_noticia a:visited {
	color: #cccccc;
	text-decoration: none;
}

#contenido_noticia a:hover, #contenido_noticia a:active {
	color: yellow;
}

#contenido_noticia img {
	float: left;
	width: 300px;
	height: auto;
	margin: 3px 6px 8px 3px;
	
	clear: both; 
}

#contenido_portada img {
	clear: both;
	max-height: 200px;
	width: 96%;
	margin: 0% 2% 0% 2%;
}

#contenido_noticia p, #contenido_producto p, #contenido_portada p {
	text-align: justify;
	margin: 5px 5px 5px 5px;
	font-size: 11px;
}

#contenido_noticia h1, #contenido_noticia h2, #contenido_noticia h3, #contenido_producto h1, #contenido_producto h2, #contenido_producto h3,
#contenido_portada h1, #contenido_portada h2, #contenido_portada h3  {
	text-align: center;
}

#creditos_noticia a {
	font-size: 11px;
	font-family: century gothic, verdana;
}

#boton_grafico {
	width: 100%;
	height: 28px;
	margin-top: 14px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;

	padding: 0px auto 0px auto;
}

#boton_grafico a {
	color: white;
	font-weight: bold;
	border: none;

	margin: auto;
	background-color: none;

}

#boton_grafico a:hover, #boton_grafico a:active {
	color: yellow;
}

#boton_grafico a .boton_mas {
	width: 76px;
	height: 27px;
	float: right;
	background: url('../imagenes/botones/mas1.png');
}

#boton_grafico a .boton_mas:hover {
	width: 84px;
	height: 28px;
	background: url('../imagenes/botones/mas2.png');
}

#boton_grafico .flecha_atras {
	width: 78px;
	height: 25px;
	background: url('../imagenes/botones/flecha_atras1.png');
	float: left;
	margin: 20px;
}

#boton_grafico .flecha_atras:hover {
	width: 82px;
	height: 28px;
	background: url('../imagenes/botones/flecha_atras2.png');
}

#boton_grafico .flecha_alante {
	width: 78px;
	height: 25px;
	background: url('../imagenes/botones/flecha_alante1.png');
	float: right;
	margin: 20px;
}

#boton_grafico .flecha_alante:hover {
	width: 82px;
	height: 28px;
	background: url('../imagenes/botones/flecha_alante2.png');
}




#contenido_lista_productos img, #contenido_producto img {
	width: 100%;
}

#elemento_lista_productos img {
	width: 96%;
	margin: auto;
}

#contenido_lista_productos h3 {
	width: auto;
	margin: 3px;
	padding: 3px;
	font-size: 16px;
}


#formulario_contacto h2 {
	text-align: center;
	background: none;
	color: black;
}

#formulario_contacto * {
	margin: 0px;
	padding: 0px;
}

#formulario_contacto p {
	font-size: 13px;
	margin: 5px;
}

#formulario_contacto form {
	padding: 4px 8px 6px 8px;
}

#formulario_contacto td {
	text-align: center;
	padding: 0px 0px 0px 8px;
}


#formulario_contacto form input, #formulario_contacto form submit, #formulario_contacto form select,
#formulario_contacto form textarea {
	height: 22px;
	width: 424px;
	color: gray;
	font-size: 11px;
	border: 1px solid gray;
	background-color: black;
	margin-bottom: 7px;
}

#formulario_contacto form select {
	border-color: gray;
}

#formulario_contacto form textarea {
	height: 180px;
	overflow: auto;
}


#formulario_contacto form .boton  {
	height: 24px;
	width: 80px;
	border-color: yellow;
	text-align: center;
}

#formulario_contacto .boton:hover  {
	background-color: yellow;
	color: black;
	border-color: gray;
	border-width: 2px;
}

#formulario_contacto .boton:active  {
	background-color: gray;
	color: white;
	border-color: yellow;
	border-width: 2px;
}


#paginacion  a {
	background-color: black;
	padding: 6px 10px 6px 10px;
	margin: 0px 20px 0px 20px;
	text-align: center;
	color: gray;
	font-weight: bolder;
}

#paginacion a:link, #paginacion a:hover, #paginacion a:visited {
	text-decoration: none;
}

#paginacion a:hover {
	color: yellow;
}



#pie p {
	padding: 10px;
	color: gray;
	font-size: 11px;
}

#pie p a {
	color: yellow;
	font-size: 11px;
}

#pie p a:hover {
	border: 0;
	color: white;
}
    