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

body {
	background-image:url(image/fondo.jpg);
	background-repeat: repeat;
	}
	
#footer{
	text-align:center;
	margin:10px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#menu { background-image:url(image/menubar.png);
height:593px;
}

#comentario{
	background-image:url(image/fondo2.gif);
	color: #FFF;
	padding:5px;
	font-weight: bolder;
	font-size: x-large;
	/*bordes*/
	-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 15px;
border-top-right-radius: 0px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 0px;
/*sombras*/
text-shadow: 1px 1px 2px #822d03;
filter: dropshadow(color=#822d03, offx=1, offy=1);

}

#comentario2 { background-color:#fcd9c7;
}

#comentario3 {
	background-color:#fcd9c7;
	outline: 3px dotted #f26722;
	padding:5px;
	font-weight: bolder;
	color: #F60;
}

#comentario4{
	background-image:url(image/fondo2.gif);
	color: #FFF;
	padding:10px;
	font-weight: bolder;
	font-size: small;
	/*bordes*/
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 0px;
	/*sombras*/
text-shadow: 1px 1px 2px #822d03;
	filter: dropshadow(color=#822d03, offx=1, offy=1);
}

#contenido {
	height:360px;
}

#portafolio2 {
	background-image:url(image/punteadas.gif);
	height:364px;
	background-repeat: no-repeat;
	padding:5px;
}

#texto {
	background-image:url(image/punteadas.gif);
	height:364px;
	background-repeat: no-repeat;
	padding: 5px 10px 0px 0px;
}

#titulo {
	background-image:url(image/titulo1.jpg);
	background-repeat: no-repeat;
	height:33px;
}

#titulo2 { background-image:url(image/port.jpg);
background-repeat:no-repeat;
height:79px;
}

#titulo3 {
	font-size: large;
	font-weight: bolder;
	color: #F26722;
}

/*bordes rollover*/
#borde-interior a img, #borde-interior a { 
   border: none; 
   overflow: hidden; 
   float: left;
}
#borde-interior a:hover {
   border: 3px solid #ffcc33;
}
#borde-interior a:hover img { 
   margin: -3px;
}

