*{
margin: 0;
padding: 0;
}
#logo { behavior: url("iepngfix.htc") }
#wrapper { behavior: url("iepngfix.htc") }


/*
div{
border:1px solid red;
}
*/

body{
	background-image: url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#d9d9d9;
	background-position:top center;
	font-family: Verdana, arial;
	color:white;
}

#wrapper{
	background-image: url(../images/girl.png);
	background-repeat:no-repeat;
	background-position:645px 52px;
}

#wrapper, #footer{
	margin:0 auto;
	width:950px;
}

#header, .topper, .text_header{
	width:100%;
	float:left;
	
}

#header .topper{
	height:11px;
	_margin:0 0 -7px 0;
	background-repeat:no-repeat;
	background-image:url(../images/top_2.png);
}

#header .text_header{
	height:48px;
	font-size:12px;
	text-align:center;
	background-repeat:repeat;
	background-image:url(../images/top_1.png);
}

#header .text_header p.text{
	height:40px;
	font-size:12px;
	text-align:center;
	margin:6px 45px 0 ;
}

#contenido .colum_izq, #contenido .colum_text{
	float:left;
	
}

#contenido .colum_izq{
	width:700px;
	background-color:;
}

#contenido .colum_izq #logo{
	background-image:url(../images/logo.png);
	width:168px;
	height:168px;
	margin:6px 0 0 35px;
}

#contenido .colum_izq p{
	font-size:12px;
	text-align:justify;
	color:#282828;
	margin:10px 45px 0 ;
}

#contenido .colum_izq p.text{
	font-size:18px;
	font-family:Arial;
	font-weight:bolder;
	text-align:center;
	color:red;
	margin:10px 0px 20px 0;
}

#contenido .colum_izq ul{
	list-style-type:none;
	width:100%;
}

#contenido .colum_izq li{
	display:inline;
}

#contenido .colum_izq li a{
	text-decoration:none;
	font-weight:bold;
	font-family:arial;
	font-size:18px;
	color:#ec3789;
	float:left;
	margin:25px 110px 0 100px;
	outline:none;
	cursor:pointer;
}

#contenido .colum_izq li a:hover{
	color:#e91c39;
}
 
 #contenido .colum_text {
	
 
 }
 #contenido .colum_text p{
	font-size:12px;
	text-align:center;
	color:#282828;
	margin:20px 120px 20px;
 
 }
 
 #footer .text_header{
	height:83px;
	font-size:12px;
	text-align:center;
	background-repeat:repeat;
	background-image:url(../images/bottom_1.png);
}
 
#footer .topper{
	height:10px;
	background-repeat:no-repeat;
	background-image:url(../images/bottom_2.png);
}

#paises{
	margin:0 0 0 25px;
	_margin:0 0 0 6px;
	height:30px;
}

#links{
	margin:0 33px 0 ;
	_margin:0 0px 0 8px;
}
#footer h2{
	font-size:12px;
	font-weight:normal;
	font-style:;
	margin:15px 20px;
	_margin:15px 18px;
	float:left;
}

#footer h2.espana{
	margin:15px 112px 0 136px;

}

#footer h2.mex{
	margin:15px 24px 0 10px;
}

#footer h2.par{
	margin:15px 0px 0 5px;

}

#footer h2 img{
	margin:0px 8px 0 0px;
}



#links ul{
	text-align:center;
	float:left;
	list-style-type:none;
	margin:7px 14px 0 ;
}


 #links  li a{
	text-decoration:none;
	font-weight:normal;
	font-family:arial;
	font-size:11px;
	color:#449bd8;
	outline:none;
	cursor:pointer;
}

#links  li a:hover{
	text-decoration:underline;
	color:#ff69ec;
}

#links  li a:visited{
	color:#9b9b9b;
}

#paises, #links{
	float:left;
}

/*****************************************************************/

html, body {
	height: 100%;
	_height: 574px;
}

#wrapper {
	min-height: 574px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -93px;
}
#footer, #push {
	clear: both;
	height: 93px;
}

