/* CSS Document */
/*
body
{ 
background-image:url(images2/back_ground.gif);
background-color:#ed4f28;
}

.contorno
{ 
width:753px; 
border:3px #000000 solid; 
text-align:center; 
background-image:url(images2/top.gif);
 background-position:top; 
 background-repeat:no-repeat; 
 background-color:#FFFFFF;
 }
 
 */

.enlace_box
{
height:41px;
width:100%;
/*padding-left:6%;*/

}


.enlace
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:1.5em;
color:#333333;
text-decoration:none;
font-weight:bold;
}

.enlace:hover
{
text-decoration:underline;
}

.enlace_left
{
background-image:url(images2/boton_1.gif);
background-repeat:no-repeat;
height:41px;
float:left;
width:2.3%;
margin-left:6%;
}


.enlace_middle
{
background-image:url(images2/boton_2.gif);
background-repeat:repeat-x;
padding-top:10px;
padding-bottom:10px;
float:left;
height:21px;
}

.enlace_right
{
background-image:url(images2/boton_3.gif);
background-repeat:no-repeat;
height:41px;
float:left;
width:2.3%;

}


.text_box
{
height:41px;
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.5em;
color:#333333;
text-decoration:none;
}

.text_box2
{
width:84%;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:1.5em;
color:#333333;
text-decoration:none;
text-align:left;
margin-left:6%;
margin-right:6%;
text-align:justify;
}

