* { 
	margin:0; 
	padding:0;
}

body { 
	background: url("../images/degradado.jpg");
	background-repeat: repeat-x;
	font-family:Tahoma; 
	font-size:13px; 	
	color:#000;
	text-align: center;
	height: 100%;	
}

.pagina {
	margin-top: 30px; 
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;	
}

.container_header {
	
	width: 1000px;
	height: 80px;
	
}

.container_header_logo {
	float: left;
	width: 291px;
	height: 80px;
}

.container_header_languaje {	
	
	float: right;
	color:#888888;
	font-size:15px;
	padding-top: 50px;
}

.container_header_languaje a {
	
	font-family:Tahoma; 
	font-size:15px; 	
	color:#888888;
	text-decoration: none;
	
}


.container_header_languaje a:hover {
	
	font-family:Tahoma; 
	font-size:15px; 	
	color:#888888;
	text-decoration: underline;
	
}

.container_page {
	
	margin-top: 8px;
	border-width: 2px;
	border-style: solid;
	border-color: #666666;
	padding: 8px;
	background-color: #f3f3f4;
}

.container_menu {
	
	min-height: 148px;

}


.container_menu_logo {
	background-repeat: no-repeat;
	float: left;
	width: 660px;
	height: 148px;
	min-height: 148px;
}

.container_menu_logo_deathline {
	
	font-family:Tahoma; 
	font-size:22px; 	
	color:#ffffff;
	text-align: right;
	padding-top: 110px;
	padding-right: 10px;
}


.container_menu_options {
	
	float: right;
	
	margin:0;
	padding:0;
	
	font-family:Tahoma; 
	font-size:14px; 	
	color:#ffffff;
	display: block;
	
	font-weight: bold;
	
}

.container_menu_options a {
	
	font-family:Tahoma; 
	font-size:14px; 	
	color:#ffffff;
	text-decoration: none;
}

.container_menu_options a:hover {
	
	font-family:Tahoma; 
	font-size:14px; 	
	color:#ffffff;
	text-decoration: underline;
}

.container_menu_options li {

	list-style:none;
	
	margin-bottom: 2px;
	
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	
	background: #1d2227;
	width:304px;
	height: 24px;
	text-align:left;

}

.container_page_text {
	background: #e2e2e2 url("../images/fondotabla.jpg");
	height: 240px;
	overflow-y:auto;
	padding: 10px;
	margin-top: 10px;	
	text-align:left;
	border-width: 2px;
	border-style: solid;
	border-color: #666666;
	
	font-family:Tahoma; 
	font-size:13px; 	
	color:#000000;
	text-decoration: none;
	
}

.container_page_text a {
	
	font-family:Tahoma; 
	font-size:13px; 	
	color:#000000;
	text-decoration: none;
}

.container_page_text a:hover {
	
	font-family:Tahoma; 
	font-size:13px; 	
	color:#000000;
	text-decoration: underline;
}

.container_page_text_titular {

	font-family:Tahoma; 
	font-size:13px; 	
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	
}

.container_page_text_scroll {
}

.container_legal {

	
	padding: 10px;
	margin-top: 10px;	
	text-align:center;

	font-family:Tahoma; 
	font-size:13px; 	
	color:#000000;
	text-decoration: none;
	
}

.container_legal a {
	
	font-family:Tahoma; 
	font-size:13px; 	
	color:#000000;
	text-decoration: none;
}

.container_legal a:hover {
	
	font-family:Tahoma; 
	font-size:13px; 	
	color:#000000;
	text-decoration: underline;
}

.contacto_form {
	
	margin-top: 10px;
	font-family:Tahoma; 
	font-size:13px; 	
	color:#000000;
	font-weight: bold;
	width: 350px;
	
}

.contacto_form_botones {
	
	clear: both;
	font-family:Tahoma; 
	font-size:13px; 	
	color:#000000;
	font-weight: bold;
	width: 350px;
	text-align: right;
}

.contacto_form_label {
	float: left;
	
}

.contacto_form_element {	
	
	float: right;
	
}