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

html, #wrap {
	height: 100%;
}
body {
	height: 100%;
	background-color:#fff;
	background-image:url(/images/smlBg.png);
	background-position: center top;
	background-repeat:no-repeat;
	font-family:'Helvetica Neue', Helvetica, Arial;
	font-size:9px;
	color:#000;
	text-align:left;
	width:auto;
	margin:0px, 0px;
	top: 0px;
}
body > #wrap {
	height: auto; min-height: 100%;
}

#main {
	padding-bottom: 194px;
}  /* must be same height as the footer */

#footer {
	margin-top: -194px; /* negative value of footer height */
	height: 194px;
	clear:both;
} 
#foot {
	margin: auto auto;
	padding: 0, 0;
	text-align: center;
}

/* Columnas */
#sidebar1 {
	float: right;
	text-align:right;
	width: 250px; /* since this element is floated, a width must be given */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 170px 50px 15px 1px; /* top and bottom padding create visual space within this div */
	font-size:9px;
	color: #363636;
}
#mainContent {
	width: 510px;
	font-size:12px;
	color: #363636;
	margin: 0 10px 0 10px; /* the left margin can be given in ems or pixels. It creates the space down the left side of the page. */
}  

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


#headder {
	width: 800px;
	height: 298px;
	margin: auto auto;
	padding: 0, 0;
}
#menu {
	width: 278px;
	height: 56px;
	margin-top: 234px;
	float:right;
}

#content {
	width: 849px;
	margin: auto auto;
	padding: 0, 0;
}
#galeria{
	padding:3px;
	float:left;
	background:#ebebeb;
	margin-right:3px;
	margin-bottom:3px;
	position:relative;
	line-height:9px;
	border: 0px;
}
#galeria:hover{
	padding:3px;
	float:left;
	background:#363636;
	color:#FFF;
	margin-right:3px;
	margin-bottom:3px;
	position:relative;
	line-height:9px;
	border: 0px;
}

/*FOTOS*/
.image img{
	margin-top: 3px;
	margin-bottom:3px;
	width: 268px; height: 268px;}
body#index .photo .caption{
	position:absolute;
	bottom:3px;
	left:3px;
	background:#000;
	opacity:.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	width:268px;
	padding:3px 0 3px 0;
	z-index:100;}
body#index .photo .caption p{
	padding:0 3px;margin:0;}

/*TEXTOS */
a {
	color:#ec008c;
	border-bottom:0px dotted #444;
	text-decoration:none;
	padding-bottom: 3px;
}
a:hover{
	color:#ec008c;
	border-bottom:0px dotted #ccc;
	margin-bottom: 3px;
}

/* MENU */
.menuSML {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menuSML li {
	padding: 0;
	margin: 0;
	height: 56px;
	list-style: none;
	background-repeat: no-repeat;
}
.menuSML li a, .menuSML li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -4000px;
	height: 56px;
	background-repeat: no-repeat;
}

.quienes {background-image: url(/images/menu_01_over.png); width: 98px;}
.quienescur {background-image: url(/images/menu_01_over.png); width: 98px;}
.quienes a {background-image: url(/images/menu_01.png);}
.portafolio {background-image: url(/images/menu_02_over.png); width: 94px;}
.portafoliocur {background-image: url(/images/menu_02_over.png); width: 94px;}
.portafolio a {background-image: url(/images/menu_02.png);}
.contacto {background-image: url(/images/menu_03_over.png); width: 86px;}
.contactocur {background-image: url(/images/menu_03_over.png); width: 86px;}
.contacto a {background-image: url(/images/menu_03.png);}
ul.menuSML li a:hover {background: none;}
.menuSML li {float: left;}
.menuSML:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}



/* Fin del codigo del menu */
