/* CSS Document */

/* TAGS */
html, body {
	margin: 0px;
	padding-top: 0px;
	width: 100%;
	min-height: 100%;
	background-color: #473D34;
	background-image:url(images/jessicas_bkg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

html, body, table, td, div, a {
	font-style:normal;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


/* Estilos Estructura */
#root_div {
	min-height: 100%;
	width: 100%;
}
#root_container {
	width: 860px;
	min-height: 100%;
	margin: auto;
	padding: auto;
	background-image:url(images/jessicas_bkg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#top_container {	
	width: 810px;
	min-height: 100%;
	margin: auto;
	padding: auto;
	background-color: #E1E1C4;
}

#top_banner {
	width: 810px;
}

#banner {
	width: 810px;
	height: 349px;
}


#top_submenu {
	width: 810px;
	margin-top: 	0px;
	margin-left: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	height: 51px;
	text-align:right;
	/*background-image:url(images/submenu_backgrd.gif);*/
	background-repeat:no-repeat;
	padding-top:10px;
}

#top_submenu a:link {
	color:#000000;
}

#submenu {
	float:left;
	padding-left:40px;
	margin-left: 0px;
	margin-top: 0px;
	padding-right:40px;
}
#submenu-idioma {
	width:100px;
	float:right;
	margin-left: 0px;
	margin-top: 0px;
}

#submenu-bottom {
	width:100px;
	clear:both;
}

#submenu a {
	margin-right: 7px;
}

#top_content {
	margin-left:50px;
	margin-right:66px;
}

#content {
}

#content_left2 {
	width:100%;
	margin-left:17px;
}

#content_left {
	width:385px;
	margin-left:17px;
}

#content_left_images {
	
}

#content_right {
	width: 265px;
	float:right;
	margin-left: 17px;
}

#content_right img {
	margin-bottom: 10px;
}

#columnas_banner {
	width:265px;
}

#columnas {
	width:265px;
	height:300px;
}

#images_fila {
	clear:both;
	text-align:right;
	margin-bottom:20px;
	background-color: #E1E1C4;
}

#separador_horiz {
	text-align:center;
	height:32px;
	width: 312px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/separador-horiz.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#footer_spacer {
	clear:both;
}

div#footer {
	height:76px;
	clear:both;
	margin-top:0px;
	text-align:center;
	background-position:left;
}

div#footer_info {
	text-align:center;
	padding-top: 30px;
	padding-bottom: 15px;
}

div#footer_info a:link, div#footer_info a:visited{
	text-decoration:none;
}

div#footer_info a:link{
	color: #073ec4;
}


div#footer_info a:hover{
	text-decoration:underline;
}

.jessicas_text {
	color: #015401;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}


/* Seccion Contacto - INICIO */

.content_contacto  td, .content_contacto  th {
	text-align:left;
	vertical-align:top;
}

.content_contacto  th {
	font-weight: bold;
	text-align:right;
}

/* Seccion Contacto - FIN   */

/* Seccion Galerias - INICIO */

#galeria_images {
	margin-left:auto;
	margin-right:auto;
}

.content_galeria img {
	border: 0px;
	margin-right: 17px;
	margin-bottom: 17px;
}

/* Seccion Galerias - FIN   */

