body {
	font-family: "MS Arial", Arial, "Sans-serif";
	font-size: 16px;
	background: #333333;
}

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

#layout {
	font-size: 80%;
	background: #333333 url('../imagenes/bg.png') repeat-x ;
}

#contenedor {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 980px;
}

#header {
	margin: 0px auto;
	width: 980px;
	background: url('../imagenes/header_2.png') no-repeat;
	height: 169px;
	
}

#lang_table {
	float: right;
}

#header_top {
	font-size: 20px;
	font-family: "MS Arial", Arial, "sans serif";
	font-style: normal;
	font-weight: lighter;
	display: block;
	height: 30px;
	width: 400px;
	padding-top: 40px;
	padding-left: 138px;
	padding-bottom: 0px;
	color: #ffffff;
}

#header_bottom {
	font-size: 20px;
	font-family: "MS Arial", Arial, "sans serif";
	/*'Times New Roman', Times, serif;*/
	font-style: normal;
	font-weight: lighter;
	display: block;
	height: 30px;
	width: 450px;
	padding-top: 0px;
	padding-left: 138px;
	color: #ffffff;
}

#lang_table {
	float: right;
	margin-top: 50px;
	padding:25px;
}

#contenedor {
	width: 980px;
	background-color: #ffffff;
}

#columna_principal { 
	/*text-align: center;*/
	font-size: 1.2em;
	margin: 0;
	float: left;
	width: 100%;
	padding: 55px;
	background-color: #ffffff;
}

/*#blog_container { 
	margin: 0;
	width: 90%;
	padding: 55px;
	border: solid 1px #9c9c9c;
	font-size: 0.9em;
	
	
}*/

#comment_box {
	padding:25px;
	border: solid 1px #9c9c9c;
}

#columna_interior {
	padding: 25px;
	margin: 0 auto;
	width: 60%;
}


#columna_interior_justified {
	border: solid 1px #9c9c9c;
	padding: 25px;
	margin: 0 auto;
	text-align: center;
	font-size: .9em;
	width: 90%;
}


#columna_interior_justified p {
	margin: 0 auto;
	padding: 10px;
	text-align: justify;
	
}

#columna_interior_justified ul {
	border: solid 1px #9c9c9c;
	padding: 25px;
	margin: 0 auto;
	text-align: left;
	width: 60%;
}

#columna_izq {
	float: left;
	width: 65%;
}

#columna_dcha {
	float: right;
}

#footer {
	clear: both;
	text-align: center;
	background: url('../imagenes/bg_footer.png') repeat-x;
	height: 80px;
	padding-top: 22px;
	padding-left: 40px;
	color: #ffffff;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	color: #111111;
}

#menu {
	 float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
    background: url('../imagenes/header_2.png') no-repeat;
}

#menu ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}

#menu li {
	display:inline;
	margin:0;
    padding:0;
      }
#menu a {
    float:left;
    background:url('../imagenes/tableftH.gif') no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
  }

#menu a span {
    float:left;
    display:block;
    background:url('../imagenes/tabrightH.gif') no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#ffffff;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/#menu a span {float:none;}
    /* End IE5-Mac hack */

#menu a:hover span {
      color:#ffffff;
}

#menu a:hover {
      background-position:0% -42px;
}

#menu a:hover span {
      background-position:100% -42px;
}

#formulario_correo p {
	text-align: left;
	padding: 3px;
}


#formulario_correo td, h3 {
	text-align: left;
	padding: 5px;
}	

#formulario_correo form, input, textarea {
	clear: both;
	border: 1px solid #9c9c9c;
	padding: 5px;
}	
	
.left {
	float: left;
}

.right {
	margin-top:  45px;
	margin-right: 30px;
	float: right;
}

.align_center {
	text-align: center;
}
.align_right td {
	text-align: center;
	color: red
}

.block_header {
	text-align: left;
	display: block;
	font-size: 1.3em;
	padding-top: 10px;
	padding-left: 35px;
	padding-bottom: 10px;
	height: 40px;
	width: 90%;
	background: #ffffff url('../imagenes/bg_block_header.png') no-repeat;
}

.red_block_header {
	text-align: left;
	display: block;
	padding-top: 10px;
	padding-left: 35px;
	padding-bottom: 10px;
	height: 40px;
	width: 700px;
	background: #ffffff url('../imagenes/bg_block_header.png') no-repeat;
	color: #750000;
}


.block_header_small {
	font-weight: bold;
	text-align: left;
	/*font-size: .9em;*/
	display: block;
	margin-top: 20px;
	padding-top: 6px; 
	padding-left: 35px;
	padding-bottom: 10px;
	height: 30px;
	width: 90%;
	background: #ffffff url('../imagenes/bg_block_header_sm.png') no-repeat;
	
}

.red {
	text-align: left;
	color: #750000;
}

.red_centered {
	text-align: center;
	color: #750000;
}

.box {
	margin: 5px;
	padding: 25px;
	background-color:#fafafa; 
	font-size: .8em;
	width: 250px;
	border: solid 1px #9c9c9c;
	
}

.box li {
	list-style-type: square;
	margin-left: 10px;
}


.sys_msg {
	color: #ffffff;
	background-color: #750000;
}

.hr {
	border: 2px solid #333333;
}

.comment {
	float: right;
}

.article_box {
	margin: 5px;
	padding: 25px;
	font-size: 93%;
	border: solid 1px #9c9c9c;
}

.article_box a {
	color: #ff6600;
	text-decoration: none;
}

.article_box a:hover {
	color: #333333;
}

.box a {
	color: #ff6600;
	text-decoration: none;
}

.box a:hover {
	color: #333333;
}

.orange {
	color: #ff6600;
	text-decoration: none;
}

.orange:hover {
	color: #333333;
}

.vet {
	font-weight: bold;
}

