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

#global {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: #FFF;
}
#menu {
	width: 800px;
	height: 51.2px;
	margin-bottom: 0px;
}
#central {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: justify;
	width: 800px;
}
#barracentro {
	height: 29px;
	background-image: url(imagenes/imgbarra.jpg);
	width: 797px;
	margin-left: 1px;
	background-repeat: repeat-x;
	text-align: center;
}
.textobarra {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#contenido {
	width: 800px;
	padding-top: 10px;
}
#global #contenido table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
#pie {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 150px;
	color: #FFF;
	position: static;
	padding-top: 10px;
	background-image: url(imagenes/fondopie.jpg);
	background-repeat: repeat-x;
}
#body {
	margin: 0px 0px 0px 0px;
	background-color: #F3F4EA;

}
.enlaceboton {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
	color: #FFF;
	text-decoration: none;
} 
.enlaceboton:link, 
.enlaceboton:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;

} 
.enlaceboton:hover {
	background-color: #333;

} 

.enlacebarra {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	padding: 4px;
	color: #FFF;
	text-decoration: none;
} 

.enlacebarra:link, 
.enlacebarra:visited,
.enlacebarra:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;

} 

.tecnyarte {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}

.tecnyarte:link,
.tecnyarte:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.tecnyarte:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}
#tabla {
	margin: 0px 0px 0px 0px;
}
#galleria {
	text-align: center;
}

#mainForm 
{
	position: relative;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 70%;
	padding-left: 120px;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 100%;
	background-color: #C4BCBC;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;
	display:block;
	font-size:10px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}
#fondo {
	background-image: url(fondocontacto.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	height: 480px;
}
#body #global #fondo table tr td p {
	font-family: Verdana, Geneva, sans-serif;
}
#body #global #fondo table tr td p {
	font-size: 12px;
}
#body #global #fondo table tr td p {
	font-size: 12px;
}
#fondoangel {
	background-image: url(fondoangel.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 480px;
}
#fondotiendas {
	background-image: url(fondotiendas.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 480px;
	background-position: center;
}
#fondoeventos {
	background-image: url(imagenes/bodaseventos.jpg);
	height: 515px;
	background-repeat: no-repeat;
	padding: 0;
	background-position: center;
}
