/* @override http://www.mipalco.com.do/a/c/screen.css */

/* @group elements */

/* @group colors */
/*
links #933C12
Paragraph# 463212
*/


/* @end */

/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	/*font-weight: normal;*/
	}

ul {
	list-style: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

blockquote {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	padding: 0 1em;
	}

/* basic font sizes */

p, ul, ol, dl, table, address, blockquote, fieldset, pre, form div {
	font-size: 1em; /* 13px */
	}

/* deal with likely (but certainly not all) inherited shrinkage */

ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, blockquote p, form div div, form div p, fieldset div, table form div {
	font-size: 1em; /*13 px */
	}

p, ul {
	margin:0 0 1.2em;
	}


body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	/*font-family:Cambria, Georgia, serif;*/
	font-size: 87.5%;    
	line-height: 1.429em;
	background-color: #7e9cb9;
	color: #03031d;
	text-shadow: #FFF 1px 1px 1px;
	}
strong {
	color: #e35d24;
	}

/* @end */
/* @group headings */

h1 {
	margin-bottom: 1em;
	color: #1B5288;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.846em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -2px;
	}

h2, h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;	
	}
h2 {	
	color: #4878bb;
	font-size:3em;
	margin-bottom: 1em;
	}

h3 {
	color: #1B5288;
	font-size: 1.286em;
	line-height: 1;
	margin-bottom: 0.769em;
	}

h4 {
	font-size: 1.2em;
	line-height: 1.1;
	margin-bottom: .6em;
	}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
	}

h6 {
	font-size: 1em;
	font-weight: bold;
	} 


/* @end */
/* @group list */
ul.bullet li{
	padding-left: 25px;
	background-image: url(../i/icns.png);
	background-repeat: no-repeat;
	}
ul.numbers li {
	overflow: hidden;
	}
ul.numbers li h4 {
	padding-left: 38px;
	padding-bottom: 12px;
	background-image: url(../i/icn-numbers.png);
	background-repeat: no-repeat;
	}
ul.numbers li.n2 h4 {
	background-position: 0 -32px;
	} 
ul.numbers ul {
	margin-left: 38px;
	}			
/* @end */
/* @group links */

a {
	color: #933C12;
	}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	}	
.more {
	font-weight: bold;
	}
p.more {
	margin-top: 1em;
	margin-right: 1em;
	float: right;
	}

p.more a {
	/*clear: both;
	display: block;*/
	padding:5px;
	color: #FFF;
	background-color:#933C12;
	font-size: 0.769em;
	text-transform: uppercase;
	text-shadow: none;
	}
p.more a:hover {
	background-color: #ADAE00;
	border: none;
	}
a.video:hover {
	border: none;
	}		
/* @end */
/* @group forms */
input, textarea {
	font-size: 1em;
	color: #4878bb;
	}

input {
	padding: 5px;
	border: none;
	}

button, .fbsubmit {
	margin-left: 4px;
	padding: 6px;
	color: #FFF;
	background-color: #4878bb;
	border: none;
	font-size:  0.769em;
	text-transform: uppercase;
	}
fieldset {
	padding: 1em;
	}
legend {
	display: none;
	}	
label {
	display: block;
	float: left;
	width: 200px;
	font-weight: bold;
	}
form div {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	}
input {
	position: relative;
	float: left;
	padding: 10px;
	}		
input,
textarea {
	border: 1px solid #CCC;
	border-radius : 5px;
	-moz-border-radius : 5px; 
	-webkit-border-radius : 5px;	
	}	
.fbsubmit {
	margin-left:215px;
	}
.captcha {
	margin-left: 215px;
	}
.captcha img.captchapict {
	display: block;
	}
textarea#flashcode {
	width: 250px;
	height: 260px;
	}
input.rbtn {
	border: none;
	}	
/* @end */

/* @group helpers */

.clear {
	clear: both;
	}
.lead {
	margin-top: 1.8em;
	margin-bottom: 1.2em;	
	color: #C9582C;
	font-family: "PoynderDemi", Georgia, serif;
	font-size:  	1.154em;
	font-weight: bold;
	}
/* @end */

/* @end */
/* @group structure */
/* @group grid */



