body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #737373;
}
.titufoto {
	font-size: 13px;
	color: #4E4E4E;
	font-weight: bold;
}
.foto_gal{
	margin-bottom: 2px;
}


.foto_gal a img {
	display: block;
	filter: Alpha(Opacity=87);


    -moz-opacity:0.7; /* Firefox, Opera, ... */
	opacity: 0.7; /* CSS 3*/
	border: 2px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
}

.foto_gal a:hover img {
	filter: Alpha(Opacity=100);
    -moz-opacity: 1; /* Firefox, Opera, ... */
	opacity: 1;
}


.enlace_foto a {
	display: block;
	margin-top: 2px;
	color: #737373;
	text-decoration: none;
	margin-bottom: 6px;
}

.txt_cmp {
	font-family: tahoma;
	font-size: 11px;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	padding-right: 4px;
	padding-left: 4px;
}

.txt_cmp2{
	font-family: tahoma;
	font-size: 11px;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	padding-left: 4px;
}
.but_form {
	background-color: #999999;
	color: #9D9D9D;
	height: 20px;
	border: 1px solid #E6E6E6;
	font-size: 10px;
	background-image: url(images/bg_button.gif);
	background-repeat: repeat-x;
}

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

