@charset "utf-8";
/* CSS Document */
body{
	background:#000000;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family: "trebuchet MS";
	font-size:11px;
}
#contenedor{
	margin:0px auto;
	width:980px;
}
#header{
	height:116px;
	background:url(images/separador_header.jpg) no-repeat;
	background-position:bottom;
}
#menu{
	position:relative;
	left:565px;
	width:400px;
}
ul, li, h1{
	padding:0px;
	margin:0px;
}
#logo{
	position:relative;
	top:30px;
	left:15px;
	z-index:1000;
	background: url(images/logo.jpg) no-repeat;
	cursor:pointer;
	text-indent:-1000px;
	width:247px;
	height:58px;
}
li{
	list-style:none;
}
#links li{
	padding:0px;
	margin:0px;
	float:left;
}
#links li a{
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:20px;
	margin:20px 5px 0 0;
	padding:15px 20px 0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:70px;
	background:#141414;
}
#links a:hover{
	background:#333333;
}
.active{
	background:#333333;
}
.active2{
	background:#333333;
}
#submenu{
	position:relative;
	left:595px;
	width:300px;
	display:none;
}
#contenedor-submenu{
	height:40px;
}
#submenu li{
	padding:0px;
	margin:0px;
	float:left;
}
#submenu li a{
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	color:#FFFFFF;
	display:block;
	font-size:10px;
	height:20px;
	padding:5px 10px 0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:70px;
}
#submenu a:hover{
	background:#333333;
}

.cuadro{
	margin:0px auto;
	padding:20px;
	width:500px;
	height:280px;
	border:1px #333333 solid;	
	-moz-border-radius:15px;
}
#inicio{}
#inicio p{
	background:url(images/separador.jpg) no-repeat;
	background-position:right;
	width:250px;
	line-height:25px;
	text-align:justify;
	float:left;
	padding-right:30px;
}
.cuadro img{
	float:left;
	margin-left:35px;
}
#reflejo{
	margin:0px auto;
	background:url(images/reflejo.jpg) no-repeat;
	width:542px;
	height:56px;
}
.columna{
	width:250px;
	float:left;
}
.tr{
	width:300px;
}
.td{
	width:70px;
	float:left;
	margin-top:2px;
	margin-bottom:2px;	
}
.td2{
	width:170px;
	float:left;
	margin-top:2px;
	margin-bottom:2px;	
}
input, textarea{
	background:#666666;
	border:1px solid #000000;
	font-family:"trebuchet MS";
	font-size:11px;
}
#bodas, #contacto, #recepcion, #xv{
	display:none;
}
.contenedor-mensaje{
	color:#FFFFFF;
	border:1px #333333 solid;	
	height:70px;
	width:270px;
	margin:100px auto;
	padding:20px;
	font-weight:bold;
}
.contenedor-mensaje a{
	color:#333333;
	text-decoration:none;
}
.contenedor-mensaje a:hover{
	color:#333333;
	text-decoration:underline;
}
#enviado{
	background:url(images/enviado.png) no-repeat;
	height:55px;
	padding-left:40px;
	color:#006600;
}
#no-enviado{
	background:url(images/no-enviado.png) no-repeat;
	height:55px;
	padding-left:40px;
	color:#990000;
}
.footer{text-align:center; font-size:9px; margin-top:15px; padding-top:10px; border-top:dotted 1px #232323;}
.footer a{color:#FF6600;}