 
#wrapper { width:980px; margin:40px auto; }

/* Content */
#content { margin-top:50px; }
#content p { font: 14px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; color:#333333; line-height:18px; margin:15px auto; width:800px; }
#content p a { color:#0088CC; text-decoration:none; }


/* ============================= header ====================== */

/* NavBar */
#appleNav { 
	margin:40px 0; list-style:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; letter-spacing:-0.5px; font-size:	
	13px;
    text-shadow: 0 -1px 3px #202020;
	width:979.9px; height:34px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -moz-box-shadow: 0px 3px 3px #cecece;
    -webkit-box-shadow: 0px 3px 3px #cecece;
    box-shadow: 0 3px 4px #8b8b8b;
}

#appleNav li { 
	display:block; float:left; border-right:1px solid #5d5d5d; border-left:1px solid #929292; width:161.6px; height:34px; 	
	border-bottom:1px solid #575757; border-top:1px solid #797979;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), 	
	color-stop(0.51, #707070), color-stop(1, #838383));
    background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);
    background-color:#5f5f5f; 
}


#appleNav li a:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), 	
	color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
    background-color:#383838; 
    -moz-box-shadow: inset 0 0 3px 3px #535353;
    -webkit-box-shadow: inset 0 0 5px 5px #535353;
    box-shadow: inset 0 0 3px 3px #535353;
}


#appleNav li a:active {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), 
	color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
    background-color:#383838; 
    -moz-box-shadow: inset 0 1px 2px 2px #000;
    -webkit-box-shadow: inset 0 1px 2px 2px #000;
    box-shadow: inset 0 1px 2px 2px #000;
}

#appleNav li a { color:white; text-decoration:none; text-align:center; display:block; line-height:34px; outline:none; }


#appleNav li:first-child {
    -moz-border-radius:4px 0 0 4px;
    -webkit-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;
    border-left:none;
}


#appleNav li:first-child a img {
   vertical-align:middle; margin-top:-2px;
}

#appleNav li:last-child {
    -moz-border-radius:0 4px 4px 0;
    -webkit-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
    
    border-right:none;
    
    /* ultimo campo */
    width:161.7px;
}

/* Fade in */
@-webkit-keyframes showMenu {
    from { opacity: 0; top:-20px; }
    to   { opacity: 1; }
}

#appleNav {
     -webkit-animation: showMenu 1s; position:relative;
}
.main {margin:0 auto; width:960px; position:relative}


/*---------------------------slider---------------------------*/

header {
	height:184px;
}

#page1 header {
	height:515px;
}

#slider {
	position:absolute;
	top:60px;
	left:0;
	width:100%;
	height:453px;
	overflow:hidden;
	z-index:1;
}

.items {display:none}

.pagination {
	position:absolute;
	bottom:30px;
	right:274px;
	z-index:2;
}
.pagination li {
	float:left;
	padding-left:3px;
}
.pagination a {
	display:block;
	width:17px;
	height:17px;
	background:url(../images/buttons.png) right 0 no-repeat;
	text-indent:-9999px
}
.pagination a:hover, .pagination .current a {background-position:left}
.banner {
	position:absolute;
	top:87px;
	z-index:2;
	right:32px;
	color:#a0a0a0;
	width:350px
}
.title {
	font-size:47px;
	line-height:1.2em;
	letter-spacing:-2px;
	display:block;
	padding-bottom:9px
	}
.title .color2 {color:#000}
.title span {display:block;margin-top:-17px}

/* ============================= header ====================== */

/* ============================= contenido ====================== */

#contenido{
	width:980px;
	height:230px;
	float:none;
	/*border: 1px solid #666;*/
}

#box1{
	position:absolute;
	width:240.25px;
	height:180px;display: block;
	margin-top:30px;
	/*cursor: pointer;*/
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(249,249,249,1)), color-stop(100%, 	
	rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
	-moz-box-shadow: 0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
	box-shadow: 0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
}

#box2	{
	position:absolute;
	width:240.25px;
	height:180px;display: block;
	margin-top:30px;
	margin-left:247.25px;
	/*cursor: pointer;*/
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(249,249,249,1)), color-stop(100%, 	
	rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
	-moz-box-shadow: 0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
	box-shadow: 0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
}


#box3	{
	position:absolute;
	width:240.25px;
	height:180px;display: block;
	margin-top:30px;
	margin-left:493.5px;
	/*cursor: pointer;*/
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(249,249,249,1)), color-stop(100%, 	
	rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
	-moz-box-shadow: 0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
	box-shadow: 0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
}


#box4	{
	position:absolute;
	width:240.25px;
	height:180px;display: block;
	margin-top:30px;
	margin-left:739.75px;
	cursor: pointer;
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(249,249,249,1)), color-stop(100%, 	
	rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	background: linear-gradient(top, rgba(249,249,249,1) 50%, rgba(240,240,240,1) 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
	-moz-box-shadow: 0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
	box-shadow: 0 -3px 1px rgba(255,255,255,.6), inset 0 2px 1px rgba(255,255,255,.97), 0 0 3px -1px rgba(0,0,0,.7);
}

/*--------------------Contenido General Index-------------------*/
#txt{
	position:absolute;
	width:980px;
	height:400px;
	/*border: 1px solid #F00;*/}
	
