/* CSS Document */

body{
	background: #666666;
	width: 760px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: center;
}
td{
	font-size: 12px;	
}
div{
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.global{
	width: 760px;
}
.bar{
	background: url(../fondoBarra.gif);
	background-repeat: repeat-x;
	color: White;
	width: 760px;
}
.cartel{
	font-size: 500%;
	font-weight: bold;
	vertical-align: baseline;
	padding-right: 0px;
	padding-left: 0px;
}
.buttons{
	float: right;
}
.mainContent{
	border: 1px solid Maroon;
	background: White;
	min-height: 300px;
	width: 760px;
}
.contacto{
	background-color: Maroon;
	color: White;
	height: 20px;
	width: 760px;
	font-size: 85%;
/*	float: right;*/ /* [debería estar así pero parece que no se ve bien - 29/11/2005]*/
}
#bgImg{
}
.home{
}
.fotos{
}
.fotoContent{
	text-align: center;
}
a{
	color: Maroon;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}
a.button{
	color: White;
	border: 1px solid Maroon;
}
a.button:hover{
	border: 1px solid white;
}
a.button:active{
	background-color: Maroon;
}
li{
	display: list-item;
	padding: 5px 0px 5px 0px;
	list-style-type: none;
}
li.impar{
	background-color: Silver;
}
a.albumItem{
	color: Maroon;
	border: 1px solid Maroon;
}
a.albumItem:hover{
	color: white;
	background-color: Maroon;
}
.footer{
	font-size: 80%;
}
.comment{
	color: Maroon;
	text-align: left;
	float: left;
}
.navButtons{
	float: left;
	width: auto;
}
th{
	text-align: left;
}
.fotosNews, .bitacoraNews, .portfolioNews{
	border: 1px solid ;
	width: 220px;
	padding: 0px;
}
.fotosNews{
	border-color:Teal;
	color: Teal;
}
.bitacoraNews{
	border-color: Olive;
	color: Olive;
}
.portfolioNews{
	border-color: Green;
	color: Green;
}
