/* CSS Document */
/*#FFFEFF*/

.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 */

.body {
	background-image:url(img/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#cuerpo {
	width:700px;
	float:none;
	clear:both;
	text-align:left;
	margin:auto;
}

#header {
	float:none;
	width:700px;
	height:55px;
	margin-top:17px;
}

#cabecera_txt {
width:700px;
height:17px;
font-size:11px;
padding-top:5px;
padding-bottom:5px;
}

#cabecera_txt a {
color:#ababab;
text-decoration:none;
}

#cabecera_txt a:hover {
color:#ababab;
text-decoration:underline;
}

#banner {
width:700px;
height:160px;
margin-bottom:6px;
}

#menu {
	width:700px;
	height:45px;
	background-image:url(img/bg_menu.gif);
	color:#FFFFFF;
}

#menu #inicio {
	float:left;
	width:84px;
	height:45px;
}

#menu #vestidos {
	float:left;
	width:102px;
	height:45px;
}

#menu #comuniones {
	float:left;
	width:128px;
	height:45px;
}

#menu #vestFiesta {
	float:left;
	width:168px;
	height:45px;
}

#menu #links {
	float:left;
	width:80px;
	height:45px;
}

#menu #contactenos {
	float:left;
	width:138px;
	height:45px;
}

#contenedor {
	width:700px;
	height:auto;
	/*background-image:url(img/bg_contenido.gif);*/
	background-color:#232323;
}

#contenedor a {
	color:#bcb47b;
	text-decoration:none;
}

#contenedor a:hover {
	color:#bcb47b;
	text-decoration:underline;
}

#footer {
background-image:url(img/bg_footer.gif);
width:700px;
height:29px;
font-size:11px;
color:#999999;
text-align:center;
padding-top:12px;
}

#footer a {
color:#999999;
text-decoration:none;
}

#footer a:hover {
color:#999999;
text-decoration:underline;
}

.fotos {
float:left;
width:75px;
height:100px;
background-color:#FFFFFF;
padding:4px 4px 4px 4px;
}

#foto {
float:left;
width:165px;
height:220px;
background-color:#FFFFFF;
padding:6px 7px 6px 7px;
margin-left:6px;
}

#detalle {
float:left;
width:470px;
height:240px;
margin-left:10px;
}

.input {
	background-color:#FFFFFF;
	border: 1px solid #bcb47b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	width:200px;
	height:20px;
}

textarea {
	background-color:#FFFFFF;
	border: 1px solid #bcb47b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	width:200px;
	height:50px;
}


#formIzq {
float:left;
width:290px;
height:150px;
margin-left:45px;
}

#formDer {
float:left;
width:290px;
height:150px;
margin-left:20px;
}


/***************************************************************/
/***************************************************************/
/***************************************************************/
