@font-face {
    font-family: 'NeStdReg';
    src: url('../fonts/nestd-reg.eot');
	src: url('../fonts/nestd-reg.eot?#iefix') format('embedded-opentype');
}


@font-face {
    font-family: 'NeStdReg';
    src: url(//:) format('no404'), 
	url('../fonts/nestd-reg.woff') format('woff'), 
	url('../fonts/nestd-reg.ttf') format('truetype'), 
	url('../fonts/nestd-reg.svg#NeStdReg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0 auto;
	padding: 0px;
}

body {
	font-family: NeStdReg;
	font-size: 11px;
	background: #ffffff url('../imagenes/sitio/bg_b.png') repeat-x top;
}

h1, h2, h3  {
	font-weight: normal;
	font-family: NeStdReg;
	font-size: 14px;
	color: #73013c;
}

a {
	text-decoration: none;
}


fieldset, img {
	border: none;
}

p {
	text-align: justify;
	color: #676767;
	font-size: 12px;
}

a:focus, a:active { 
	outline: 0; 
}

#pageContainer {
	position: relative;
	background: #ffffff url('../imagenes/sitio/bg3.png') no-repeat top;
	margin: 0 auto;
	width: 1024px;
}

#bodyContainer a {
	color: #73013c;
}

#pageContainer a:hover {
	color: #000000;
}

#headerContainer {
	height: 135px;
}

#headerContainer a {
	color: #676767;
}

#header > img {
	width: 180px;
	position: relative;
	top: 25px;
	left: 120px;
}

#header h2 {
	position: relative;
	top: 20px;
	left: 130px;
	color: #676767;
}

#languageSwitch {
	position: relative;
	left: 390px;
	top: -65px;
}

#plusoneDiv {
	position: absolute;
	right: 140px;
	top: 14px;
}

#headerContainer a.activeLanguage {
	color: #73013c;
	text-decoration: underline;
}

#mainMenu {
	position: absolute;
	right: 100px;
	top: 143px;
	font-size: 13px;
}

#mainMenuContainer ul {
	list-style: none;
}

#mainMenu li {
	float: left;
}

#mainMenu a {
	position: relative;
	top: -10px;
	float: left;
	color: #ffffff;
	display: block;
	height: 28px;
	padding: 10px 10px 0 10px;
	border-right: 1px solid #f34aa2;
	background-image: url('../imagenes/sitio/btn_bg.png');
	background-position: 0 0px;
}

#first_left {
	border-left: 1px solid #f34aa2;
}

#mainMenu a:hover {
	background-position: 0 60px;
	color: #f34aa2;
}

.spacer {
	width: 100%;
	clear: both;
}

.spacer_30 {
	width: 100%;
	height: 30px;
	clear: both;
}


#bodyContainer {
	margin-top: 70px;
	margin-bottom: 50px;
	width: 700px;
	clear: both;
}

#bodyContainer img {
	/*max-width: 300px;*/
	margin-top: 25px;
	margin-bottom: 25px;
}

#bodyContainer p {
	margin: 10px 0 10px 0;
	line-height: 20px;
}

#bodyContainer h2 {
	margin-top: 15px;
}

#footerContainer {
	border-top: 1px dotted #acacac;
	width: 100%;
	height: 150px;
	
}

#footer {
	margin-top: 20px;
	margin-left: 178px;
}

#footer a {
	color: #676767;
}

#footerLinks {
	position: relative;
	top: -15px;
	left: 150px;
	color: #676767;
}

#addThis {
	height: 100%;
	padding-top: 4px;
}

.tipo3 {
	width: 650px;
	clear: both;
}

.tipo3 h1, .tipo3 h2, .tipo3 h3 {
	padding-top: 25px;
}

.tipo3 img {
	float: left;
	margin: 25px;
	padding-left: 25px;
	max-width: 300px;
}

.tipo2 {
	padding: 25px;
	width: 300px;
	float: left;
	clear: both;
}

.tipo1 {
	padding: 25px;
	width: 300px;
	float: left;
}

.tipo1 img {
	max-width: 300px;
}

.tipo2 img {
	max-width: 300px;
}

#captcha {
	height: 35px;
}


.table_label {
	text-align: right;
	width: 150px;
	padding-right: 5px;
	color: #676767;
}

.table_label img {
	position: relative;
	right: 0px;
	bottom: 0px;
	
}

.input_field {
	color: #676767;
	width: 250px;
	border: 1px solid #acacac;
	
}

#code {
	width: 65px;
}

.error_msg {
	color: #73013c;
}

.arrow_right {
	color: #73013c;
}

#submit_button {
	height: 30px;
	width: 100%;
	border: 1px solid #acacac;
	background-color: #dcdcdc;
}

#submit_button:hover {
	background-color: #ffffff;
	color: #676767;
}

.main_pic {
	margin-left: 25px;
}

#sysMsg {
	width: 100%;
	height: 600px;
	text-align: center;
	margin-top: 150px;
}

#blogContainer {
	width: 700px;
}

#leftPane {
	float: left;
	width: 467px;
	border-right: 1px dotted #acacac;
}

.blogPost {
	float: left;
	width: 392px;
	color: #171717;
	margin-bottom: 35px;
	margin-top: 15px;
}

.postTitle {
	font-weight: normal;
	font-size: 12px;
}

.postDetails {
	float: right;
	color: #acacac;
}

#rightPane {
	float: right;
	width: 232px;
}

#rightPane h3 {
	margin-left: 60px;
}

#rightPane ul {
	margin-left: 60px;
	list-style-type: square; 
	color: #acacac;
	width: 190px;
}

#rightPane li {
	text-align: justify;
	padding-bottom: 10px;
}

#rightPane a {
	color: #676767;
}

#loginBox {
	margin-left: 60px;
	width: 190px;
	height: 35px;
	clear: right;
}

#loginRegLink {
	float: right;
}

#paginacion {
	
}

