@charset "utf-8";
/* CSS Document */

body {
background-color:#FFFFFF;
margin:5px;
text-align:center;
}

.page {
	text-align:left;
	width:930px;
	margin-left:auto;
	margin-right:auto;
} 

.header {
width:980px;
height:171px;
}


.header_menu {
width:955px;
height:32px;
padding-left:25px;
padding-top:14px;
background:url(../skin/barramenu.gif);
font-family:"Century Gothic";
font-size:12px;
color:#00b259;
}

.title {
margin-top:10px;
width:580px;
height:30px;
font-family:"Century Gothic";
font-size:24px;
font-weight:bold;
color:#00b259;
float:left;
}

.cuerpo {
text-align:justify;
width:980px;
margin-left:auto;
margin-right:auto;

} 

.margen_izq {
	text-align:left;
	width:181px;
	min-height:270px;
	height:100%;
	background:url(../skin/marg_izq_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-bottom:50px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	font-family:"Century Gothic";
	font-size:12px;
	float:left;
} 

.margen_der {
text-align:justify;
width:176px;
min-height:270px;
background:url(../skin/marg_der_bg.gif);
background-position:top;
background-repeat:no-repeat;
padding-bottom:50px;
padding-top:15px;
padding-left:15px;
padding-right:10px;
font-family:"Century Gothic";
font-size:11px;
float:right;
} 

.foto_der {
	width:150px;
	float:right;
	margin-top:10px;
	text-align:right;
	position:relative;
	right:1px;
} 

.contenido {
text-align:justify;
margin-left:auto;
margin-right:auto;
width:100%;
font-family:"Century Gothic";
font-size:14px;
min-height:300px;

}

.pie {
width:960px;
height:96px;
background-image:url(../skin/pie.gif);
background-repeat:no-repeat;
background-position:top;
padding-left:10px;
padding-right:10px;
padding-top:5px;
}

.pie_columna{
text-align:center;
font-family:"Century Gothic";
font-size:12px;
color:#FFFFFF;

}

a.politica:link {
	outline: none;
	-moz-outline-style: none;
	color: #FFF;
	text-decoration: none;
}
a.politica:visited {
	text-decoration: none;
	color: #fff;
outline: none;
-moz-outline-style: none; 
}
a.politica:hover {
	text-decoration:none;
	color: #C90031;
	outline: none;
	-moz-outline-style: none;
	font-weight:bold;
}
a.politica:active {
	text-decoration: none;
	color: #fff;
outline: none;
-moz-outline-style: none; 
}

a:link {
outline: none;
-moz-outline-style: none; 
	color: #177144;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #177144;
outline: none;
-moz-outline-style: none; 
}
a:hover {
	text-decoration:none;
	color: #177144;
outline: none;
-moz-outline-style: none;
font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #177144;
outline: none;
-moz-outline-style: none; 
}

.smallfont{
	font-size:11px;
	font-weight: bold;
}