.outer {
	clear: both;
	text-align: center;
	}

.inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	/*background-color: #FFF;*/
	text-align: left;
	}
.prose {
	/*clear: both;*/
	padding-left:  	2em;
	padding-right:  2em;
	}
.module {
	margin:0 0 1.2em;
	}	
.col {
	float: left;
	width: 300px;
	}
.primary {
	position: relative;
	float: right;
	width: 74.60%;
	/*outline: 1px solid;*/
	}
.secondary {
	float: left;
	width: 24.49%;
	}
/* @end */
/* @group header */
.header {
	background-image: url(../i/bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	}
.header .inner {
	overflow: hidden;
	/*padding-top: 20px;*/
	background-image: url(../i/bg-header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
.header .branding {
	margin: 0 auto;
	}	
.header .branding a {
	display: block;
 	height: 174px;
	background-image: url(../i/logo-mi-palco.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	}	
.header .branding a:hover {
	border: none;
	}
.header img {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	}
.header h2 {
	width: 323px; height: 60px;
	margin-bottom: .7em;
	color: #FFF;
	font-size: 2.5em;
	line-height: .9em;
	/*background-image: url(../i/txt-comoestar.png);
	background-repeat: no-repeat;
	text-indent: -9999px;*/
	}
.header .info {
	float: left;
	width: 400px;
	color: #FFF;
	margin-left: 50px;
	margin-top: 20px;
	}	
.header p {
	text-shadow: #000 1px 1px 1px;
	}
.nav-actions {
	clear: left;
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	}				
.nav-actions li {
	display: inline;
	float: left;
	margin-right: .3em;
	}
.nav-actions li a {
	display: block;
	width: 152px; height: 46px;
	background-image: url(../i/btns.png);
	text-indent: -9999px;
	}
.nav-actions li a {
	border: none;
	}

.nav-actions li a:hover {
	border: none;
	text-decoration: none;
	}
.nav-actions li.descargar a:hover {
	background-position: 0 -51px;
	}
.nav-actions li.ver a {
	background-position: -157px top;
	}
.nav-actions li.ver a:hover {
	background-position: -157px -51px;
	}
.nav-actions li.registro a {
	background-position: -314px top;
	}
.nav-actions li.registro a:hover {
	background-position: -314px -51px;
	}
.nav-actions li.ver a.iframe {
	display: none;
	}
				
/* @end */
/* @group content */
.content {
	padding-bottom: 30px;   
	background-color: #7d9bbb;
	background-image: url(../i/bg-content.jpg);
	background-position: center bottom;  
	background-repeat: no-repeat;
	}
.content .inner {
	overflow: hidden;
	padding-bottom: 37px;
	background-image: url(../i/bg-box-b.png);
	background-repeat: no-repeat;
	background-position: center bottom; 
	}
.content .prose {
	overflow: hidden;
	padding-top: 1.5em;
	background-image: url(../i/bg-box-m.png);
	background-repeat: repeat-y;
	background-position: center bottom; 
	}
.content .col .prose {
	background-image: none;
	}			
/* @end */
/* @group footer */
.footer {
	height: 607px;
	background-image: url(../i/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	}
.footer .inner {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-bottom: 37px;	
	/*background-image: url(../i/bg-box-b.png);
	background-repeat: no-repeat;
	background-position: center bottom;*/
	}
.footer .prose {
	overflow: hidden;
	padding-top: 1.5em;
	color: #FFF;
	/*background-image: url(../i/bg-box-m.png);
	background-repeat: repeat-y;
	background-position: center bottom;*/ 
	}	

.credito {
	float: left;
	width: 300px;
	margin-bottom: 0;
	}
.credito span {
	display: block;
	float: left;
	}
.credito a {
	display: block;
	float: right;
	text-indent: -9999px;
	background-repeat: no-repeat;
	}	
.credito li {
	width: 100%;
	font-size: .8em;
	font-weight: bold;	
	text-shadow: #060c06 1px 0px 1px;
	}
.credito .sitmo a {
	width: 106px; height: 60px;
	margin-top: -20px;	
	background-image: url(../i/logos.png);
	}
.credito .phixarmedia {
	float: left;
	margin-top: 10px;
	}
.credito .phixarmedia a {
	width: 106px; height: 40px;
	margin-top: -10px;
	background-image: url(../i/logos.png);
	background-position: 0 -60px;
	}
.credito a:hover {
	border: none;
	}	
.copyright {
	clear: left;
	color: #0a200b;
	font-size: .7em;
	text-shadow: none;
	}	

/* @group nav supp */
.nav-supp {
	margin-top: 0;
	float: right;
	}
.nav-supp li {
	float: left;
	margin-right: 1em;
	}
.nav-supp li a {
	color: #FFF;
	padding: 5px;
	background-color: #4878bb;
	border-radius : 5px;
	-moz-border-radius : 5px; 
	-webkit-border-radius : 5px;

	background-color : rgb(72,120,187);
	background-repeat :  no-repeat;
	background-image : -webkit-gradient(linear, left top, left bottom, from(rgb(30,74,113)), to(rgb(72,120,187))); 
	background-image : -moz-linear-gradient(left top, left bottom, from(rgb(30,74,113)), to(rgb(72,120,187)));  
	border-bottom: 1px solid;
	border-color: #7691b4;
	text-shadow: #1a5288 -1px -1px 1px;
	}
.nav-supp li a:hover {
	background-image : -webkit-gradient(linear, left top, left bottom, from(rgb(72,120,187)), to(rgb(30,74,113))); 
	background-image : -moz-linear-gradient(left top, left bottom, from(rgb(72,120,187)), to(rgb(30,74,113)));  
	}		
/* @end */			
/* @end */

/* @end */
/* @group components */
/* @group twitter */

.twtr-widget .twtr-bd {
	width: 180px;
	padding-top: 10px;
	padding-left: 110px;
	padding-bottom: 40px;
	background-image: url(../i/img-twitter.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	}
.twtr-hd {
	display: none;
	}
.twtr-ft a {
	text-shadow: none;
	}
.twtr-ft a:hover {
	border: none;
	}	
.twtr-widget p  {
	color: #4878bb;
	}	
		
/* @end */
/* @group colorbox */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxLoadedContent{background:#000; padding:5px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../i/colorbox/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../i/colorbox/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../i/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../i/colorbox/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}
/* @end */
/* @group descarga */
/*#descarga ul {
	padding:30px 20px;
	}	
#descarga ul li {
	margin-bottom: 1em;
	margin-left: 20px;
	}
#descarga ul li a {
	display: block;
	height: 47px;
	padding: 8px 25px;
	background-image: url(../i/bg-buttons.png);
	background-repeat: no-repeat;
	}
#descarga ul li a:hover {
	border: none;
	background-position: 0 -60px;
	}	
#descarga strong {
	display: block;
	color: #1B5288;	
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	}
#descarga span {
	color: #666;
	}	

#descarga li.iphone {
	padding-left: 25px;
	}*/

#colorbox #descargar,
#colorbox #anunciarte {
	padding: 4px;
	padding-right: 30px;
	background-color: #CCC;
	}
#colorbox #descargar p,
#colorbox #anunciarte p {
	margin-bottom: 0;	
	color: #0a1644;
	font-size: 1em;
	font-weight: bold;
	}
/* @end */
/* @end */
/* @group pages */
/* @group home */
.warning {
	position: absolute;
	left: 50px; top: 488px;
	color: #e8af1c;
	}
/* @end */
/* @group 404 */
.error404 {
	padding-bottom: 100px;
	}
/* @end */
/* @group registro */
body.registro {
	background-color: transparent;
	background-image: url(../i/bg-content-mobile.jpg);
	}
.registro h2 {
	margin-bottom: 0;
	}
.registro h2, .registro p {
	padding: 10px 0 0 20px;
	}	
/* @end */
/* @group hasJS */
.hasJS .anunciarte {
	display: none;
	}
.hasJS li.ver a.iframe {
	display: block;
	}
.hasJS li.ver a.link {
	display: none;
	}
#inside.hasJS .descargar.module {
	display: none;
	}	
.hasJS .header h2 {
	line-height: .1em;
	}		
/* @end */	
/* @end */