@charset "UTF-8";
/* CSS Document */

/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

div.float {
  float: left;
  }
  
.texto-link a {
	text-decoration:none;
	color: #999999;
	}
	
.texto-link a:hover {
	text-decoration:none;
	color: #333333;	
	}

#linea
	{
	width: 230px;
	border-top: 2px;
	border-top-color: #b2b2b1;
	border-top-style: dotted;	
	}

#wrapper_home
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0;
	padding: 0;
	text-align: left;			
	width: 100%;
	height: 440px;
	}
body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}
	
#unir_cajas
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 765px;
	}
	
#pestana_caja
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 364px;
	height: 70px;
	}
	
#pestana
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding: 0;
	text-align: left;
	width: 75px;
	height: 43px;
	}
	
#pestana2
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding: 0;
	text-align: left;
	width: 45px;
	height: 43px;
	}

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 612px;
	}
	
#box2
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 765px;
	}
	
#box3
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 285px;
	}
	
#box4
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 285px;
	}
 	
#content
	{
	padding: 0.2em;
	padding-left: 5.8em;	
	}


#content h1
	{
	color:#729321;
	font-weight: normal;
	font-size: 1.4em;
	font-family: Arial Rounded MT Bold, arial;
	width: 450px;
	line-height: 1,4;
	}
	
#content2
	{
	padding:1em;
	}

#content3
	{
	padding: 0.2em;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	}
		
#content3 p
	{
	color:#999999;
	font-size: 9.2pt;
	line-height: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 240px;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

/* ---=== IMAGENES FONDO COLOR ===--- */

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.png);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.png);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.png);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.png);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.png);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.png);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #F9F6ED;
	background-image:url(images/l.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

/* ---=== IMAGENES FONDO BLANCO ===--- */

#tlc_w, #trc_w, #blc_w, #brc_w
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc_w
	{
	background-image:url(images/tlc_w.gif);
	background-position: 0% 0%;
	}

#trc_w
	{
	background-image:url(images/trc_w.gif);
	background-position: 100% 0%;
	}
	
#blc_w
	{
	background-image:url(images/blc_w.gif);
	background-position: 0% 100%;
	}

#brc_w
	{
	background-image:url(images/brc_w.gif);
	background-position: 100% 100%;
	}

#tb_w, #bb_w
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb_w
	{
	background-image:url(images/tb_w.gif);
	background-position: 0% 0%;
	}

#bb_w
	{
	background-image:url(images/bb_w.gif);
	background-position: 50% 100%;
	}
	
#rb_w
	{
	background-image:url(images/r_w.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb_w
	{
	background-color: white;
	background-image:url(images/l_w.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			