/********************************************
   ELEMENTOS HTML 
********************************************/ 


html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt ;
}

body {
	margin:0;
	padding: 0;
}

/* links */
a {
	color:#33a13c;
	text-decoration: none;
}
a:hover {
	color:#10137d;
	text-decoration: none;
}
/* headers */

h1, h2, h3, h4, h5 {
	margin:0;		
}

h1 {
	font-size:16pt;
	color:#686868;	
}

h2 {
	font-size:14pt;
	color:#ff4e00;
}
h3 {
	font-size:12pt;
	color:#a6b51a;
}
h4 {
	font-size:10pt;
	color:#686868;
}

p, ul, ol {
	padding:0;		
	margin: 0;
	color:#717171;
}
li {
	list-style:none;	
}

/* images */

img {
	border:0;
	margin:0;
}
/* form elements */

form, input, label, textarea {
	margin:0;
	padding:0;
}
label {
	display:block;
}

/**************************************
   LAYOUT 
***************************************/	

/* ajustes de anchos fijos para el layout */

#wrapper1	{
	width: 100%;
}

#wrapper {
	width:980px; 
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

#contenedor	{
	width: 980px; 
	background: url(../img/atagual-bgy1.jpg) bottom no-repeat ;	
	float:left;
	padding-bottom:25px;
	position:relative;
}

div.contenido .marginador{
	padding-left:24px;}

/*encabezado------------------------------------------*/
#head {	
	width:100%;
	margin-top:10px;
}
#head-top {
	height:111px;
	background: url(../img/head-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#head-top-center {
	width:965px; 
	margin: 0 auto;
	padding-left:15px;
	padding-top:20px;
}
#logo {
	padding-top:15px;
	padding-left:10px;
	width:130px;
	float:left; 
	position:relative;	
}

#head-bot {
	height:36px;
	margin-top:10px;
}

#head-bot-center {
	width:980px; 
	margin: 0 auto;	
}

/*menu------------------------------------------*/


/*innerfade*/

ul#news {	
	background:  #fffeb8;
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
}

.marginador{
	padding-left: 14px;
}
.marginadorb{
	padding-left: 22px;
}
.floater{
	float:left;
	position:relative;
}
.floater-r{
	float:right;
	position:relative;
}
.padt30{
	padding-top:30px;	
}
.padt16{
	padding-top:16px;	
}
.padb10{
	padding-bottom:10px;	
}
.padl26{
	padding-left:26px;	
}
.padr16{
	padding-right:16px;	
}
.padr20{
	padding-right:20px;	
}
.mart10{
	margin-top:10px;	
}
.marb20{
	margin-bottom:20px;	
}
.marb6{
	margin-bottom:6px;	
}
.marb10{
	margin-bottom:10px;	
}

.highlight2{
	color:#ff4e00;
}

.color1{
	color:#666;
}
.color1 a{
	text-decoration:none;
}
.color1 a:hover{
	color:#f37036;
	text-decoration:none;
}

.colorw{
	color:#fff;
}
.colorw a{
		color:#fff;
	text-decoration:none;
}
.colorw a:hover{
		color:#CCC;
	text-decoration:none;
}

.size1{
	font-size:7.5pt;
}

/*contenido home--------------------------------*/
#leftcol {
	width:193px; 	
}
#midcont {
	width:474px; 	
}
#midcont-int {
	width:698px; 	
}
#rightcol {
	width:258px;
}
#botnews {
	width:952px; 	
}
#botnews2 {
	width:952px;
	border-top:1px solid #dddddd;
	padding-top:10px;
	margin-top:15px;
}
#newsright {
	width:952px;
	border-top:1px solid #dddddd;
	padding-top:10px;
	margin-top:15px;
}
#midcon-int {
	background-image: url(../img/midcol-bg.gif);
	background-repeat:repeat-y;
}
.p-int-pic {
	width:272px;		
}
#midcol-bgtop {
	background-image: url(../img/midcol-bg-top.gif);
	background-repeat: no-repeat;
	background-position:top;
	width:220px;
	padding-left:15px;
}
#contact-bg {
	background-image: url(../img/contact-bg.gif);
	background-repeat: no-repeat;
	background-position:top;
	height:104px;
	width:170px;
	padding-left:40px;
	padding-top:28px;
}
.contact-txt {
	float:left;
	position:relative;	
}

/*FOOTER------------------------------------*/
#foot{
	width:950px;
	border-top: 1px solid #33a13c;
	padding-left:10px;
	margin-left:10px;
}
#menufoot{
	height:23px;	
	width:970px;
	float:left;

	position:relative;
	padding-top:6px;
}
#menufoot ul{
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
}

#menufoot ul li{
	position:relative;
	float:left;
}

#menufoot ul li a{
	color:#585757;
	text-decoration:none;
	text-align: center;
	display:block;
	padding:3px 13px;
	background: url(../img/menu_sepa.gif) no-repeat 100% 50%;
}

#menufoot ul li a:hover{
	color:#8d9a10;
}
.bullet {
	background-image: url(../img/bullet2.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding:0px 0px 3px 13px;
	margin-left:0px;
}