html, body{ 
 margin:0; 
 padding:0;  
 font-family       :"Tahoma", Arial, Helvetica, sans-serif;
 font-size         : 12px;
 line-height: 16px;
 color             : #666666;
 background:url(../images/bg_snoop.jpg);
 background-repeat: no-repeat;
 background-position:center;
 background-position:top;
} 
a:link, a:visited {
  color             : #1A4A88;
  text-decoration   : none;
  font-weight       : normal;
}
a:hover {
  color             : #0066FF;
  text-decoration   : none;
  font-weight       : normal;
}
/*------------------------------- ESTILOS PARTICULARES ----------------------------------*/
.inputbox { /* Para las cajas de texto */
        background-color:#F3F3F3;
        border:1px solid #CCCCCC;
        color:#666666;
        font-size:11px;
        margin-bottom:1px;
}
.contentheading { /* Para los títulos de los artículos */
        color:#9D151F;
        font-size:14px;
        font-style:inherit;
        font-weight:bold;
        padding-bottom:3px;
        padding-top:3px;
        text-align:justify;
}
a.readon:link, a.readon:visited { /*Para el leer mas de los articulos */
        background:transparent url(../images/indent_arrow.png) no-repeat scroll 0pt 50%;     
        border-top:1px solid #E1E1E1;
        color:#000000;
        font-size:11px;
        font-weight:bold;     
        margin-bottom:3px;
         margin-top:5px;
        padding-bottom:5px;
        padding-left:18px;
        padding-top:5px;
        text-decoration:none;
        white-space:normal;
        text-align: left;
}

.jootags { /*para los tags de los articulos*/
        font-size:11px;
}
#atencionOnLine a{
	color:#ffffff;
}
#casoexitotexto{
	font-size:11px;
	padding-left:20px;
	padding-right:20px;
	margin-top:20px;
}
#somos{
	font-size:11px;
}
#imgCasoExito{
	padding-top:10px;
	padding-left:20px;
}

/*---------------------------------- inicia TOP MENU ------------------------------------*/

#nav{
 background		:url('../images/barra-final-fondo.gif') no-repeat;
 height			:40px;
 text-align		:center;
 position		:relative;
 padding-top		:10px;
 padding-left		:25px;
}

#nav ul {
 list-style		: none;
 border-right		: 1px solid #878787;
 top			: 116px;
 left			: 20px;
 padding		: 0;
 font-size		: 11px;
 font-weight       	: bold;
}
#nav li {
 padding-left		: 0px;
 padding-right		: 0px;
 float			: left;
 margin			: 0;
 font-size		: 11px;
 line-height		: 18px;
 font-weight       	: bold;
}
#nav ul a{
 display		: block;
 float			: left;
 text-decoration	: none;
 padding-left		:10px;
 padding-right		:10px;
 padding-top		: 5px;
 text-decoration	: none;
 color			: #e1e1e1;
 border-right		: #ccc 1px solid;
 font-weight       	: bold;

}
#nav ul a:link{
  display		: block;
  float			: left;
  text-decoration	: none;
  text-decoration	: none;
  padding-left		:10px;
  padding-right		:10px;
  padding-top		:5px;
  text-decoration	:none;
  color			:#e1e1e1;
  border-right		:#ccc 1px solid;
  font-weight       	:bold;

}

#nav ul li a:hover {
  color			:#fff;
  color			:#FFFFFF;
  font-weight       	:bold;
}

#nav ul li a:visited {
  color			:#EBEBEB;
  display		:left;
  padding-left		:10px;
  padding-right		:10px;
  padding-top		:5px;
  text-decoration	: none;
  color			: #e1e1e1;
  border-right		:#ccc 1px solid;
  font-weight       	:bold;
}

#nav ul li#current a{
 text-decoration	: underline;
}


#nav li a#current
{
 color			:#FFFFFF;
 font-weight		:bold;
 text-decoration	:underline;
}

#nav li a#active:hover
{
 color			:#FFFFFF;
 font-weight		:bold;
}


/*css para la casita del home, hecho por RASHID*/
#home{ 
 vertical-align:middle;
  height:20px;
  position:absolute;
  width:40px;
  top:-4px;
  left:0px;
  z-index:200;
}
#home a{
  display		: block;  
  text-decoration	: none;
  voice-family		: "\"}\"";
  voice-family		: inherit;
  text-decoration	:none;
  border-right		:#ccc 1px solid;
  padding-top		:7px;
  padding-bottom	:2px;

