/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 238 2010-03-11 05:56:57Z emartin24 $
 *
 */

body {height:100%; margin:0;}

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:default;}

/* Container */
#simplemodal-container {height:224px; width:456px; color:#bbb; background-image:url(../img/poping.gif); background-repeat:no-repeat; background-color:#000000;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

.caer{
	width:150px;
	height:120px;
}

.secorresola{
padding-left:35px;
}

.secorresola .numerillo{
	width:210px;
	height:13px;
	background:none;
	border:0px;
	padding-top:12px;
}

.secorresola .botonsillo{
	width:140px;
	height:25px;
	border:0px;
	background:none;
	cursor:pointer;
}

form{
	padding:0px;
	margin:0px;
}