/*   

Theme Name: CSS inicial
Theme URI: http://rudeworks.com/blog/css-inicial-2/
Author: RUDE
Author URI: http://rudeworks.com
Version: 2.0
Description: CSS básico con arreglos y selectores pre-configurados.

*/

/* Elementos que queremos limpiar completamente: */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
}

ul {
	list-style: none;
	list-style-type: none;
	border: 2px solid #000;
	overflow: hidden;
	width: 155px;
	padding: 5px;
}

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
	display: block;
}

cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 100%;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 85%;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a abbr, a acronym {
	border: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
	color: #FFE19D;
}
 a:hover {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: underline;	
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*
	Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
	*/
}

/* Formularios */

label, button {
	cursor: pointer;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}

/* Clases útiles */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Para empezar un layout centrado: */

body {
	text-align: left;/* Hack para que IE6 no de problemas */
	background-color: #4A3B1E;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
}
#wrapper {
	background-image: url(/images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper #header {
	height: 220px;
	overflow: hidden;
}
#main {
	font-weight: normal;
	margin: 0 auto;
	width: 920px;
	overflow: hidden;
	background-image: url(images/bordehorizontal-trans.png);
	background-repeat:   repeat-x;
	background-position: 0px bottom;
	padding-bottom: 0px;
}
#main #columna1 {
	width: 400px;
	_width: 300px;
	float: left;
	background-image: url(/images/bordevertical-trans.png);
	background-repeat:   repeat-y;
	background-position: right;
	padding-left: 5px;
	padding-right: 5px;
	
}
#main #columna2 {
	width: 233px;
	float: left;
	overflow: hidden;
	padding: 10px;
}
#columna3 {
	width: 257px;
	float: left;
	padding-top: 10px;
}
#main #columna4 {
	width: 300px;
	float: left;
}
#titular h1 {
	font-size: 45px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#head_extra {
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(/images/cabecera_extra-trans.png)!important;
	background-image: none;
	filter: none !important;

 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’/images/cabecera_extra-trans.png’, sizingMethod='scale');

}
#columna1 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	margin-bottom: 5px;
}
#columna1 img {

}
#titular {
	background-image: url(/images/bordehorizontal-trans.png);
	background-repeat:   repeat-x;
	background-position: bottom;
	padding: 10px;
}
#columna1 #noticia1 {
	font-weight: normal;
	background-image: url(/images/bordehorizontal_03.png);
	background-repeat:   repeat-x;
	background-position: bottom;
	padding: 10px;
	overflow: hidden;
}
#columna1 #noticia2 {
	font-weight: normal;
	padding: 10px;
	overflow: hidden;
	width: 380px;
}

#noticia2 #columna {
	float: left;
}
#noticia2 #columna img {
	float: right;
	margin-right: 0px;
}
#columna2 #noticia1 {
	font-weight: normal;
	overflow: hidden;
}
#columna2 #noticia2 {
	font-weight: normal;
	overflow: hidden;
}
#columna2 #noticia1 h1 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0px;
}
#columna2 #noticia1 #columna {
	width: 116px;
	float: left;
}
#columna2 #noticia1 h2 {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
#columna2 #adorno {
	background-image: url(/images/adorno_vertical_03.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 25px;
}
#columna1 #noticia1 img {
	margin-bottom: 10px;
	margin-left: 10px;
}
#columna2 #noticia2 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	display: block;
	margin-bottom: 5px;
}
#columna2 #noticia2 #columna {
	width: 116px;
}
#columna2 #foto {
	background-image: url(/images/armas_03.jpg);
	height: 132px;
	width: 241px;
}
#columna3 #foto {
	background-image: url(/images/coche_03.jpg);
	background-repeat: no-repeat;
	height: 128px;
	width: 250px;
	border: 3px solid #120F08;
}
#columna3 #galeria {
	font-weight: normal;
	background-image: url(/images/fondo_galeria-trans.png);
	height: 583px;
	width: 257px;
	padding-top: 40px;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#columna3 #galeria img {
	float: left;

}
#wrapper #pie {
	font-weight: normal;
	overflow: hidden;
	margin: 0 auto;
	width: 920px;
	background-image: url(/images/mano_03.png);
	background-repeat: no-repeat;
	background-position: 225px top;
	margin-top: 10px;
	padding: 10px;
}
#pie #video {
	height: 344px;
	width: 425px;
	float: left;
	padding: 10px;
}
#main #contacto {
	text-align: center;
	font-size: 1.3em;
}
#noticia1 h3 {
	font-size: 12px;
	margin-bottom: 2px;
}
#noticia1 #piefoto {
	float: right;
	width: 200px;
	padding: 0px;
	margin-bottom: 10px;
}
#piefoto span {
	display: block;
	font-size: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#noticia1 #piefoto img {
	margin: 0px;
}
#noticia2 #columna #piefoto {
	margin-bottom: 10px;
	margin-left: 5px;











	*margin-right:10px;
	float: right;
	width: 200px;
}
#columna2 #videos {
	margin-top: 10px;
}
#noticia2 #scroll {
	border: 1px solid #000000;
}
#main #titular h1 {
	font-size: 60px;
	text-align: center;
}
#main #titular h2 {
	text-align: center;
	font-size: 50px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0px;
}
#main #titular h3 {
	font-size: 25px;
}
#noticia1 #conciertos2 {
	float: right;
	width: 197px;
}
#rightsinfo {
	font-weight: normal;
	float: right;
	margin-top: 35px;
	margin-right: 0px;
	padding-right: 0px;
}
#facebook {
	padding-left: 5px;
}
#noticia2 #columna p {
	float: left;
	width: 170px;
}
#wrapper #main #columna1 #noticia1 #conciertos2 #piefoto span {
	margin-top: 0px;
}
#columna2 div #videos #link a {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	background-image: url(/images/mano_03.png);
	background-repeat: no-repeat;
	height: 45px;
	padding-left: 120px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 2px solid #000;
	background-position: 0px 6px;
}