vertical-align:middle;                                                                             
}

#home a img{ 
border-style:none;
}
/*fin Home*/

/*--------------------------------- termina TOP MENU --------------------------------------*/
/*--------------------------------- ESQUELETO DE DIVS -------------------------------------*/
#mainConteiner {
        position:absolute;  
        left:50%;
        margin-left:-380px;

}

#logo {
	position:absolute;
	width:286px;
	height:98px;
	z-index:1;
	left: 5px;
	top: 0px;
}
#espacioHeader {
    background-image:url(../images/header2.gif); 
    background-repeat: no-repeat;
    background-position:center;
	position:absolute;
	width:293px;
	height:98px;
	z-index:2;
	left: 293px;
	top: 0px;
}

#cajaBuscar {
        background-image:url(../images/header2.gif); 
        background-repeat: no-repeat;
        background-position:center;
	position:absolute;
	width:178px;
	height:98px;
	z-index:3;
	left: 587px;
	top: 0px;
}
#nav {
        vertical-align:middle;
	position:absolute;
	width:760px;
	height:44px;
	z-index:4;
	top: 99px;
	left: 7px;
}

#aniPrincipal {
	position:absolute;
	width:760px;
	height:265px;
	z-index:5;
	top: 140px;
	left: 7px;
}
#scrollerNoticias {
        background-image:url(../images/barrita_rss.png); 
        background-repeat: no-repeat;
        background-position:center;
	position:absolute;
	width:760px;
	height:29px;
	z-index:6;
	top: 404px;
	left: 2px;
}
#bienvenidos {
	position:absolute;
	width:295px;
	height:160px;
	z-index:7;
	top: 450px;
	left: 5px;
}

#casodeexito {


        background-image:url(../images/sonrisa.gif); 

        background-repeat: no-repeat;

        background-position:center;

	position:absolute;

	width:242px;

	height:180px;

	z-index:8;

	left: 311px;

	top: 440px;

}
/*Rashid*/
#flashcontent{
	color=#ffffff;
	left:0px;
	margin-top:-150px;
	width:180;
	height;200;
	position:absolute;
}
#tagSimple{
margin-top:10px;
}
#nubedetags {

        margin-top:5px;

        font-size: 11px;

        line-height:16px;
        
        text-align: justify;

	position:absolute;

	width:205px;

	height:180px;

	z-index:9;

	left: 554px;

	top: 450px;

}

#nubedetags a, nubedetags a:link, nubedetags a:active{
	color: #3e4b5c;
}
#nubedetags a:hover{
  	color: #0066FF;
}

#partners {


        background-image:url(../images/footerAlianzas.png); 

        background-repeat: no-repeat;

        background-position:center;

	position:absolute;

	width:760px;

	height:46px;

	z-index:10;

	top: 621px;

	left: 5px;

}

#footer {


        background-image:url(../images/footer.png); 

        background-repeat: no-repeat;

        background-position:center;


	position:absolute;

	width:760px;

	height:34px;

	z-index:11;

	top: 668px;

	left: 5px;

}

#mainConteiner {

	position:absolute;

	width:776px;

	height:712px;

	z-index:12;

}

#contacto {
	position:absolute;
	width:286px;
	height:20px;
	z-index:12;
	left: 5px;
	top: 75px;
}

#feedback {
	position:absolute;
	width:180px;
	height:34px;
	z-index:13;
	left: 334px;
	top: 10px;
	
	color: #ffffff;
	font-size:10px;
	
}
#addThis {
	position:absolute;
	width:151px;
	height:34px;
	z-index:14;
	left: 467px;
	top: 10px;
}
#atencionOnLine {
	position:absolute;
	width:138px;
	height:34px;
	z-index:15;
	left: 621px;
	top: 0px;
}

#rss {
	position:absolute;
	width:138px;
	height:34px;
	z-index:15;
	left: 700px;
	top: 393px;
}

.rojo {
        color:#9D151F;
        font-weight:bold;
}
/*****RESENT-FONTS CSS****/
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
