/*
        Theme Name: CSS inicial
        Theme URI: http://rudeworks.com/blog/css-inicial/
        Author: RUDE
        Author URI: http://rudeworks.com
        Version: 1.0
        Description: CSS básico con arreglos y selectores pre-configurados.
        */
/*** HACKS PARA IE ***/
		img, div {
		behavior: url(iepngfix/iepngfix.htc);
		}
        /* Si tienes la necesidad de aplicar algún hack para IE6 utiliza este selector: */
        *html {
        }
        /* Si necesitas aplicarlo a IE7 utiliza este:*/
        *:first-child+html .idiomas, *:first-child+html .tira_idiomas {
		height: 22px;
        }
		*:first-child+html body {
		padding-bottom: 15px;
        }
/** PNG FIX **/
		
		*html img, *html div, *html span, *html a {
		behavior: url(iepngfix/iepngfix.htc);
		}
		*html a img {
		behavior: url(iepngfix/iepngfix.htc);
		position: relative;
		cursor: pointer;		
		}
/*** NEUTRALIZANDO ESTILOS:
                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*/
        }
/*** NEUTRALIZANDO ESTILOS:
                elementos con margen vertical: ***/
        h1, h2, h3, h4, h5, h6, p, pre,
        blockquote, ul, ol, dl, address {
                font-weight: normal;
                margin: 0 0 1em 0;
       
	font-weight: normal;
	font-weight: bold;
}
/*** Algunos ajustes basicos: ***/
body {
	margin:0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	margin-bottom: 15px;
	background-color: #000;
	/*background-image: url(../imagenes/background.jpg);*/
	}
        sup {
                position: relative;
                bottom: 0.3em;
                vertical-align: baseline;
        }
        sub {
                position: relative;
                bottom: -0.2em;
                vertical-align: baseline;
        }
        li, dd, blockquote {
                margin-left: 1em;
        }
/*** LINKS:
                recuerda utilizar siempre la regla del LoVe-HAte ***/
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #666;
}
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, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}
fieldset {
	border: none;
}
/* CSS Rutas Boiro */
#base00 {
	padding:0px;
	width:80%;
	margin:0px 10%;
	text-align:center;
}
#base0 {
	padding:0px;
	width:85%;
	margin:0px auto;
	text-align:left;
	/*background-image: url(../img/background.png);*/
}
#base {
	padding:0px;
	width:100%;
	margin:0px auto;
	text-align:left;
	height: 500px;
	background-image: url(../img/background.png);
	background-color: #FFF;
}

#col_izq {
	float: left;
	height: 500px;
	width: 15%;
}
#col_menu {
	float: left;
	background-color: #87122e;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 500px;
	width: 15%;
}


#col_der {
	float: left;
	height: 500px;
	overflow: hidden;
	width: 69%;
}
.top_menu {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.menu_staron {
	float: left;
	width: 100%;
	margin-top: 150%;
	vertical-align: bottom;
}
.menu_staron2 {
	float: left;
	width: 100%;
	margin-top: 110%;
	vertical-align: bottom;
}



.item_menu {
	float: left;
	border-bottom: #FFF solid 1px;
	padding: 5px 0px;
	width: 100%;
}
.item_menu2 {
	float: left;
	border-bottom: #87122e solid 1px;
	padding: 5px 0px;
	width: 100%;
	/*margin-top: 293px;*/
	background-color: #FFF;
	position: relative;
	bottom: 0px;
	margin-top: 5px;
}

.item_menub {
	float: left;
	border-bottom: #FFF solid 1px;
	padding: 5px 0px;
	width: 100%;
}
.presentacion {
	float: left;
	margin: 10px;
	height: 480px;
	overflow: auto;
	width: 40%;
}
.img_right  {
	float: right;
	width: 56%;
	overflow: hidden;
	text-align: center;
}

.text_present {
	height: 480px;
}
.text_present a{
	color: #87122E;

}
.correo {
	font-weight: bold;
}

#flash {
	width: 100%;
	float: left;

}
.catalogos {
	float: left;
	margin: 20px;
	clear: both;
}
.tit_sec {
	text-align: right;
	float: right;
	padding: 10px;
	width: 98%;
}

.item_catalogo img{
	border: #666 solid 1px;

}
.item_catalogo, .item_logo {
	text-align: center;
	padding: 5px;
}
.item_catalogo a {
	font-weight: bold;
	color: #87122e;

}
.item_logo {
	padding: 20px;
}


#flyer {
	float: left;
	height: 500px;
	background-color: #000;
	width: 15%;
	overflow: hidden;
	text-align: center;
}
.form_tit {
	font-weight: bold;
	float: left;
	width: 80px;
}
.mapa {
	float: left;
}
.pie {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}
.menu_productos {
	float: left;
	width: 20%;
	margin-left: 30px;
	margin-top: 10px;
	clear: both;
}
.tit_noticia {
	font-size: 14px;
	font-weight: bold;
}
.fecha {
	color: #87122D;
}
.en_construccion {
	margin: 20px;
	font-size: 14px;
	color: #87122D;
	font-weight: bold;
}

