﻿/* Clases Generales*/
/* Estilos */
.imgconborde{
	border:1px gray outset;
}
.cabecera
{
	/*/*font-family: Arial, Helvetica, sans-serif;*/*/
	color: white;
	font-size: 160%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom:10px;
	padding-top:2px;
	text-transform:uppercase;
	width:100%;
	border-bottom: 1px #829403 solid;
	background-image: url('fondo_cabeceras.jpg');
}


a.textonegro{
	color:black !important;
	font-size: 100%;
	font-weight: normal;
	text-decoration:underline;

}
a.textoblanco{
	color: #FFFFFF;
	font-size: 120%;
	font-weight: normal;
	text-decoration: underline;
}
.textonegro
{

	color:black;
	font-size: 100%;
	font-weight: normal;
	text-decoration:none;
}
.textoblanco
{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:120%;
	font-weight:normal;
}
.textorojo
{

	color: #CC0000;
	font-size: 120%;
	font-weight: normal;
}
.textoverde
{
	
	color:#B9D305;
	font-size:120%;
	font-weight:normal;
}
.textoamarillo
{
	
	color: #FFFF00;
	font-size: 120%;
	font-weight: normal;
}

.textogris
{
	
	color: #808080;
	font-size: 120%;
	font-weight: normal;
}
#textocabecera
{
	text-align:left;
	background-image:url('/imagenes/fondo_cabeceras_textos.png');
	
	background-repeat:no-repeat;
	overflow:hidden;
	height:33px;
	padding-left:32px;
	font-weight:bold;
}
.textoazul
{
	
	color: #0099FF;
	font-size: 120%;
	font-weight: normal;
}

.piedefoto
{
	
	color: #808080;
	font-size: 100%;
	font-weight: normal;
}
table.informacion{
	border-collapse: separate;
	border-color: transparent !important;
	border-style: solid;
	border-width: 1px;
	border-bottom: 1px #333333 ridge;
}
table.informacion td{
	padding-left:5px;
	border:1px white solid;
	height:20px;
}
td.verde{
	background-color: #B9D305;
	text-align:left;
	color: white;
}
td.azul{
	background-color: #0099FF;
	text-align:left;
	color: white;
}


td.verdecentro{
	background-color: #B9D305;
	text-align:center;
	color: white;
}

td.gris{
	background-color: #EEEEEE;
	color: #000000;
}

td.blanco{
	background-color: #FFFFFF;
	color: #000000;
}
td.amarillo{
	background-color: #FFFF99;
	color: #000000;
}

td.pie{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}
td.pie2{
	background-color: #444444;
	color: #FFFFFF;
	font-weight: bold;
}
td.pie3{
	background-color: #5F5F5F;
	color: #FFFFFF;
	font-weight: bold;
}


.boton, a.boton, a.boton:visited, .submit, button{
    border: 0px #B9D305 outset;
    border-top:1px gray solid;
    border-bottom:0px transparent solid;
  	font-family: Arial,Helvetica,sans-serif;
  	background-image:url('/imagenes/elementos/fondo_botones.jpg');
  	background-repeat:repeat-x;
    font-style: normal;
    font-variant: normal;
    font-size: 130%;
    padding-left:5px;
    padding-right:5px;
    padding-top: 5px;
    line-height: normal;
    color: #000000;
    letter-spacing: normal; 
    font-weight:bold;
    text-decoration:none;
    min-height:33px !important;
    display: block;
                
}
.boton:hover, a.boton:hover, a.boton:hover:visited, .submit:hover, button:hover{
	border: 0px #B9D305 outset;
    border-top:1px gray solid;
	border-bottom: 0px transparent solid;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: underline;
	background-image: url('/imagenes/elementos/fondo_botones.jpg');
	background-repeat: repeat-x;
	font-style: normal;
	font-variant: normal;
	font-size: 130%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	line-height: normal;
	color: #808080;
	letter-spacing: normal;
	font-weight: bold;
	min-height: 33px !important;
	display: block;
}

input[type="submit"], input[type="submit"]:visited, input[type="reset"], input[type="reset"]:visited, input[type="button"], input[type="button"]:visited{
	
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-variant: normal;
	font-size: 130%;
	background-image:url('http://www.aramon.es/imagenes/elementos/boton_forms.png');
	background-repeat:no-repeat;
	width:98px;
	height:43px;
	line-height:-50px !important;
	background-repeat:no-repeat;
	background-color:transparent;
	vertical-align:text-top;
	padding-bottom:10px;		
	color: #000000;
	letter-spacing: normal; 
	font-weight:bold;
}
input[type="submit"]:hover, input[type="submit"]:visited:hover, input[type="button"]:hover, input[type="button"]:visited:hover,input[type="reset"]:hover, input[type="reset"]:visited:hover
{
	
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-variant: normal;
	font-size: 130%;
	background-image: url('http://www.aramon.es/imagenes/elementos/boton_forms_over.png');
	background-repeat:no-repeat;
	width:98px;
	height:43px;
	line-height:-5px;
	background-color:transparent;
	vertical-align:text-top;
	padding-bottom:10px;		
	color: #000000;
	letter-spacing: normal; 
	font-weight:bold;
}
input[type="submit"][disabled], input[type="submit"][disabled]:visited, input[type="reset"][disabled], input[type="reset"][disabled]:visited, input[type="button"][disabled], input[type="button"][disabled]:visited{
	
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-variant: normal;
	font-size: 130%;
	background-image: url('http://www.aramon.es/imagenes/elementos/boton_forms.png');
	width: 98px;
	height: 43px;
	line-height: 5px;
	background-repeat: no-repeat;
	background-color: transparent;
	vertical-align: text-top;
	padding-bottom: 10px;
	color: #EEEEEE;
	letter-spacing: normal;
	font-weight: bold;
}


/*para botones grande*/

input[type="button"]:visited:hover{
	
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-variant: normal;
	font-size: 130%;
	background-image: url('http://www.aramon.es/imagenes/elementos/boton_grande.png');
	background-repeat:no-repeat;
	width:98px;
	height:43px;
	line-height:-5px;
	background-color:transparent;
	vertical-align:text-top;
	padding-bottom:10px;		
	color: #000000;
	letter-spacing: normal; 
	font-weight:bold;

}

#boton_grande{
	
	border-style: none;
	border-color: inherit;
	border-width: 0;
	font-variant: normal;
	font-size: 130%;
	background-image: url('http://www.aramon.es/imagenes/elementos/boton_grande.png');
	background-repeat:no-repeat;
	width:98px;
	height:43px;
	line-height:-5px;
	background-color:transparent;
	vertical-align:text-top;
	padding-bottom:10px;		
	color: #000000;
	letter-spacing: normal; 
	font-weight:bold;

}



/*fin botones grandes*/

td.oferta{
	background-color:#3399FF;
	color:white;
}
td.promocion{
	background-color: #829403;
	color: white;
}

td.baja{
	background-color: #FFFF66;
	color: #000000;
}

td.media{
	background-color: #800080;
	color: white;
}

td.alta{
	background-color: #CC0000;
	color: white;
}
.estado1{
	color: #AAC104;
	font-weight: bold;
}
.estado0{
	color: #CC0000;
	font-weight: bold;
}
.scroll{
	overflow:scroll;
}