a{
	color:#999;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active, a:link, a:visited {
	text-decoration: underline;
}

body,td,th {
	color: #ffffff;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	
	scrollbar-face-color: #666;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #666;
	scrollbar-3dlight-color: #666;
	scrollbar-shadow-color: #666;
	scrollbar-darkshadow-color: #000;
}

h4, h3, h1, h2 {
	font-size: 0.85em;
}
h4{
	font-size: 0.75em;
}
html{
	height: auto;
	width: auto;
}
 p{
/*	width:400px;*/
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	color: #999;
}

/***********************/
/*		Formularios		*/
/***********************/
em{
	cursor:help;
	color:#fff;
}

fieldset {
	margin: 0 0 10px 0;
	padding: 15px 5px 5px 15px;
	width:375px;
	border: 1px solid #2d3c43;
}

legend{
	font-size: 0.85em;
	font-weight:bold;
	padding-bottom:10px;
	margin-left: -18px;
}

label{
	width: 30%;
	display: block;
	float: left;
	text-align:left;
	font-size: 0.85em;
	color: #999;
}

input, textarea, select{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:3px;
	border: 1px solid #333;
	padding:2px;
	width:200px;
	font-size: 0.85em;
	color: #000;
	background-color: #fff;
}

select{
	width: 210px;
}

input:focus, textarea:focus, select:focus{
	background-color: #fff;
	color: #000;
}

.botonForm{
	width:50px;
	font-size: 0.85em;
	color: #000;
	background-color: #fff;
}


.bloqueFoto{
	float: left;
	margin-bottom: 4px;
	margin-right: 15px;
	margin-top: 45px;
	overflow: inherit;
	padding: 0;
	width: 550px;
	color: #999;
}
.bloqueFoto img{
	float: left;
	padding:0;
	margin-bottom: 4px;
	margin-right: 15px;
}


/* LAY OUT */
#contenedor{
	margin: 25px 0 0 25px;
	padding: 0;
	width: auto;
	height: auto;
	z-index: 10;
}

#contenido_central{
	margin-left:160px;
	min-width:350px;
	z-index: 110;
/*	border: 1px solid #ff0;*/
}
#envioAmigo{
	position:absolute;
	left:795px;
	top:500px;
	width:200px;
}
#envioAmigo a{
	padding-left:30px;
	font-size: 0.85em;
	background-image:url(../media/sobre.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	color:#999;
}
#envioAmigo a:hover{
	color:#fff;
}
#foto_cont{
/*	border:1px solid #FF0000;*/ /* layout */
	width: 411px;
	height: 411px;
	margin: 0;
	margin-left:50px;
	padding: 0;
	position: absolute;
	top:25px;
	z-index: 600;
}

#barra_lateral{
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:inherit;
	z-index: 100;
	margin-left: 5px;
}

	#logotipo{
		margin-top: 20px;
		margin-left: 0;
		width: 150px;
		height: 150px;
/*		background-color: #ffffff;*/
		text-align: center;
		border: none;
	}
	#logotipo img{
		border: none;
	}

#clientes{
	float: left;
	width: 500px;
}
#bodas{
	float:left;
/*	display:inline;*/
	width:200px;
	margin: 0;
	padding: 0;
}

#otros{
	float:left;
/*	display:inline;*/
	width:200px;
	margin: 0;
	padding: 0;
	margin-left:30px;
}
#bodas ul, #otros ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow:auto;
	height:350px;
	width:200px;
}
#bodas li, #otros li{
	font-size: 0.85em;
	color: #999;
	float: none;
	margin: 0;
	padding: 0;
}