#txt h1{
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	font-size:19px;
	text-align:center;
	padding-top:30px;}

#txt h2{
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:15px;
	text-align:center;
	padding-top:20px;
	}
.text1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:!important;
	font-size:16px;
	text-align:center;
	padding-top:20px;
	}
	
.link1{
	padding-left:265px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#900;
	font-size:17px;
	padding-top:30px;
	text-decoration:none;
	}
/*---------------------Contenido General Nosotros---------------------*/

.text3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:!important;
	font-size:16px;
	text-align:justify;
	padding:30px;
	}

.text4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:!important;
	font-size:16px;
	text-align:justify;
	padding:10px 30px 0 30px;
	}

.text5{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:!important;
	font-size:17px;
	color:#2453AF;
	text-decoration:none;
	}
	
#txt span{
	font-weight:bold;
	}

/*----------------------Contenido General Servicios-------------------*/

#txt #list1 li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:!important;
	padding: 5px 0 0 0;
	text-align:center;
	}
#form{
	width:100%;
	height:200px;
	margin:auto;
	border:2px solid #F00;}


#logo{
	width:75px;
	height:75px;
	border:1px solid #000;}

/*----------------------------Contenido General Sistemas---------------*/

#wrapper1 {
	position:absolute; z-index:1;
	top:745px; bottom:48px; left:233px;
	width:700px;
	background:#FFF;
	overflow:auto;
	height:260px;
	border-bottom:1px solid #CCC;
}
#wrapper2 {
	position:absolute; z-index:1;
	top:1025px; bottom:48px; left:33px;
	width:700px;
	background:#FFF;
	overflow:auto;
	height:260px;
	border-bottom:1px solid #CCC;
}

#wrapper3 {
	position:absolute; z-index:1;
	top:1305px; bottom:48px; left:233px;
	width:700px;
	background:#FFF;
	overflow:auto;
	height:260px;
	border-bottom:1px solid #CCC;
}

#wrapper4 {
	position:absolute; z-index:1;
	top:1595px; bottom:48px; left:33px;
	width:700px;
	background:#FFF;
	overflow:auto;
	height:280px;
	border-bottom:1px solid #CCC;
}/*top = anterior + 280*/

#wrapper5 {
	position:absolute; z-index:1;
	top:1895px; bottom:48px; left:233px;
	width:700px;
	background:#FFF;
	overflow:auto;
	height:260px;
}

#wrapper6 {
	position:absolute; z-index:1;
	top:865px; bottom:48px; left:233px;
	width:700px;
	background:#FFF;
	overflow:auto;
	height:240px;
	/*border-bottom:1px solid #CCC;*/
}

#img1{
	width:200px;
	height:245px;
	position:absolute;
	left:33px;
	top:760px;
	border-bottom:1px solid #CCC;}

#img2{
	width:200px;
	height:260px;
	position:absolute;
	left:733px;
	top:1025px;
	border-bottom:1px solid #CCC;}

#img3{
	width:200px;
	height:260px;
	position:absolute;
	left:33px;
	top:1305px;
	border-bottom:1px solid #CCC;}

#img4{
	width:200px;
	height:280px;
	position:absolute;
	left:733px;
	top:1595px;
	border-bottom:1px solid #CCC;}

#img5{
	width:200px;
	height:245px;
	position:absolute;
	left:33px;
	top:1895px;
	}

#img6{
	width:200px;
	height:225px;
	position:absolute;
	left:33px;
	top:880px;
	/*border-bottom:1px solid #CCC;*/}
	
#scroller {
	position:absolute; z-index:1;
/*	-webkit-touch-callout:none;*/
	background:FFF;
	width:100%;
	padding:0;
	}

	
#scroller h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
	color:#8C0303;}

#scroller p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:justify;
	padding:10px 40px 10px 40px;}

#scroller ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}

#scroller li {
	padding:0 10px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	background-color:#FFF;
	font-size:14px;
}

#inner{
	width:700px;
	height:230px;
	position:absolute;
	background:#FFF;
	overflow:auto;
	}

/*-----------------------------Footer----------------------------------*/
footer{
	height: 110px;
	width:100%;
	margin:auto;
	float:none;
	background-color:#454140;
	margin-top:420px;
}

#nosotros{
	margin-top:400px;
	}

#servicios{
	margin-top:850px;
	}

#contacto{
	margin-top:300px;
	}
	
#sistemas{
	margin-top:1470px;
	}

