@charset "utf-8";
/* CSS Document */


html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	border:0px;
	margin:0px;
	padding:0px;
	font-family: 'ABeeZee', sans-serif;	
	font-size:11pt;
	color:#333

}

body{
height:auto;
width:auto;
border:none;
margin:5px;
	}
	
	
#contenido{
	background:url('img/cont_bg.jpg') repeat-x top fixed;
	overflow:hidden;
	width:auto;
	min-height:550px;
	margin:95px 0 0px 0;
	padding:20px 0;}
	
#contenido .contenido_ajax{
	width:960px;
	margin:auto;}

#contenido .contenido_ajax *, strong{
						font-family: 'Roboto', sans-serif;
						font-size:14px;
						text-shadow: 1px 1px #edf1f2;
}	

/* HEADER */

h1, h1 span{
	text-shadow: 1px 1px #edf1f2 !important;
	font-weight:normal;
	font-family: 'PT Sans Narrow', sans-serif !important;
	font-size:36px !important;
	}
	
h2, h2 span{
	font-weight:normal;
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size:26px !important;
	}
h3, h3 span{
	font-weight:normal;
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size:20px !important;
	}
h4, h4 span{
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size:16px !important;
	}
	
	h4 strong{
		text-shadow: 1px 1px #e3e8ee;
		font-family: 'Roboto Condensed', sans-serif !important;
		font-size:15px !important;
		}
	
h5, h5 span{
	font-weight:normal;
	font-family: 'Titillium Web', sans-serif !important;
	font-size:14px !important;
	}
	
	h5 strong{
		font-family: 'Titillium Web', sans-serif !important;
		font-size:13px !important;
		}

h6, h6 span{
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size:12px !important;
	}
	





