@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	background-image: url(fondopixel.png);
	background-repeat:   repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	outline: none;
}
h2 {
	display: inline;
}
a {
	border: none;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#navegacion {
	position: fixed;
	height: 50px;
	width: 220px;
	top: 0px;
	left: 350px;
	z-index: 1;
}

#principal {
	width: 490px;
	float: left;
	height: 420px;
	background-image: url(isologo.jpg);
	background-repeat: no-repeat;
	background-color: #999999;
}
#ultimaentrada {
	float: left;
	width: 490px;
	background-color: #666666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#navegacion img {
	margin-right: 5px;
}
#pie {
	width: 760px;
	margin-left: 80px;
	background-color: #000000;
	float: left;
}


#contenedor {
	background-color: #333333;
	width: 760px;
	margin-left: 80px;
	height: auto;
	background-image: url(fondosidebar.png);
	background-repeat:  repeat-y;
	background-position: right top;
}
.resumen {
	display: block;
}

.resumenblog {
	float: right;
	width: 225px;
}
.imagenresumen {
	width: 180px;
	float: left;
	height: 200px;
}

#sidebar {
	background-color: #1B1B1B;
	float: right;
	width: 270px;
	background-image: url(fondosidebar.png);
}
#mensaje {
	position: relative;
	top: 200px;
	width: 300px;
	float: right;
	padding-right: 55px;
	text-align: right;
}

#idioma {
	padding-left: 15px;
	padding-top: 5px;
}
#servicios {
	background-image: url(servicios.png);
	height: 200px;
	width: 270px;
	position: static;
	top: 80px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 80px;
}
#servicios h2{
	display: none;
}
.titulos {
	padding-left: 35px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 10px;
}
.titulos h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CCCCCC;
}
#ultimasentradas {
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 10px;
}
#ultimasentradas img{
	display: block;
	float: left;
	background-color: #333333;
	padding: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#portfolio {
	background-color: #666666;
	width: 490px;
	float: left;
}
#bio {
	float: left;
	background-color: #666666;
	width: 490px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.entradaportfolio {
	height: 90px;
	background-color: #333333;
	background-repeat: no-repeat;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.flechatop {
	padding: 10px;
	text-align: right;
	float: right;
	width: 470px;
}
#todoportfolio {
	padding-right: 35px;
	padding-left: 35px;

}
#biofotos {
	width: 100px;
	padding-left: 35px;
	float: left;
}
#biotexto {
	padding-right: 35px;
	float: right;
	width: 305px;
	padding-left: 15px;
}
#cream {
	position: relative;
	padding-left: 15px;

}
#piea {
	width: 95px;
	clear: both;
	float: left;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-top: 20px;
	padding-right: 15px;
}
#pieb {
	float: left;
	width: 365px;
	margin-top: 20px;
	padding-left: 15px;
}
.piec {
	float: right;
	width: 250px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 15px;
	margin-top: 20px;
}
#piezaso {
	width: 760px;
	height: 700px;
	}
.sidewidget {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
    }

