html {
	height:100%; 
}

head {
	height:100%;
}

body {
	background-color: #000000;
	background-image: url(../imagenes/background.jpg);
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.los4bordes {
	border: 1px solid #FFFFFF;
}
.cuerpo {
	background-image: url(../imagenes/cuerpo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.escenario_css {
	color: #FFFFFF;
	padding-left:10px;
	padding-right:0px;
}
.gris {
	background-image: url(../imagenes/gris.png);
	height: 418px;
	width: 595px;;
	padding:10px;
}
.texto_contacto {
	width:100%;
	height:110px;
}
.letra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align:justify;
}
.textfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	width:100%;
}
.botones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
.texto_contacto {
	height:80px;
}
.borde_dcha {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.gris_fotografo {
	background-image: url(../imagenes/gris.png);
	height: 290px;
	width: 240px;
	padding: 8px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align:justify;
}
.gris_blog {
	background-image: url(../imagenes/gris.png);
	height: 290px;
	width: 331px;
	padding: 8px;
	margin-bottom: 15px;
	text-align:justify;
}
.gris_estudio {
	background-image: url(../imagenes/gris.png);
	height: 100px;
	width: 602px;
	padding: 8px;
	text-align:justify;
}
.blog {
	width: 100%;
	height:85%;
}
.b_inf_blog {
	border-bottom:#999999 solid 1px;
}