footer p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	padding-top:10px;
}
footer a{
	text-decoration:none;
	color:#999;}

/* ============================= clases generales ====================== */

.color1 {color:#2453AF}
.color2 {color:#fff}

.break { clear:both; }

.parrafoBox {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:13px;
	padding: 3.3px;
}
.titleBox{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2453AF;
	margin-top:10px;
	text-align:center;
	
}

.linkBox{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	position:absolute;
	font-size:14px;
	color:#666;
	margin-bottom:14px;
	margin-left:130px;
	text-decoration:none;
	bottom:1px;	
}
#contenido a:hover{color:#333;}

.pequeña{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	text-align:center;
	}

.barra{
	position:absolute;
	top:1100px;}
	
/*cajas Servicios*/

#srv1{
	width:150px;
	height:150px;
	position:absolute;
	margin-left:100px;
}

#srv1 img{
	width:150px;
	height:150px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	}
	
#srv1 img:hover{
	width:160px;
	height:160px;
	margin-left: -5px;}
	
#srv2{
	width:150px;
	height:150px;
	position:absolute;
	margin-left:383px;
	}

#srv2 img{
	width:150px;
	height:150px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	}
	
#srv2 img:hover{
	width:160px;
	height:160px;
	margin-left: -5px;}
	
#srv3{
	width:150px;
	height:150px;
	position:absolute;
	left:660px;
	}
	
#srv3 img{
	width:150px;
	height:150px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	}
	
#srv3 img:hover{
	width:160px;
	height:160px;
	margin-left: -5px;}
	
#srv4{
	width:150px;
	height:150px;	
	position:absolute;
	left:240px;
	top:420px;
	}

#srv4 img{
	width:150px;
	height:150px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	}
	
#srv4 img:hover{
	width:160px;
	height:160px;
	margin-left: -5px;}

#srv5{
	width:152px;
	height:150px;
	position:absolute;
	left:520px;
	top:420px;
	}

#srv5 img{
	width:150px;
	height:150px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	}
	
#srv5 img:hover{
	width:160px;
	height:160px;
	margin-left: -5px;}
	
.textoServicios{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	text-align:center;
	}
	
#srv1 a{
	text-decoration:none;}
#srv2 a{
	text-decoration:none;}
#srv3 a{
	text-decoration:none;}
#srv4 a{
	text-decoration:none;}
#srv5 a{
	text-decoration:none;}

					/*-----------------------Formulario Contacto---------------------------*/
	
	
#txtContacto{
	margin-top: -485px;
	position: relative;
	width:980px;
	height:400px;
	
	}
	
.form{
	margin-top: -45px;
	margin-left:180px;
	width:620px;
	height:500px;
	}

.contact_form{
	margin-left:100px;
	margin-top:50px;}
	
.contact_form h2 {
	border-radius: 5px;
	color: #cd2c24;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 34px;
    padding: 5px;
    text-shadow: 0,3px 1px 1px #CCCCCC;
    width: 433px;
}

.contact_form ul {
    width:750px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.contact_form > li{
    padding:12px; 
    border-bottom:1px solid #eee;
    position:relative;
}

.contact_form label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    
}

.contact_form input {
    height:20px; 
    width:220px; 
    padding:5px 8px;
	margin-left:25px;
}

.contact_form textarea {
    padding:8px; 
    width:300px;
	margin-left:25px;
}

.contact_form button {
    margin-left:90px;
}

.contact_form input, .contact_form textarea { 
    border:1px solid #aaa;
    /*box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;*/
    border-radius:2.5px;
    color: #888;
    font-size: 13px;
    padding-right:10px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}

.contact_form input:focus, .contact_form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
    padding-right:80px;
}


 .contact_form input:required:valid, .contact_form textarea:required:valid {
   box-shadow: 0 0 5px #219E0E;
    border-color: #219E0E; /*verde*/
}

.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    box-shadow: 0 0 5px #94201A; /*rojo*/
    border-color: #94201A;
}

button.submit {
	margin-top:20px;
	margin-left:70px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}button.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}button.submin:active {
	position:relative;
	top:2px;
}

/*----------------------------Alert---------------------------------------*/
.dgcAlert {
	top: 0;
	left:0;
	right:0;
	bottom:0;
	position: fixed;
	width: 100%;
	display: block;
	height: 1000px; 
	background: url(../images/overlay.png) repeat top left; 
	text-align:center; 
	opacity:0; 
	display:none; 
	z-index:999999999999999;}
	
.dgcAlert .dgcVentana{
	width: 500px; 
	background: white;
	min-height: 150px;
	position: relative;
	margin: 0 auto;
	color: black;
	padding: 10px;
	border-radius: 10px;}
	
.dgcAlert .dgcVentana .dgcCerrar {
	height: 25px;
	width: 25px;
	float: right; 
	cursor:pointer; 
	background: url(http://www.dgcmedia.es/recursosExternos/cerrarAlert.jpg) no-repeat center center;}
	
.dgcAlert .dgcVentana .dgcMensaje { 
	margin: 0 auto; 
	padding-top: 45px; 
	text-align: center; 
	width: 400px;
	font-size: 20px;}
	
.dgcAlert .dgcVentana .dgcAceptar{
	background:#2453af; 
	bottom:20px; 
	display: inline-block; 
	font-size: 12px;
	font-weight: bold; 
	height: 24px; 
	line-height: 24px; 
	padding-left: 5px;
	padding-right: 5px;
	text-align: center; 
	text-transform: uppercase; 
	width: 75px;
	cursor: pointer; 
    color:#FFF;
	margin-top:50px;}


