* {
	margin: 0 ;
	padding: 0;
}



body {
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	list-style-type: none;
	font-family: Trebuchet MS, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#ffffff;
	/* LO SIGUIENTE ELIMINA EL SCROL HORIZONTAL QUE APARECIA EN MOZILA SOLAMENTE*/
	overflow-x:hidden;
	/*overflow : hidden; */
	overflow : -moz-scrollbars-vertical;
	background-color: #000000;	
	}

p {
	
	
	}
/* anula los bullet  
ul { list-style: none; }*/

/* marco de todo el contenido  */
#wrapper {
	margin: 0px auto auto auto;
	padding: 0px;
	width: 980px;
	background-color:#000000;
	/*height:100%;*/
}

#wrapper-internas{
	margin: 0px auto auto auto;
	padding-top: 0px;
	width: 980px;
	background-image:url(img/fondo-internas.gif);
	background-repeat:repeat-y;

	}


/*BOTONERA*---------------------------------------------------------------------------------------------------------------------------/*/

#botoneratop
{	WIDTH: 980px;
	float:left;
    font: 14px "tipo1", sans-serif ;
	/*height:100%;*/ }
/*BOTONERA*---------------------------------------------------------------------------------------------------------------------------/*/

#titulo-noticia-A-BLANCO
{	
	font-family: Trebuchet MS;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 2em;
	color:#FFF;
}
#titulo-noticia-A-ROJO
{	
	font-family: Trebuchet MS;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 2em;
	color:#E41B21;
}
#desarrollo-noticia-A
{
	margin-top:10px;
	font-family: Trebuchet MS;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1em;
	text-align: justify;
	color:#FFF;
}

/* TEXTOS NOTICIAS HOME CARRUSELL +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#titulo-titulocarrusel-BIG
{	
font-family: Trebuchet MS;
color: #CEE8DD;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: -3px;
line-height: 1em;
font-size: 5.1em;
}

#titulo-titulocarrusel-BIG2
{	
font-family: Trebuchet MS;
color: #EFDEA8;
text-decoration: none;
word-spacing: -0.05em;
text-align: left;
letter-spacing: -1px;
line-height: 1.2em;
font-size: 2.4em;
}

#desarrollo-titulocarrusel
{
font-family: Trebuchet MS;
color: #ffffff;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: -1px;
line-height: 1.4em;
font-size: 1.4em;
}
/* TEXTOS NOTICIAS HOME CARRUSELL +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




a[href^="http:"] {
  background: url(../img/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http://www.andybudd.com"], a[href^="http://andybudd.com"]  {
  background-image: none;
  padding-right: 0;
}

a[href^="mailto:"] {
  background: url(../img/email2.png) no-repeat right top;
  padding-right: 15px;
}

a[href^="aim:"] {
  background: url(../img/im.png) no-repeat right top;
  padding-right: 15px;
}


/* css rollover
================================== */
 
 a#botones-left {
	display: block;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: -0.0em;
	font-weight:bolder;
	width: 146px;
	height: 28px;
	line-height: 25px;
	color: #565759;
	text-decoration: none;
	text-indent: 10px;
	background-color: #000000;
	background-image: url(img/button_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:3px;
}
 
 a#botones-left:hover {
	font-family: Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(img/button_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
 /*background: #369 url(img/button-over.jpg) no-repeat left top;*/
 color: #D4D6D5;
}

/* BOTONES BARRA LEFT INTERNOS UN SOLO RENGLON...
================================== */
 a#botones-left-internos {
	display: block;
	font-family: Helvetica, sans-serif;
	font-size:11px;
	letter-spacing: -0.0em;
	font-weight:bolder;
	width: 146px;
	height: 17px;
	line-height: 17px;
	color: #00743E;
	text-decoration: none;
	text-indent: 10px;
	margin-bottom:3px;
}
 
 a#botones-left-internos:hover {
	font-family: Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(img/button_left-fondo-internos-on.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
 	color: #950026;
 /*background: #369 url(img/button-over.jpg) no-repeat left top;*/
}

/* BOTONES BARRA LEFT INTERNOS BIG...
================================== */
 a#botones-left-internosBIG {
 	display: block;
	font-family: Helvetica, sans-serif;
	line-height: 17px;
	font-size:11px;
	letter-spacing: -0.0em;
	font-weight:bolder;
	color: #00743E;
	text-decoration: none;
	padding:0px 0px 0px 10px;

}
 
 a#botones-left-internosBIG:hover {
	font-family: Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(img/button_left-fondo-internos-on.jpg);
	background-position: bottom;
 	color: #950026;
 /*background: #369 url(img/button-over.jpg) no-repeat left top;*/
}


 /*BOTON PARA CARRUSELL ---------------------------------------------------------------------------- */
 a#leermas {
	margin-left:260px;
	margin-top:10px;
	padding:5px;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: -0.0em;
	font-weight:bolder;
	width: 146px;
	height: 28px;
	line-height: 25px;
	color: #565759;
	text-decoration: none;
	text-indent: 10px;
	background-color: #cccccc;
}
 
 a#leermas:hover {
	font-family: Helvetica, sans-serif;
	background-color: #ffffff;
}
 /*BOTON PARA CARRUSELL ---------------------------------------------------------------------------- */


 /*BOTON LEER MAS GENERAL ---------------------------------------------------------------------------- */
 a#leermas-gral {
	padding:5px;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: -0.0em;
	font-weight:bolder;
	width: 146px;
	height: 28px;
	line-height: 25px;
	color: #565759;
	text-decoration: none;
	text-indent: 10px;
	background-color: #cccccc;
}
 
 a#leermas-gral:hover {
	font-family: Helvetica, sans-serif;
	background-color: #ffffff;
}
 /*BOTON LEER MAS GENERAL ---------------------------------------------------------------------------- */

ul {
	list-style-type: disc;
	margin-left:30px;
}

#internas li {
	list-style-image: url(img/li.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}


#title1{
	font-family: Trebuchet MS;
	text-decoration: none;
	word-spacing: -0.05em;
	text-align: left;
	letter-spacing: -1px;
	line-height: 0.9em;
	font-size: 4em;
	top: 10px;  
	color:#666666;
	padding-bottom:30px;
}
#title2{
	font: 30px "tipo3", sans-serif ;
	top: 10px;  
	color:#018554;
	padding-bottom:10px;
}
#title3{
	font: 18px "tipo3", sans-serif ;
	top: 10px;  
	color:#018554;
	padding-bottom:10px;
}

#titleNovedadHome{
	font-family: Trebuchet MS;
	text-transform: uppercase;
	text-decoration: none;
	word-spacing: -0.05em;
	text-align: left;
	letter-spacing: -1px;
	line-height: 1em;
	font-size: 3em;
	top: 10px;  
	color:#666666;
	color:#cc0000;
	
}

#txt-verde{
	color:#018554;
	font-weight: bold;
}
