@charset "utf-8";
/* by vi */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

a:link {color: #909090; text-decoration:none}
a:visited { color: #585858; text-decoration:none; font-weight:bold; }
a:hover {color: #585858; text-decoration:none; font-weight:bold; }

/* index*/
.contenedor { width:532px; height:313px; margin:auto; padding-top:287px; padding-left:26px; padding-right:397px}
.imagen_centro { height:163px; width:534px; float:left; background-image:url(../images/txt_intro.png)}
.entrar { width:159px; height:35px; float:left; padding-left:375px}

/*home*/
.contenedor_home { width:955px; height:600px; margin:auto}
.lado_izq {	width:331px; height:600px; float: left; }
.menu_izq { margin-top:34px; margin-left:15px; height:407px; width:316px; background-image:url(../images/txt_home.png) }
.menu_izq_img { width:316px; height:32px; float:left; margin-left:15px; margin-top:4px}
.menu_izq_txt { width:317px; height:108px; float:left; margin-left:15px; margin-top:10px}
.txt_menu { font-size:14px; font-weight:500; line-height: 18px; }
.txt_menu2 { font-size:11px; font-weight:normal; line-height: 18px; color:#666666 }
#lado_der {
	width:481px;
	height:505px;
	float:left;
	padding-left: 130px;
	padding-top: 95px;
}

/* texto form*/
.texto_form { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; }

/* me ayuda mal*/
.clear { height:1px; clear:both}

/* portfolio */
ul.gallery {
	width: 600px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 10px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 150px; /*--Width of image--*/
	height: 150px; /*--Height of image--*/
	padding: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 150px;
	height: 150px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}
