body {
	padding: 0px; 
	margin: 0px; 
}

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: black;
}

.bg_intro_album
{
	background-image: url('./images/intro_album_01.jpg');
	background-repeat: no-repeat;
}

.bg_header_right
{
	background-image: url('../images/header_right.jpg');
}

.bg_content_left
{
	background-image: url('../images/content_left.jpg');
}

.bg_footer_left
{
	background-image: url('../images/footer_left.jpg');
}

.menu {
	padding-right: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: white; 
	font-weight: bold;
	text-decoration: none;
}

.seccion {
	background-color: #E6B012;
	position: static;
	display: block; 
}

.seccion_name {
	margin-left: 25px; 
	padding-left: 7px; 
	padding-top: 7px; 
	padding-bottom: 7px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: black; 
	font-weight: bold;
	text-transform: uppercase;
	position: static;
	display: block; 
	background-color: #F3D887;
}

.content {
	padding-left: 5px; 
	padding-right: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: black; 
}

.phrase {
	padding-top: 25px; 
	padding-left: 52px; 	
	padding-right: 15px; 
	font-family: 'Courier New', Courier, monospace; 
	font-size: 12px; 
	color: black; 
	font-weight: bold;
	font-style: oblique;
	text-align: right;
	text-decoration: none;
}

.date {
	padding-top: 35px; 
	padding-right: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: black; 
	font-weight: normal;
	text-align: right;
}

.counter_online {
	padding-top: 45px; 
	padding-right: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: black; 
	font-weight: bold;
	text-align: right;
}

.counter_visit {
	padding-top: 15px; 
	margin-right: 16px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: black; 
	font-weight: bold;
	text-align: center;
}

.counter_details {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: black; 
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: black; 
	font-weight: normal;
	margin-top: 2px;
	padding: 5px; 
	border: 1px solid black;
	text-align: center;
}

.new {
	clear: both;
	background-color: #F4D5BC;		
  position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid black;
}	

.new_image {
	float: left; 
	position: relative;
	display: block; 
	padding: 5px 5px 5px 5px;
	margin-left: 0px;
}

.new_content {
	padding-bottom: 22px;
	font-size: 12px; 
	color: black; 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #F4D5BC;		
}


.new_content a {
	color: #111111; 
}

.new_header {
	font-size: 13px; 
	padding: 5px 5px 5px 5px;
	background-color: #F48A32; 
	background-repeat: repeat-x;
}

.new_title {
	font-weight: bold;
	text-align: right;
}

.new_description, .new_detail_description {
	font-size: 12px; 
	padding: 2px 15px 5px 5px;
}

.new_description a, .new_detail_description a {
	color: #666666;
	text-decoration: none;
}

.new_description {
	height: 90px;
}

.new_tools {
	font-size: 10px; 
	color: #CCCCCC;
	background-color: #E87719;	
	position: static;
	float: right; 
	height: 18px;
	width: 120px; 
	text-align: right;
	padding: 2px 5px 2px 2px;
}

.new_tools a {
	color: inherit;
	text-decoration: none;
}

.new_tools img {
	background-color: #CCCCCC;
}

.thumbnail {
	clear: both;
    position: relative;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 1px;
	margin-left: 1px;
	overflow: hidden;
}

.thumbnail img{
	border: 1px solid #ffffff;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
}

.thumbnail:hover img{
	border: 1px solid #b30c05;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.thumbnail:hover{
	color: #b30c05;
	border: 0px ;
}

.font_alert {
	font-family: 'Courier New', Courier, monospace; 
	font-size: 10px; 
	color: red; 
	font-weight: bold;
	font-style: normal;
	margin-left: -2px;
}

.msg {
  border: 1px solid black; 
  clear: both; 
  background-color: rgb(255, 203, 208); 
  position: relative; 
  font-size: 12px; 
  color: black; 
  font-weight: normal; 
  font-family: Verdana,Arial,Helvetica,sans-serif; 
  padding: 2px;
}

.msg_header {
  position: static; 
  display: block; 
  padding: 10px; 
  background-color: rgb(251, 38, 38); 
  font-size: 11px; 
  font-weight: bold; 
  font-style: oblique; 
  text-align: right;
}

.msg_content {
  position: static; 
  display: block; 
  background-color: rgb(251, 203, 208); 
  color: rgb(102, 102, 102); 
  padding: 5px;
}

.msg_title {
  font-weight: bold;
}

.textfield {
	font-family: Verdana,Arial,Helvetica,sans-serif;
  color: black;
	font-size: 10px;
	font-weight: normal;
  border: rgb(251, 38, 38) solid;
  border-top-width: 1px;
  border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px; 
	height: 19px;
	width: 150px;
}

.textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
  color: black;
	font-size: 10px;
	font-weight: normal;
  border: rgb(251, 38, 38) solid;
  border-top-width: 1px;
  border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px; 
	height: 150px;
	width: 300px;
}

.button_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid rgb(251, 38, 38);
	height: 19px;
	width: 91px;
	background-color: rgb(251, 203, 208);
	color: rgb(251, 38, 38);
	letter-spacing:1px;
}

